aboutsummaryrefslogtreecommitdiff
path: root/test/interface
AgeCommit message (Expand)Author
2009-10-20forgot to include in 35898.Russ Cox
2009-10-196g bug fixes:Russ Cox
2009-10-19fiddling while rome burns: explain why tests are commented outRob Pike
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-08-17fix up some irregular indentationRob Pike
2009-08-12delete forward type declarationsRuss Cox
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox
2009-08-03more 6g reorg; checkpoint.Russ Cox
2009-07-17Recognize gccgo error message.Ian Lance Taylor
2009-07-07update tests for new reflectRuss Cox
2009-07-06allow conversion to interface typeRuss Cox
2009-05-22another interface conversion testRuss Cox
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox