aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-03-01test: add test of calling recover in a varargs functionIan Lance Taylor
2012-02-29test: add bug426.go: a gccgo crash on valid codeIan Lance Taylor
2012-02-29test: add a couple of cases to const1.go that crashed gccgoIan Lance Taylor
2012-02-29gc: fix string comparisons for new bool rulesAnthony Martin
2012-02-29gc: disallow absolute import pathsRuss Cox
2012-02-27test: bug424: wrong embedded method calledRobert Griesemer
2012-02-25go/test/chan1.go: fix typoRob Pike
2012-02-24gc: reject import paths containing special charactersAnthony Martin
2012-02-24test/bench/shootout: update post-MakefileRob Pike
2012-02-24test: document ken/*.goRob Pike
2012-02-23gc: fix escape analysis + inlining + closure bugRuss Cox
2012-02-24test: fix the fix of the rename tests.Rob Pike
2012-02-24test: add cmpout to testlibBrad Fitzpatrick
2012-02-24test: add temporary show_skips flag.Brad Fitzpatrick
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-02-24test/[n-r]*.go: add documentationRob Pike
2012-02-23test: commentary for [h-m]*.goRob Pike
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