summaryrefslogtreecommitdiff
path: root/test/complit1.go
Commit message (Expand)AuthorAgeFilesLines
* test: fix error check messages for 2 types2 testsZachary Burkett2021-06-021-7/+7
* test: match gofrontend error messagesIan Lance Taylor2020-11-281-5/+5
* cmd/compile: simplify OPTRLIT handlingMatthew Dempsky2019-09-261-2/+2
* cmd/compile: more error position tests for the typecheckerAlberto Donizetti2017-04-241-0/+9
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/internal/gc: accept map literals with omitted key typeRuss Cox2015-06-041-0/+14
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-0/+3
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test: match gccgo error messagesIan Lance Taylor2012-01-261-2/+2
* gc: remove type elision in struct literalsRuss Cox2011-12-051-1/+1
* gc: composite literals as per Go 1Russ Cox2011-12-021-6/+21
* gc: do not allow slice of array literalRuss Cox2011-12-021-0/+24