summaryrefslogtreecommitdiff
path: root/test/ddd1.go
Commit message (Expand)AuthorAgeFilesLines
* 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