aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug251.go
AgeCommit message (Expand)Author
2020-12-15test: update for gofrontend error message changesIan Lance Taylor
2019-08-26cmd/compile: allow embedding overlapping interfacesMatthew Dempsky
2017-03-21cmd/compile/internal/gc: handle recursive interfaces betterMatthew Dempsky
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2012-02-16test: use testlib (third 100)Russ Cox
2012-01-26test: match gccgo error messagesIan Lance Taylor
2011-11-07gc: Clean up dostruct/stotype, detect broken fields and propagate up to struc...Luuk van Dijk
2010-08-31test: Match gccgo error messages.Ian Lance Taylor
2010-06-08gc: new typechecking rulesRuss Cox
2010-02-18gc: recursive interface embeddingRuss Cox
2010-02-16gc: undo attempt at fixing recursive interface embeddingRuss Cox
2010-02-05Match gccgo error message.Ian Lance Taylor
2010-02-01gc: bug250, bug251 - recursive interface typesRuss Cox