summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-1/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w test/benchRuss Cox14-261/+255
2009-11-20x[y:] for stringsRuss Cox1-1/+1
2009-11-20x[lo:] - gc and runtime.Russ Cox2-0/+16
2009-11-20test/bench revisions;Russ Cox3-28/+46
2009-11-19bug219: parsing difficulties with 6gRobert Griesemer2-0/+39
2009-11-18- flip in and out to exercise overlap check a little (could do better)Rob Pike1-25/+125
2009-11-18test for copy()Rob Pike1-0/+193
2009-11-18remove bytes.CopyRob Pike2-71/+69
2009-11-16bug218.go: testcase for issue 238Robert Griesemer2-0/+27
2009-11-15gc: fix up floating point NaN comparisonsRuss Cox2-4/+92
2009-11-15gc: five bug fixes, one better error.Russ Cox5-1/+75
2009-11-14make arm pass match what's working on real hardwareKai Backman1-41/+4
2009-11-14test/interface/receiver.go: expand to do dynamicRuss Cox1-0/+8
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell1-1/+1
2009-11-14move evaluation of null-matching instructions one iteration earlier.Rob Pike1-0/+8
2009-11-13test/run: use bash, not sh.Russ Cox1-2/+2
2009-11-12test/run: unset GREP_OPTIONSRuss Cox1-0/+1
2009-11-09drop output from nilptr tests;Russ Cox12-70/+23
2009-11-08bug212, bug213.Russ Cox3-7/+1
2009-11-08delete TODO now that compiler is better at %Rob Pike1-19/+1
2009-11-05 make 5g executables run on android/arm hardware. change OABIKai Backman1-1/+1
2009-11-05Cleaned up gccgo error messages require minor adjustment toIan Lance Taylor1-2/+2
2009-11-02Set LANG to control sorting. This affects the order in whichIan Lance Taylor1-0/+1
2009-11-02We should not silently permit a named type to match an unnamedIan Lance Taylor1-2/+2
2009-11-02use the new routine regexp.MustCompile to clean up some code that uses global...Rob Pike1-12/+3
2009-11-02Recognize gccgo error message.Ian Lance Taylor1-1/+1
2009-11-02cleaning up bug132Robert Griesemer1-69/+0
2009-11-01nil pointer checks in 8g.Russ Cox1-1/+1
2009-10-29clone and futexKai Backman1-0/+8
2009-10-29Bug: 6g accepts fallthrough in type switch.Ian Lance Taylor2-0/+19
2009-10-28Test that the compiler rejects map types which should not beIan Lance Taylor2-0/+15
2009-10-26Recognize gccgo error messages.Ian Lance Taylor1-3/+3
2009-10-25 make 5l ignore multiple defs, remove use of multipleKai Backman1-1/+1
2009-10-24 fix conditional branch instructions for unsigned ints andKai Backman1-0/+13
2009-10-23 fixed len/cap for chan. disable gc for now.Kai Backman1-0/+6
2009-10-23one more argsize fix. we were copying with the correctKai Backman1-2/+15
2009-10-22fix build after Mercurial move.Russ Cox1-16/+19
2009-10-21Match gccgo error messages.Ian Lance Taylor1-2/+2
2009-10-20gccgo does not distinguish "use" and "assign" in these errorIan Lance Taylor1-4/+4
2009-10-20address bug193 and add note to spec about it.Russ Cox4-5/+5
2009-10-20bug162, over and overRuss Cox12-6/+362
2009-10-20forgot to include in 35898.Russ Cox1-0/+29
2009-10-19removed tempalloc/tempfree and replaced with tempnameKai Backman1-2/+3
2009-10-19getcallerpc and setcallerpcKai Backman1-2/+5
2009-10-19bug196Russ Cox2-5/+0
2009-10-19bug136Russ Cox2-3/+0
2009-10-19first version of closures. test/closure doesn't yet pass.Kai Backman1-0/+3
2009-10-19bug169Russ Cox2-3/+0
2009-10-196g bug fixes:Russ Cox5-24/+70