aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-22gc: new, less strict bool rulesRuss Cox
2012-02-21gc: return of ideal boolRuss Cox
2012-02-22test: use testlib in a few more cases.Rémy Oudompheng
2012-02-21test: fix bug423.go to actually fail with older releases.Rémy Oudompheng
2012-02-21test: fix broken testRob Pike
2012-02-21cmd/gc: don't believe that variables mentioned 256 times are unused.Rémy Oudompheng
2012-02-21test: rewrite test/run shell script + errchk (perl) in GoBrad Fitzpatrick
2012-02-20test/initsyscall.go: deleteRob Pike
2012-02-20test/initcomma.go: restore what it's supposed to be testingRob Pike
2012-02-20test/hashmap.go: deleteRob Pike
2012-02-19test/chan: document testsRob Pike
2012-02-19test/interface: document testsRob Pike
2012-02-18os: remove GetenverrorBrad Fitzpatrick
2012-02-19gc: fix error for floating-point constant %Russ Cox
2012-02-19runtime: APIRuss Cox
2012-02-19test: explanatory comments [c-g]*Rob Pike
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-18gc: drop ideal boolRuss Cox
2012-02-18test: use testlib (another bunch).Rémy Oudompheng
2012-02-18test/run: honor $TMPDIRShenghou Ma
2012-02-17test: change bug040 to use errorcheckIan Lance Taylor
2012-02-17test: remove a couple of bad tests that duplicate declbad.goIan Lance Taylor
2012-02-17test: add some tests that gccgo failed to handle correctlyIan Lance Taylor
2012-02-17cmd/gc: fix comparison of struct with _ fieldRuss Cox
2012-02-16test: use testlib (final 61)Russ Cox
2012-02-16test: use testlib (fourth 100)Russ Cox
2012-02-16test: use testlib (third 100)Russ Cox
2012-02-16test: use testlib (second 100)Russ Cox
2012-02-16test: use testlib (first 100)Russ Cox
2012-02-16test: add testlibRuss Cox
2012-02-17os: delete os.EINVAL and so onRob Pike
2012-02-16cmd/gc: correctly typecheck expression lists in returns.Rémy Oudompheng
2012-02-16all: errors caught by go vetRob Pike
2012-02-16cmd/gc: error on constant shift overflows.Rémy Oudompheng
2012-02-15test: add new test of indirect type referencesIan Lance Taylor
2012-02-13cmd/dist: cross-compiling fixesRuss Cox
2012-02-11gc: diagnose field+method of same nameRuss Cox
2012-02-11gc: make constant arith errors a little more friendlyRuss Cox
2012-02-11gc: fix import of struct type in struct literalRuss Cox
2012-02-10gc: add test case for issue 1743Russ Cox
2012-02-10gc: diagnose init loop involving funcRuss Cox
2012-02-10gc: eliminate duplicate ambiguous selector messageRuss Cox
2012-02-108g: fix opt bugRuss Cox
2012-02-106g: fix out of registers bugRuss Cox
2012-02-10cmd/gc: suspend safemode during typecheck of inlined bodies.Luuk van Dijk
2012-02-09gc: implicit type bug fix in export dataRuss Cox
2012-02-086g,8g: make constant propagation inlining-friendly.Jamie Gennis
2012-02-08bug408: deleteRob Pike
2012-02-075l, 6l, 8l: implement -X flagRuss Cox
2012-02-07test: disable bug408Russ Cox