summaryrefslogtreecommitdiff
path: root/test/named1.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] test: enable some more errorcheck testsRobert Griesemer2020-12-041-1/+1
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/gc: comma-ok assignments produce untyped bool as 2nd resultChris Manghane2014-08-111-4/+4
* test/[n-z]*.go: add documentationRob Pike2012-02-241-0/+1
* gc: new, less strict bool rulesRuss Cox2012-02-221-2/+2
* gc: return of ideal boolRuss Cox2012-02-211-2/+2
* gc: drop ideal boolRuss Cox2012-02-181-2/+2
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* gc: use inferred type rather than original one when reporting non-assignability.Luuk van Dijk2011-12-141-1/+1
* allow direct conversion between string and named []byte, []runeRuss Cox2011-11-221-2/+2
* gc: remove m[k] = x, falseRuss Cox2011-11-111-1/+0
* gc: clean up printing.Luuk van Dijk2011-10-311-1/+1
* go code: replace closed(c) with x, ok := <-cRuss Cox2011-03-111-6/+3
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-6/+3
* test: Match gccgo error messages.Ian Lance Taylor2010-09-081-1/+1
* gc: new typechecking rulesRuss Cox2010-06-081-29/+40
* gccgo does not distinguish "use" and "assign" in these errorIan Lance Taylor2009-10-201-4/+4
* test: comparisons have type boolRuss Cox2009-09-241-0/+57