summaryrefslogtreecommitdiff
path: root/test/interface
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: blank methods are not permitted in interface typesChris Manghane2014-10-152-16/+2
* cmd/gc: don't attempt to generate wrappers for blank interface methodsAnthony Martin2013-08-192-2/+36
* test: convert tests to run.go whenever possible.R?my Oudompheng2012-10-109-90/+97
* test: expand run.go's errorcheck, make clear which bugs runRuss Cox2012-09-233-0/+9
* cmd/gc: Suggest *T in error for x.(T) if it would work.Daniel Morsing2012-09-011-0/+6
* cmd/gc: Don't claim type assertion would help when it wont.Daniel Morsing2012-08-151-1/+1
* test: use testlib in a few more casesShenghou Ma2012-03-223-3/+3
* test/interface: document testsRob Pike2012-02-1921-23/+30
* test: use testlib (another bunch).R?my Oudompheng2012-02-183-3/+3
* test: use testlib (fourth 100)Russ Cox2012-02-1613-13/+13
* test: don't use package main for files without a main functionBrad Fitzpatrick2012-02-031-1/+1
* gc: test case for recursive interface bug.David Symonds2012-01-212-0/+37
* gc: implement == on structs and arraysRuss Cox2011-12-121-2/+2
* gc: disallow map/func equality via interface comparisonRuss Cox2011-12-061-0/+39
* reflect: disallow Interface method on Value obtained via unexported nameRuss Cox2011-10-171-20/+20
* test: silence/coalesce some testsRuss Cox2011-09-262-3/+28
* test: match gccgo error messagesIan Lance Taylor2011-09-211-1/+1
* errchk: allow multiple patternsRuss Cox2011-08-162-2/+2
* fix tree for reflect renameRuss Cox2011-04-251-1/+1
* gc: another pointer to interface messageRuss Cox2011-04-211-0/+1
* update go tree for reflect changesRuss Cox2011-04-081-12/+12
* test: add test for interfaces with unexported methods.Ian Lance Taylor2011-03-292-0/+50
* delete float, complex - code changesRuss Cox2011-01-191-8/+12
* gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox2010-09-302-22/+71
* test: Match gccgo error messages.Ian Lance Taylor2010-09-081-6/+6
* test: remove semiocolons.Rob Pike2010-09-0411-242/+242
* gc: more cleanupRuss Cox2010-06-091-1/+20
* gc: new typechecking rulesRuss Cox2010-06-083-54/+74
* single argument panicRuss Cox2010-03-302-55/+64
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-52/+60
* 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