summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-19bug190.Russ Cox2-13/+0
2009-10-19duplicate of bug190Russ Cox1-16/+0
2009-10-19function literalsKai Backman1-0/+3
2009-10-19fiddling while rome burns: explain why tests are commented outRob Pike1-0/+2
2009-10-19bug 211: duplicate interface methods not caught by 6gRob Pike2-0/+17
2009-10-16bug210Robert Griesemer2-0/+20
2009-10-15rename sys functions to runtime,Russ Cox1-0/+20
2009-10-15fix OINDEX address generation, leftover misunderstanding aboutKai Backman1-0/+8
2009-10-15386 shift bug; wasn't zero-extending 16- and 8-bit countsRuss Cox1-8/+38
2009-10-14disable ken/complit for armKai Backman1-1/+0