summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2010-05-18fix build - arm testsRuss Cox2-12/+1
2010-05-13bug274: test case for issue 777Robert Griesemer2-0/+32
2010-05-03big: completed set of Int division routines & cleanupsRobert Griesemer1-2/+2
2010-05-03gc: bug264Russ Cox2-16/+0
2010-05-03test/bench: import new fasta C reference, update Go, optimizationsRuss Cox2-222/+297
2010-05-03test: test of static initialization (fails)Russ Cox2-0/+103
2010-05-03gc: bug267Russ Cox2-4/+0
2010-05-03test: fix run-arm to count bugs correctlyRuss Cox1-2/+2
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox1-0/+95
2010-04-30big: use fast shift routinesRobert Griesemer1-2/+2
2010-04-308g: bug272Russ Cox1-0/+25
2010-04-30gc: bug271Russ Cox1-0/+20
2010-04-30gc: bug270Russ Cox1-0/+21
2010-04-29gc: never include ( ) on singleton func return typeRuss Cox1-0/+18
2010-04-29gc: bug268Russ Cox1-0/+53
2010-04-27pidigits: ~10% performance win by using adds instead of shiftsRobert Griesemer1-2/+2
2010-04-276g bug: no need for parens around array index expressionRobert Griesemer2-0/+26
2010-04-26Added fannkuch-parallel.goKyle Consalus3-0/+257
2010-04-26gc: more specific error for statements at top levelRuss Cox1-0/+20
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox19-441/+17
2010-04-21test/bench: reenable chameneosredux for gccgo.Rob Pike1-6/+1
2010-04-20big: Add Lsh and Value; convert pidigits to use bigEvan Shaw1-22/+28
2010-04-19gc benchmark: Update package listEvan Shaw1-3/+8
2010-04-19gc: cmplx typecheck bug fixRuss Cox1-0/+31
2010-04-16 the android runner scriptKai Backman2-6/+15
2010-04-15synchronize ARM runner environment variable with run-armKai Backman1-1/+1
2010-04-15support for printing floats:Kai Backman1-9/+9
2010-04-12test: minor updates to avoid bitrotChristopher Wedgwood2-6/+6
2010-04-12gc: zero unnamed return values on entry if func has deferRuss Cox1-0/+26
2010-04-11gc: make sure main.main has correct typeRuss Cox1-1/+1
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox1-0/+78
2010-04-06arm: fix build, attempt #2Russ Cox1-2/+2
2010-04-06arm: fix build, attempt #1Russ Cox3-74/+133
2010-04-06runtime: two proc bug fixesRuss Cox1-0/+5
2010-04-05test/bench: add k-nucleotide-parallelKyle Consalus3-0/+184
2010-04-05runtime: various arm fixesRuss Cox4-141/+219
2010-04-01runtime: turn run time errors checks into panicsRuss Cox3-25/+107
2010-04-01runtime: correct memory leak in selectRuss Cox1-0/+48
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox1-8/+4
2010-03-31test for panic and recoverRuss Cox2-0/+387
2010-03-31gc: implement panic and recoverRuss Cox1-0/+1
2010-03-30simplify various code using new map index ruleRuss Cox1-11/+2
2010-03-30single argument panicRuss Cox33-734/+859
2010-03-29gc: bug265Russ Cox2-3/+0
2010-03-29bug265: test case for issue 700Robert Griesemer2-0/+25
2010-03-26arm: fix buildDean Prichard1-1/+0
2010-03-26gc: allow taking address of out parametersRuss Cox2-17/+32
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox1-2/+8
2010-03-25bug264 didn't report BUG correctly, caused "fail" from test/runRob Pike2-5/+6
2010-03-25gc: more syntax errorsRuss Cox2-0/+20