aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-05-248g: out of register bugRuss Cox
2010-05-24gc: more accurate error descriptionRuss Cox
2010-05-24gc: fix shift/reduce conflict in go.y export syntaxRuss Cox
2010-05-24gc: bug281 - bad overlap in stack copyRuss Cox
2010-05-24fix build - forgot golden.outRuss Cox
2010-05-24gc: bug277 - new conversion syntaxRuss Cox
2010-05-24gc: bug280Russ Cox
2010-05-24gc: bug278Russ Cox
2010-05-24gc: fix unsafe.Sizeof on ideal constantsRuss Cox
2010-05-24bug277: tests for conversion syntaxRobert Griesemer
2010-05-21test/hilbert.go: convert to test case and benchmark for big.RatRobert Griesemer
2010-05-21issue 789: keep test caseRobert Griesemer
2010-05-21bignum: deprecate by moving into exp directoryRobert Griesemer
2010-05-20gc: handle use of builtin function outside function callRuss Cox
2010-05-20clean up bug 275Ken Thompson
2010-05-20fix bug 275Ken Thompson
2010-05-19bug275: cannot apply real() to a complex array elementRobert Griesemer
2010-05-19runtime: allow large map valuesRuss Cox
2010-05-18fix build - arm testsRuss Cox
2010-05-13bug274: test case for issue 777Robert Griesemer
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