summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý19-153/+247
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý9-4/+173
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý80-3161/+4067
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý199-3701/+6867
2010-06-30test: override gcc bug when preparing complex divide tablesRuss Cox2-8/+30
2010-06-308g: out of register bug fixRuss Cox2-0/+29
2010-06-23gc: fix crash for nested complex divisionRuss Cox1-0/+6
2010-06-21test: another listen on ":0" -> "127.0.0.1:0"Russ Cox1-1/+1
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox1-3/+0
2010-06-20undo changes accidentally included in 09c5add99d50Russ Cox1-0/+2
2010-06-20errchk: fix build - allow matches in multiline error messagesRuss Cox1-1/+6
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox1-2/+0
2010-06-18test: add missing import for zerodivideChristopher Wedgwood1-0/+1
2010-06-18complex divide: match C99 implementationRuss Cox6-18/+2522
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox2-12/+4
2010-06-14fmt.Print*: reimplement to switch on type first.Rob Pike1-1/+1
2010-06-14Add test for division by zero.Rob Pike2-0/+180
2010-06-14remove uses of ... from tree, add one testRuss Cox4-21/+7
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox1-0/+44
2010-06-10test: check that surrogate pair runes and huge rune values are rejectedRuss Cox1-0/+25
2010-06-09bug286: test caseRobert Griesemer2-0/+101
2010-06-09gc: more cleanupRuss Cox1-1/+20
2010-06-08fix build: invalid character literalsRuss Cox1-6/+6
2010-06-08gc: new typechecking rulesRuss Cox12-392/+712
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox3-115/+116
2010-06-08fix buildRuss Cox2-21/+22
2010-06-08bug284: make conversion legal, fix error patternsRuss Cox1-6/+10
2010-06-08bug285: delete invalid map assignmentRuss Cox1-3/+1
2010-06-03Added regex-dna-parallel.go, a pretty trivial parallelization.Kyle Consalus3-0/+138
2010-06-03bug285: assignment compatible map keys must be acceptedRobert Griesemer2-0/+132
2010-06-02bug284: additional conversion test caseRobert Griesemer2-4/+13
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