summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2009-10-26Recognize gccgo error messages.Ian Lance Taylor
2009-10-25 make 5l ignore multiple defs, remove use of multipleKai Backman
2009-10-24 fix conditional branch instructions for unsigned ints andKai Backman
2009-10-23 fixed len/cap for chan. disable gc for now.Kai Backman
2009-10-23one more argsize fix. we were copying with the correctKai Backman
2009-10-22fix build after Mercurial move.Russ Cox
2009-10-21Match gccgo error messages.Ian Lance Taylor
2009-10-20gccgo does not distinguish "use" and "assign" in these errorIan Lance Taylor
2009-10-20address bug193 and add note to spec about it.Russ Cox
2009-10-20bug162, over and overRuss Cox
2009-10-20forgot to include in 35898.Russ Cox
2009-10-19removed tempalloc/tempfree and replaced with tempnameKai Backman
2009-10-19getcallerpc and setcallerpcKai Backman
2009-10-19bug196Russ Cox
2009-10-19bug136Russ Cox
2009-10-19first version of closures. test/closure doesn't yet pass.Kai Backman
2009-10-19bug169Russ Cox
2009-10-196g bug fixes:Russ Cox
2009-10-19bug190.Russ Cox
2009-10-19duplicate of bug190Russ Cox
2009-10-19function literalsKai Backman
2009-10-19fiddling while rome burns: explain why tests are commented outRob Pike
2009-10-19bug 211: duplicate interface methods not caught by 6gRob Pike
2009-10-16bug210Robert Griesemer
2009-10-15rename sys functions to runtime,Russ Cox
2009-10-15fix OINDEX address generation, leftover misunderstanding aboutKai Backman
2009-10-15386 shift bug; wasn't zero-extending 16- and 8-bit countsRuss Cox
2009-10-14disable ken/complit for armKai Backman
2009-10-13write stack traces and panics to stderrRob Pike
2009-10-12changed 5c 64 bit word ordering to little endian so it matchesKai Backman
2009-10-12sort errors by line numberRuss Cox
2009-10-11fix buildRuss Cox
2009-10-1164bit and float code generation. fmt compiles butKai Backman
2009-10-09handle compiler crash better:Russ Cox
2009-10-09bug209Russ Cox
2009-10-09bug209.goRobert Griesemer
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox
2009-10-09fix nacl buildRuss Cox
2009-10-09floating point calc, added a few more packages that passKai Backman