summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fmt.Print*: reimplement to switch on type first.Rob Pike2010-06-141-1/+1
* Add test for division by zero.Rob Pike2010-06-142-0/+180
* remove uses of ... from tree, add one testRuss Cox2010-06-144-21/+7
* gc: less aggressive name binding, for better line numbers in errorsRuss Cox2010-06-121-0/+44
* test: check that surrogate pair runes and huge rune values are rejectedRuss Cox2010-06-101-0/+25
* bug286: test caseRobert Griesemer2010-06-092-0/+101
* gc: more cleanupRuss Cox2010-06-091-1/+20
* fix build: invalid character literalsRuss Cox2010-06-081-6/+6
* gc: new typechecking rulesRuss Cox2010-06-0812-392/+712
* misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox2010-06-083-115/+116
* fix buildRuss Cox2010-06-082-21/+22
* bug284: make conversion legal, fix error patternsRuss Cox2010-06-081-6/+10
* bug285: delete invalid map assignmentRuss Cox2010-06-081-3/+1
* Added regex-dna-parallel.go, a pretty trivial parallelization.Kyle Consalus2010-06-033-0/+138
* bug285: assignment compatible map keys must be acceptedRobert Griesemer2010-06-032-0/+132
* bug284: additional conversion test caseRobert Griesemer2010-06-022-4/+13
* bug284: test cases for new conversion rulesRobert Griesemer2010-06-022-0/+218
* 8g: out of register bugRuss Cox2010-05-241-0/+19
* gc: more accurate error descriptionRuss Cox2010-05-242-2/+2
* gc: fix shift/reduce conflict in go.y export syntaxRuss Cox2010-05-243-0/+25
* gc: bug281 - bad overlap in stack copyRuss Cox2010-05-241-0/+55
* fix build - forgot golden.outRuss Cox2010-05-241-12/+0
* gc: bug277 - new conversion syntaxRuss Cox2010-05-241-0/+0
* gc: bug280Russ Cox2010-05-241-0/+13
* gc: bug278Russ Cox2010-05-241-0/+23
* gc: fix unsafe.Sizeof on ideal constantsRuss Cox2010-05-241-0/+36
* bug277: tests for conversion syntaxRobert Griesemer2010-05-242-0/+84
* test/hilbert.go: convert to test case and benchmark for big.RatRobert Griesemer2010-05-211-166/+0
* issue 789: keep test caseRobert Griesemer2010-05-211-0/+23
* bignum: deprecate by moving into exp directoryRobert Griesemer2010-05-211-1/+1
* gc: handle use of builtin function outside function callRuss Cox2010-05-202-2/+16
* clean up bug 275Ken Thompson2010-05-201-0/+0
* fix bug 275Ken Thompson2010-05-201-4/+0
* bug275: cannot apply real() to a complex array elementRobert Griesemer2010-05-192-0/+24
* runtime: allow large map valuesRuss Cox2010-05-191-0/+34
* fix build - arm testsRuss Cox2010-05-182-12/+1
* bug274: test case for issue 777Robert Griesemer2010-05-132-0/+32
* 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