aboutsummaryrefslogtreecommitdiff
path: root/test/complit1.go
AgeCommit message (Expand)Author
2021-06-02test: fix error check messages for 2 types2 testsZachary Burkett
2020-11-28test: match gofrontend error messagesIan Lance Taylor
2019-09-26cmd/compile: simplify OPTRLIT handlingMatthew Dempsky
2017-04-24cmd/compile: more error position tests for the typecheckerAlberto Donizetti
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-06-04cmd/internal/gc: accept map literals with omitted key typeRuss Cox
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2012-01-26test: match gccgo error messagesIan Lance Taylor
2011-12-05gc: remove type elision in struct literalsRuss Cox
2011-12-02gc: composite literals as per Go 1Russ Cox
2011-12-02gc: do not allow slice of array literalRuss Cox