aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-06-30test: override gcc bug when preparing complex divide tablesRuss Cox
2010-06-308g: out of register bug fixRuss Cox
2010-06-23gc: fix crash for nested complex divisionRuss Cox
2010-06-21test: another listen on ":0" -> "127.0.0.1:0"Russ Cox
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox
2010-06-20undo changes accidentally included in 09c5add99d50Russ Cox
2010-06-20errchk: fix build - allow matches in multiline error messagesRuss Cox
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox
2010-06-18test: add missing import for zerodivideChristopher Wedgwood
2010-06-18complex divide: match C99 implementationRuss Cox
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox
2010-06-14fmt.Print*: reimplement to switch on type first.Rob Pike
2010-06-14Add test for division by zero.Rob Pike
2010-06-14remove uses of ... from tree, add one testRuss Cox
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox
2010-06-10test: check that surrogate pair runes and huge rune values are rejectedRuss Cox
2010-06-09bug286: test caseRobert Griesemer
2010-06-09gc: more cleanupRuss Cox
2010-06-08fix build: invalid character literalsRuss Cox
2010-06-08gc: new typechecking rulesRuss Cox
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox
2010-06-08fix buildRuss Cox
2010-06-08bug284: make conversion legal, fix error patternsRuss Cox
2010-06-08bug285: delete invalid map assignmentRuss Cox
2010-06-03Added regex-dna-parallel.go, a pretty trivial parallelization.Kyle Consalus
2010-06-03bug285: assignment compatible map keys must be acceptedRobert Griesemer
2010-06-02bug284: additional conversion test caseRobert Griesemer
2010-06-02bug284: test cases for new conversion rulesRobert Griesemer
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