aboutsummaryrefslogtreecommitdiff
path: root/test/blank1.go
AgeCommit message (Expand)Author
2020-12-14[dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'Robert Griesemer
2020-12-01[dev.typeparams] test: add scaffolding to run.go to check compiler with -G flagRobert Griesemer
2020-11-28test: match gofrontend error messagesIan Lance Taylor
2020-03-29test, test/fixedbugs, crypto/x509, go/internal/gccgoimporter: fix typosalex-semenyuk
2019-06-23test: update blank1.go for changed gofrontend error messagesIan Lance Taylor
2015-12-02cmd/compile: don't allow blank method declarations on builtinsHåvard Haugen
2013-09-28test: match gccgo error messages for blank1.goIan Lance Taylor
2013-07-02cmd/gc: fix computation of equality class of types.Rémy Oudompheng
2013-03-04cmd/gc: disallow selectors to the blank identifierDaniel Morsing
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2012-01-22test: explicitly use variables to avoid gccgo "not used" errorIan Lance Taylor
2010-09-04test: remove semiocolons.Rob Pike
2009-09-08write-only variable _Russ Cox