summaryrefslogtreecommitdiff
path: root/test/assign.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'Robert Griesemer2020-12-141-3/+3
|\
| * test: match gccgo error messagesIan Lance Taylor2020-12-031-2/+2
* | [dev.typeparams] test: add scaffolding to run.go to check compiler with -G flagRobert Griesemer2020-12-011-3/+3
|/
* cmd/gc: prohibit short variable declarations containing duplicate symbolsEvan Kroske2014-10-061-0/+12
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-0/+3
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* allow copy of struct containing unexported fieldsRuss Cox2011-11-151-11/+11
* test: remove semiocolons.Rob Pike2010-09-041-24/+24
* gc: check for assignment to private fields during initializationRuss Cox2009-12-031-0/+8
* gc: five bug fixes, one better error.Russ Cox2009-11-151-1/+9
* rewrite errchk in perl for speed (compared to bash)Russ Cox2009-10-091-4/+4
* last round: non-package codeRuss Cox2009-09-151-0/+4
* Adjust expected errors to work with gccgo.Ian Lance Taylor2009-05-311-4/+4
* stricter rules for assignment.Russ Cox2009-05-211-0/+33