aboutsummaryrefslogtreecommitdiff
path: root/test/assign.go
AgeCommit message (Expand)Author
2020-12-14[dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'Robert Griesemer
2020-12-03test: match gccgo error messagesIan Lance Taylor
2020-12-01[dev.typeparams] test: add scaffolding to run.go to check compiler with -G flagRobert Griesemer
2014-10-06cmd/gc: prohibit short variable declarations containing duplicate symbolsEvan Kroske
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-11-15allow copy of struct containing unexported fieldsRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-12-03gc: check for assignment to private fields during initializationRuss Cox
2009-11-15gc: five bug fixes, one better error.Russ Cox
2009-10-09rewrite errchk in perl for speed (compared to bash)Russ Cox
2009-09-15last round: non-package codeRuss Cox
2009-05-31Adjust expected errors to work with gccgo.Ian Lance Taylor
2009-05-21stricter rules for assignment.Russ Cox