aboutsummaryrefslogtreecommitdiff
path: root/test/ddd1.go
AgeCommit message (Expand)Author
2022-09-28cmd/compile: use "cannot use %s as %s value in %s: %s" error messageRobert Griesemer
2021-11-12cmd/compile: match Go 1.17 compiler error messages more closelyDan Scales
2021-06-02test: fix error check messages for 2 types2 testsZachary Burkett
2021-05-03cmd/compile: make typecheckaste correctly report invalid use of "..."Cuong Manh Le
2020-11-28test: match gofrontend error messagesIan Lance Taylor
2020-09-12cmd/compile: don't report not enough args error if call is undefinedCuong Manh Le
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
2019-09-06cmd/compile: rewrite untyped constant conversion logicMatthew Dempsky
2017-08-11test: reenable ... testTobias Klauser
2017-04-24cmd/compile: more error position tests for the typecheckerAlberto Donizetti
2016-10-28cmd/compile: improve not enough / too many arguments errorsMatthew Dempsky
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2012-09-28test: match gccgo error messagesIan Lance Taylor
2012-07-13cmd/gc: reject use of ... with multiple-valued expressions.Rémy Oudompheng
2012-02-19test: explanatory comments [c-g]*Rob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-12-14gc: use inferred type rather than original one when reporting non-assignability.Luuk van Dijk
2011-10-31gc: clean up printing.Luuk van Dijk
2011-10-08gc: changes to export format in preparation for inlining.Luuk van Dijk
2011-07-26gc: disallow [...][...]int{{1,2,3}}Russ Cox
2011-05-31gc: disallow ... in type conversionsAnthony Martin
2011-04-01gc: avoid saying same error 3 timesRuss Cox
2011-03-11go code: replace closed(c) with x, ok := <-cRuss Cox
2010-09-24gc: ... changesRuss Cox
2010-02-05Match gccgo error messages.Ian Lance Taylor
2010-02-01gc: ... T corner casesRuss Cox
2010-02-01gc: add ... T, rework plain ...Russ Cox