aboutsummaryrefslogtreecommitdiff
path: root/test/named1.go
AgeCommit message (Expand)Author
2020-12-04[dev.typeparams] test: enable some more errorcheck testsRobert Griesemer
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2014-08-11cmd/gc: comma-ok assignments produce untyped bool as 2nd resultChris Manghane
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-02-22gc: new, less strict bool rulesRuss Cox
2012-02-21gc: return of ideal boolRuss Cox
2012-02-18gc: drop ideal boolRuss Cox
2012-02-16test: use testlib (final 61)Russ Cox
2011-12-14gc: use inferred type rather than original one when reporting non-assignability.Luuk van Dijk
2011-11-22allow direct conversion between string and named []byte, []runeRuss Cox
2011-11-11gc: remove m[k] = x, falseRuss Cox
2011-10-31gc: clean up printing.Luuk van Dijk
2011-03-11go code: replace closed(c) with x, ok := <-cRuss Cox
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2010-09-08test: Match gccgo error messages.Ian Lance Taylor
2010-06-08gc: new typechecking rulesRuss Cox
2009-10-20gccgo does not distinguish "use" and "assign" in these errorIan Lance Taylor
2009-09-24test: comparisons have type boolRuss Cox