aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-12-07test/bench: faster fasta (mostly due to bufio fix)Russ Cox
2009-12-07changes necessary to get the new chameneosredux onto shootout.alioth.debian.o...Roger Peppe
2009-12-04test/bench: use range in reverse-complementRuss Cox
2009-12-04test/bench: dead code in reverse-complementRuss Cox
2009-12-04make Native Client support build again,Russ Cox
2009-12-03gc: check for assignment to private fields during initializationRuss Cox
2009-12-03gc: handle _ = <-c in select.Russ Cox
2009-12-03gc: recursive type errorRuss Cox
2009-12-03gc: better diagnosis of initialization loopsRuss Cox
2009-12-03gc: minor import grammar bug fixesRuss Cox
2009-12-02gc: function argument ordering bugRuss Cox
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike
2009-11-30change command-line argument to beRoger Peppe
2009-11-30Make tests run on systems missing time utilitySergey 'SnakE' Gromov
2009-11-24gc: correct type check for x, ok map assignmentRuss Cox
2009-11-24timing log update for new version of chameneosRob Pike
2009-11-24Change to container/vector interface:Robert Griesemer
2009-11-24chameneosredux test modified, bug fixed, fasterRoger Peppe
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w test/benchRuss Cox
2009-11-20x[y:] for stringsRuss Cox
2009-11-20x[lo:] - gc and runtime.Russ Cox
2009-11-20test/bench revisions;Russ Cox
2009-11-19bug219: parsing difficulties with 6gRobert Griesemer
2009-11-18- flip in and out to exercise overlap check a little (could do better)Rob Pike
2009-11-18test for copy()Rob Pike
2009-11-18remove bytes.CopyRob Pike
2009-11-16bug218.go: testcase for issue 238Robert Griesemer
2009-11-15gc: fix up floating point NaN comparisonsRuss Cox
2009-11-15gc: five bug fixes, one better error.Russ Cox
2009-11-14make arm pass match what's working on real hardwareKai Backman
2009-11-14test/interface/receiver.go: expand to do dynamicRuss Cox
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell
2009-11-14move evaluation of null-matching instructions one iteration earlier.Rob Pike
2009-11-13test/run: use bash, not sh.Russ Cox
2009-11-12test/run: unset GREP_OPTIONSweekly.2009-11-12Russ Cox
2009-11-09drop output from nilptr tests;Russ Cox
2009-11-08bug212, bug213.Russ Cox
2009-11-08delete TODO now that compiler is better at %Rob Pike
2009-11-05 make 5g executables run on android/arm hardware. change OABIKai Backman
2009-11-05Cleaned up gccgo error messages require minor adjustment toIan Lance Taylor
2009-11-02Set LANG to control sorting. This affects the order in whichIan Lance Taylor
2009-11-02We should not silently permit a named type to match an unnamedIan Lance Taylor
2009-11-02use the new routine regexp.MustCompile to clean up some code that uses global...Rob Pike
2009-11-02Recognize gccgo error message.Ian Lance Taylor
2009-11-02cleaning up bug132Robert Griesemer
2009-11-01nil pointer checks in 8g.Russ Cox
2009-10-29clone and futexKai Backman
2009-10-29Bug: 6g accepts fallthrough in type switch.Ian Lance Taylor
2009-10-28Test that the compiler rejects map types which should not beIan Lance Taylor