aboutsummaryrefslogtreecommitdiff
path: root/test/interface/explicit.go
AgeCommit message (Expand)Author
2020-11-28test: match gofrontend error messagesIan Lance Taylor
2017-04-24cmd/compile: more error position tests for the typecheckerAlberto Donizetti
2017-04-20cmd/compile: only print one error for bad-type literal in assignmentAlberto Donizetti
2014-10-15cmd/gc: blank methods are not permitted in interface typesChris Manghane
2013-08-19cmd/gc: don't attempt to generate wrappers for blank interface methodsAnthony Martin
2012-09-01cmd/gc: Suggest *T in error for x.(T) if it would work.Daniel Morsing
2012-08-15cmd/gc: Don't claim type assertion would help when it wont.Daniel Morsing
2012-02-19test/interface: document testsRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2011-08-16errchk: allow multiple patternsRuss Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-09-08test: Match gccgo error messages.Ian Lance Taylor
2010-06-09gc: more cleanupRuss Cox
2010-06-08gc: new typechecking rulesRuss Cox
2009-07-17Recognize gccgo error message.Ian Lance Taylor
2009-07-06allow conversion to interface typeRuss Cox
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox