aboutsummaryrefslogtreecommitdiff
path: root/test/declbad.go
AgeCommit message (Expand)Author
2021-06-14cmd/compile: rewrite a, b = f() to use temporaries when type not identicalCuong Manh Le
2012-10-07test: correct type in declbad.goRémy Oudompheng
2012-09-28test: match gccgo error messagesIan Lance Taylor
2012-07-29cmd/gc: point "no new variables" error at right line number.Daniel Morsing
2012-02-19test: explanatory comments [c-g]*Rob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-08-16errchk: allow multiple patternsRuss Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-09-15last round: non-package codeRuss Cox
2009-08-19With the changes to support automatic forward declarations ofIan Lance Taylor
2009-08-05delay := processingRuss Cox
2009-08-04delayed evaluation of var blocksRuss Cox
2009-04-28Recognize gcco error messages.Ian Lance Taylor
2009-04-20missing '}' (found by pretty)Robert Griesemer
2009-04-18tests for redeclaration in :=Rob Pike