aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-09-04test/turing: refactorRob Pike
2010-09-04test: remove semiocolons.Rob Pike
2010-09-03solitaire: an exercise in backtracking and string conversionsRobert Griesemer
2010-09-01test: Match gccgo error messages.Ian Lance Taylor
2010-09-01test: Recognize gccgo error messages.Ian Lance Taylor
2010-09-01test: Use global variables to defeat gccgo optimizer.Ian Lance Taylor
2010-08-31test: Recognize gccgo error messages.Ian Lance Taylor
2010-08-31test: Match gccgo error messages.Ian Lance Taylor
2010-08-31test: gccgo and gc print the error on different lines.Ian Lance Taylor
2010-08-31test: Match gccgo error messages.Ian Lance Taylor
2010-08-31test: don't assign address of array to slice.Ian Lance Taylor
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-24test: Add testcase which crashes gccgo.Ian Lance Taylor
2010-08-18build: no required environment variablesRuss Cox
2010-08-16test/garbage: do not try to parse package bignum, which is gone.Russ Cox
2010-08-13delete pkg/onceRob Pike
2010-08-12update the tree to use the new regexp methodsRob Pike
2010-08-116g, 8g: handle slice by sub-word-sized index (uint8, int8, uint16, int16)Russ Cox
2010-08-11gopack: handle long lines in export dataRuss Cox
2010-08-10gc: bug302Russ Cox
2010-08-06arm: bugfixes and syscallKai Backman
2010-08-06test/peano: use directly recursive type defRobert Griesemer
2010-08-03bikeshed: only output bug when we have a regressionKai Backman
2010-08-03test/run: diff old newRuss Cox
2010-08-03gc: empty selectRuss Cox
2010-08-03gc: bug301Russ Cox
2010-08-03gc: bug299, bug300Russ Cox
2010-08-03gc: index bounds tests and fixesRuss Cox
2010-07-30arm: disable another flaky test.Kai Backman
2010-07-30fix buildKai Backman
2010-07-30arm: bugfixes (stack clobbering, indices)Kai Backman
2010-07-29bug300: literal types must not be parenthesizedRobert Griesemer
2010-07-29go_spec: don't allow parens around the literal type of composite literalsRobert Griesemer
2010-07-29bug299: parenthesized receiver types/anonymous fields are illegalRobert Griesemer
2010-07-28test/sigchld.go: use syscall.Kill instead of a combinationVinu Rajashekhar
2010-07-28arm: fix build (dodgy floats)Kai Backman
2010-07-28arm: minor bugfixes.Kai Backman
2010-07-26gc: more crash avoidanceRuss Cox
2010-07-26gc: fix smaller-than-pointer-sized receivers in interfacesRuss Cox
2010-07-26gc: import dot shadowing bugRuss Cox
2010-07-22test: fail is for bad exit status onlyRuss Cox
2010-07-21arm: fic build3, disable flaky 64 bit testKai Backman
2010-07-21arm: fix build2, tweak test/nul1.go arm exclusionKai Backman
2010-07-21arm: fix build by disabling list copying optimization for 5g.Kai Backman
2010-07-20fix buildKai Backman
2010-07-20more soft float support. passes several basic testsKai Backman
2010-07-15gc: bug294Russ Cox
2010-07-15gc: bug293Russ Cox
2010-07-15gc: bug292Russ Cox
2010-07-15gc: bug291Russ Cox