summaryrefslogtreecommitdiff
path: root/test/interface
Commit message (Expand)AuthorAgeFilesLines
* test/interface/receiver.go: expand to do dynamicRuss Cox2009-11-141-0/+8
* make 5l ignore multiple defs, remove use of multipleKai Backman2009-10-251-1/+1
* forgot to include in 35898.Russ Cox2009-10-201-0/+29
* 6g bug fixes:Russ Cox2009-10-192-21/+66
* fiddling while rome burns: explain why tests are commented outRob Pike2009-10-191-0/+2
* fix "declared and not used" in tests;Russ Cox2009-09-144-3/+8
* fix up some irregular indentationRob Pike2009-08-171-79/+79
* delete forward type declarationsRuss Cox2009-08-122-4/+0
* convert non-pkg go files to whole-package compilation.Russ Cox2009-08-121-1/+0
* more 6g reorg; checkpoint.Russ Cox2009-08-031-1/+1
* Recognize gccgo error message.Ian Lance Taylor2009-07-171-1/+1
* update tests for new reflectRuss Cox2009-07-071-10/+10
* allow conversion to interface typeRuss Cox2009-07-061-4/+11
* another interface conversion testRuss Cox2009-05-221-0/+25
* add test for yesterday's interface rule change (interface/convert1.go).Russ Cox2009-05-2113-0/+867