aboutsummaryrefslogtreecommitdiff
path: root/test/blank.go
AgeCommit message (Expand)Author
2013-10-08test: revert changes made for Go SSA interpreter test.Alan Donovan
2013-07-02cmd/gc: fix computation of equality class of types.Rémy Oudompheng
2013-02-21exp/ssa/interp: (#6 of 5): test interpretation of SSA form of $GOROOT/test/*.go.Alan Donovan
2013-01-18cmd/gc: don't hash nor compare struct padding or blank fields.Rémy Oudompheng
2012-03-30test: add some tests of valid code that failed with gccgoIan Lance Taylor
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-12-09gc: fix another blank bugRuss Cox
2011-11-28gc: remove funarg special case in structfieldRuss Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-12-08throughout: simplify two-variable ranges with unused second variableRyan Hitchman
2010-09-04test: remove semiocolons.Rob Pike
2009-12-09making some more non-gofmt'ed files save for new semicolon ruleRobert Griesemer
2009-10-196g bug fixes:Russ Cox
2009-09-09a few more blank testsRuss Cox
2009-09-08write-only variable _Russ Cox