aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2010-03-24gc: tests omitted from the last bug fixRuss Cox
2010-03-24test/mallocfin: relax test to 80% from 90%.Russ Cox
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox
2010-03-23arm: fix buildDean Prichard
2010-03-22gc: various map-related bug fixesRuss Cox
2010-03-10fix amd64 build (golden.out)Russ Cox
2010-03-091. decommit complex(float) conversionKen Thompson
2010-03-09identical complex implementationKen Thompson
2010-03-08arm: cleanup build warningsDean Prichard
2010-03-085g/6g/8g: fix double function call in sliceRuss Cox
2010-03-056g complex type usableKen Thompson
2010-03-05Generate same output on all architectures.Ian Lance Taylor