summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* big: completed set of Int division routines & cleanupsRobert Griesemer2010-05-031-2/+2
* gc: bug264Russ Cox2010-05-032-16/+0
* test/bench: import new fasta C reference, update Go, optimizationsRuss Cox2010-05-032-222/+297
* test: test of static initialization (fails)Russ Cox2010-05-032-0/+103
* gc: bug267Russ Cox2010-05-032-4/+0
* test: fix run-arm to count bugs correctlyRuss Cox2010-05-031-2/+2
* gc: be pickier about slice, chan, array, and map sizesRuss Cox2010-05-011-0/+95
* big: use fast shift routinesRobert Griesemer2010-04-301-2/+2
* 8g: bug272Russ Cox2010-04-301-0/+25
* gc: bug271Russ Cox2010-04-301-0/+20
* gc: bug270Russ Cox2010-04-301-0/+21
* gc: never include ( ) on singleton func return typeRuss Cox2010-04-291-0/+18
* gc: bug268Russ Cox2010-04-291-0/+53
* pidigits: ~10% performance win by using adds instead of shiftsRobert Griesemer2010-04-271-2/+2
* 6g bug: no need for parens around array index expressionRobert Griesemer2010-04-272-0/+26
* Added fannkuch-parallel.goKyle Consalus2010-04-263-0/+257
* gc: more specific error for statements at top levelRuss Cox2010-04-261-0/+20
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-2219-441/+17
* test/bench: reenable chameneosredux for gccgo.Rob Pike2010-04-211-6/+1
* big: Add Lsh and Value; convert pidigits to use bigEvan Shaw2010-04-201-22/+28
* gc benchmark: Update package listEvan Shaw2010-04-191-3/+8
* gc: cmplx typecheck bug fixRuss Cox2010-04-191-0/+31
* the android runner scriptKai Backman2010-04-162-6/+15
* synchronize ARM runner environment variable with run-armKai Backman2010-04-151-1/+1
* support for printing floats:Kai Backman2010-04-151-9/+9
* test: minor updates to avoid bitrotChristopher Wedgwood2010-04-122-6/+6
* gc: zero unnamed return values on entry if func has deferRuss Cox2010-04-121-0/+26
* gc: make sure main.main has correct typeRuss Cox2010-04-111-1/+1
* runtime: turn divide by zero, nil dereference into panicsRuss Cox2010-04-081-0/+78
* arm: fix build, attempt #2Russ Cox2010-04-061-2/+2
* arm: fix build, attempt #1Russ Cox2010-04-063-74/+133
* runtime: two proc bug fixesRuss Cox2010-04-061-0/+5
* test/bench: add k-nucleotide-parallelKyle Consalus2010-04-053-0/+184
* runtime: various arm fixesRuss Cox2010-04-054-141/+219
* runtime: turn run time errors checks into panicsRuss Cox2010-04-013-25/+107
* runtime: correct memory leak in selectRuss Cox2010-04-011-0/+48
* runtime: make type assertion a runtime.Error, the first of manyRuss Cox2010-03-311-8/+4
* test for panic and recoverRuss Cox2010-03-312-0/+387
* gc: implement panic and recoverRuss Cox2010-03-311-0/+1
* simplify various code using new map index ruleRuss Cox2010-03-301-11/+2
* single argument panicRuss Cox2010-03-3033-734/+859
* gc: bug265Russ Cox2010-03-292-3/+0
* bug265: test case for issue 700Robert Griesemer2010-03-292-0/+25
* arm: fix buildDean Prichard2010-03-261-1/+0
* gc: allow taking address of out parametersRuss Cox2010-03-262-17/+32
* runtime: run all finalizers in a single goroutine.Russ Cox2010-03-261-2/+8
* bug264 didn't report BUG correctly, caused "fail" from test/runRob Pike2010-03-252-5/+6
* gc: more syntax errorsRuss Cox2010-03-252-0/+20
* bug264: test case for issue 692Robert Griesemer2010-03-252-0/+58
* arm: disable some problematic testsDean Prichard2010-03-252-7/+0