aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug195.go
AgeCommit message (Expand)Author
2022-09-29go/types, types2: more concise error messages for cycle errorsRobert Griesemer
2022-01-11test: re-enable most go/tests that were disabled because of types2 differencesDan Scales
2021-05-26[dev.typeparams] cmd/compile: adding union support in types1Dan Scales
2020-12-15test: update for gofrontend error message changesIan Lance Taylor
2020-09-29cmd/compile: report type loop for invalid recursive typesMatthew Dempsky
2019-09-03cmd/compile: simplify {defer,resume}checkwidth logicMatthew Dempsky
2017-03-21cmd/compile/internal/gc: handle recursive interfaces betterMatthew Dempsky
2012-02-16test: use testlib (second 100)Russ Cox
2012-01-26test: match gccgo error messagesIan Lance Taylor
2010-08-31test: gccgo and gc print the error on different lines.Ian Lance Taylor
2010-02-16gc: undo attempt at fixing recursive interface embeddingRuss Cox
2010-02-01gc: bug250, bug251 - recursive interface typesRuss Cox
2009-08-21more interface embedding testsRuss Cox
2009-08-21fix bug195Russ Cox