summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2010-06-02bug284: test cases for new conversion rulesRobert Griesemer2-0/+218
2010-05-248g: out of register bugRuss Cox1-0/+19
2010-05-24gc: more accurate error descriptionRuss Cox2-2/+2
2010-05-24gc: fix shift/reduce conflict in go.y export syntaxRuss Cox3-0/+25
2010-05-24gc: bug281 - bad overlap in stack copyRuss Cox1-0/+55
2010-05-24fix build - forgot golden.outRuss Cox1-12/+0
2010-05-24gc: bug277 - new conversion syntaxRuss Cox1-0/+0
2010-05-24gc: bug280Russ Cox1-0/+13
2010-05-24gc: bug278Russ Cox1-0/+23
2010-05-24gc: fix unsafe.Sizeof on ideal constantsRuss Cox1-0/+36
2010-05-24bug277: tests for conversion syntaxRobert Griesemer2-0/+84
2010-05-21test/hilbert.go: convert to test case and benchmark for big.RatRobert Griesemer1-166/+0
2010-05-21issue 789: keep test caseRobert Griesemer1-0/+23
2010-05-21bignum: deprecate by moving into exp directoryRobert Griesemer1-1/+1
2010-05-20gc: handle use of builtin function outside function callRuss Cox2-2/+16
2010-05-20clean up bug 275Ken Thompson1-0/+0
2010-05-20fix bug 275Ken Thompson1-4/+0
2010-05-19bug275: cannot apply real() to a complex array elementRobert Griesemer2-0/+24
2010-05-19runtime: allow large map valuesRuss Cox1-0/+34
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