summaryrefslogtreecommitdiff
path: root/test/interface
Commit message (Expand)AuthorAgeFilesLines
* go/types, types2: more systematic use of Checker.use und useLHSRobert Griesemer2023-03-281-2/+2
* cmd/compile: use "missing method m" instead of "missing m method"cuiweixie2022-09-241-3/+3
* cmd/compile: require -p flagRuss Cox2022-03-091-2/+3
* cmd/compile: match Go 1.17 compiler error messages more closelyDan Scales2021-11-121-1/+1
* cmd/compile/internal/types2: better error for type assertion/switch on type p...Robert Griesemer2021-11-121-1/+1
* cmd/compile/internal/types2: avoid "declared but not used" errors for invalid...Robert Griesemer2021-09-231-4/+1
* [dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'Robert Griesemer2020-12-141-9/+6
|\
| * [dev.regabi] cmd/compile: silence errors about missing blank methodsMatthew Dempsky2020-12-071-3/+4
| * test: match gofrontend error messagesIan Lance Taylor2020-11-281-1/+1
* | [dev.typeparams] test: adjust more test cases to match compiler -G outputRobert Griesemer2020-12-034-17/+23
|/
* test: add tests for runtime.itab.initDmitry Vyukov2019-11-063-0/+106
* cmd/compile: more error position tests for the typecheckerAlberto Donizetti2017-04-241-0/+5
* cmd/compile: only print one error for bad-type literal in assignmentAlberto Donizetti2017-04-201-2/+1
* cmd/compile: do more type conversion inlineKeith Randall2016-11-021-13/+20
* cmd/compile: inline x, ok := y.(T) where T is a scalarJosh Bleecher Snyder2016-08-171-1/+15
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-025-5/+5
* cmd/internal/gc: improve "type *X has no field or method M" messageDavid Chase2015-05-071-9/+14
* cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)Russ Cox2015-03-201-0/+53
* 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