summaryrefslogtreecommitdiff
path: root/test/interface/explicit.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: blank methods are not permitted in interface typesChris Manghane2014-10-151-2/+2
* cmd/gc: don't attempt to generate wrappers for blank interface methodsAnthony Martin2013-08-191-0/+19
* 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/interface: document testsRob Pike2012-02-191-1/+2
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
* errchk: allow multiple patternsRuss Cox2011-08-161-1/+1
* delete float, complex - code changesRuss Cox2011-01-191-8/+12
* test: Match gccgo error messages.Ian Lance Taylor2010-09-081-6/+6
* gc: more cleanupRuss Cox2010-06-091-1/+20
* gc: new typechecking rulesRuss Cox2010-06-081-15/+26
* Recognize gccgo error message.Ian Lance Taylor2009-07-171-1/+1
* allow conversion to interface typeRuss Cox2009-07-061-4/+11
* add test for yesterday's interface rule change (interface/convert1.go).Russ Cox2009-05-211-0/+34