summaryrefslogtreecommitdiff
path: root/test/declbad.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: rewrite a, b = f() to use temporaries when type not identicalCuong Manh Le2021-06-141-2/+2
* test: correct type in declbad.goRémy Oudompheng2012-10-071-1/+2
* test: match gccgo error messagesIan Lance Taylor2012-09-281-1/+2
* cmd/gc: point "no new variables" error at right line number.Daniel Morsing2012-07-291-0/+6
* test: explanatory comments [c-g]*Rob Pike2012-02-191-1/+2
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* errchk: allow multiple patternsRuss Cox2011-08-161-1/+1
* delete float, complex - code changesRuss Cox2011-01-191-11/+11
* test: remove semiocolons.Rob Pike2010-09-041-21/+21
* last round: non-package codeRuss Cox2009-09-151-0/+7
* With the changes to support automatic forward declarations ofIan Lance Taylor2009-08-191-10/+10
* delay := processingRuss Cox2009-08-051-5/+5
* delayed evaluation of var blocksRuss Cox2009-08-041-2/+2
* Recognize gcco error messages.Ian Lance Taylor2009-04-281-10/+10
* missing '}' (found by pretty)Robert Griesemer2009-04-201-0/+1
* tests for redeclaration in :=Rob Pike2009-04-181-0/+50