aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-05-03big: completed set of Int division routines & cleanupsRobert Griesemer
2010-05-03gc: bug264Russ Cox
2010-05-03test/bench: import new fasta C reference, update Go, optimizationsRuss Cox
2010-05-03test: test of static initialization (fails)Russ Cox
2010-05-03gc: bug267Russ Cox
2010-05-03test: fix run-arm to count bugs correctlyRuss Cox
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox
2010-04-30big: use fast shift routinesRobert Griesemer
2010-04-308g: bug272Russ Cox
2010-04-30gc: bug271Russ Cox
2010-04-30gc: bug270Russ Cox
2010-04-29gc: never include ( ) on singleton func return typeRuss Cox
2010-04-29gc: bug268Russ Cox
2010-04-27pidigits: ~10% performance win by using adds instead of shiftsRobert Griesemer
2010-04-276g bug: no need for parens around array index expressionRobert Griesemer
2010-04-26Added fannkuch-parallel.goKyle Consalus
2010-04-26gc: more specific error for statements at top levelRuss Cox
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox
2010-04-21test/bench: reenable chameneosredux for gccgo.Rob Pike
2010-04-20big: Add Lsh and Value; convert pidigits to use bigEvan Shaw
2010-04-19gc benchmark: Update package listEvan Shaw
2010-04-19gc: cmplx typecheck bug fixRuss Cox
2010-04-16 the android runner scriptKai Backman
2010-04-15synchronize ARM runner environment variable with run-armKai Backman
2010-04-15support for printing floats:Kai Backman
2010-04-12test: minor updates to avoid bitrotChristopher Wedgwood
2010-04-12gc: zero unnamed return values on entry if func has deferRuss Cox
2010-04-11gc: make sure main.main has correct typeRuss Cox
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox
2010-04-06arm: fix build, attempt #2Russ Cox
2010-04-06arm: fix build, attempt #1Russ Cox
2010-04-06runtime: two proc bug fixesRuss Cox
2010-04-05test/bench: add k-nucleotide-parallelKyle Consalus
2010-04-05runtime: various arm fixesRuss Cox
2010-04-01runtime: turn run time errors checks into panicsRuss Cox
2010-04-01runtime: correct memory leak in selectRuss Cox
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox
2010-03-31test for panic and recoverRuss Cox
2010-03-31gc: implement panic and recoverRuss Cox
2010-03-30simplify various code using new map index ruleRuss Cox
2010-03-30single argument panicRuss Cox
2010-03-29gc: bug265Russ Cox
2010-03-29bug265: test case for issue 700Robert Griesemer
2010-03-26arm: fix buildDean Prichard
2010-03-26gc: allow taking address of out parametersRuss Cox
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox
2010-03-25bug264 didn't report BUG correctly, caused "fail" from test/runRob Pike
2010-03-25gc: more syntax errorsRuss Cox
2010-03-25bug264: test case for issue 692Robert Griesemer
2010-03-25arm: disable some problematic testsDean Prichard