summaryrefslogtreecommitdiff
path: root/test/ddd1.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: use "cannot use %s as %s value in %s: %s" error messageRobert Griesemer2022-09-281-1/+1
* cmd/compile: match Go 1.17 compiler error messages more closelyDan Scales2021-11-121-1/+1
* test: fix error check messages for 2 types2 testsZachary Burkett2021-06-021-5/+5
* cmd/compile: make typecheckaste correctly report invalid use of "..."Cuong Manh Le2021-05-031-1/+1
* test: match gofrontend error messagesIan Lance Taylor2020-11-281-1/+1
* cmd/compile: don't report not enough args error if call is undefinedCuong Manh Le2020-09-121-1/+1
* cmd/compile: use clearer error message for stuct literalCuong Manh Le2020-09-121-1/+1
* cmd/compile: rewrite untyped constant conversion logicMatthew Dempsky2019-09-061-1/+1
* test: reenable ... testTobias Klauser2017-08-111-2/+1
* cmd/compile: more error position tests for the typecheckerAlberto Donizetti2017-04-241-0/+4
* cmd/compile: improve not enough / too many arguments errorsMatthew Dempsky2016-10-281-3/+2
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* test: match gccgo error messagesIan Lance Taylor2012-09-281-2/+2
* cmd/gc: reject use of ... with multiple-valued expressions.Rémy Oudompheng2012-07-131-0/+10
* test: explanatory comments [c-g]*Rob Pike2012-02-191-0/+3
* test: use testlib (first 100)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
* gc: clean up printing.Luuk van Dijk2011-10-311-1/+1
* gc: changes to export format in preparation for inlining.Luuk van Dijk2011-10-081-2/+2
* gc: disallow [...][...]int{{1,2,3}}Russ Cox2011-07-261-0/+2
* gc: disallow ... in type conversionsAnthony Martin2011-05-311-0/+1
* gc: avoid saying same error 3 timesRuss Cox2011-04-011-1/+1
* go code: replace closed(c) with x, ok := <-cRuss Cox2011-03-111-1/+0
* gc: ... changesRuss Cox2010-09-241-0/+19
* Match gccgo error messages.Ian Lance Taylor2010-02-051-2/+2
* gc: ... T corner casesRuss Cox2010-02-011-1/+1
* gc: add ... T, rework plain ...Russ Cox2010-02-011-0/+28