summaryrefslogtreecommitdiff
path: root/test/golden.out
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-3/+4
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-0/+3
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-0/+6
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-15/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-14/+0
2010-06-18complex divide: match C99 implementationRuss Cox1-8/+0
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox1-4/+0
2010-06-14Add test for division by zero.Rob Pike1-0/+12
2010-06-09bug286: test caseRobert Griesemer1-0/+7
2010-06-08gc: new typechecking rulesRuss Cox1-55/+0
2010-06-08fix buildRuss Cox1-20/+21
2010-06-03bug285: assignment compatible map keys must be acceptedRobert Griesemer1-0/+14
2010-06-02bug284: additional conversion test caseRobert Griesemer1-4/+8
2010-06-02bug284: test cases for new conversion rulesRobert Griesemer1-0/+36
2010-05-24fix build - forgot golden.outRuss Cox1-12/+0
2010-05-24bug277: tests for conversion syntaxRobert Griesemer1-0/+12
2010-05-20fix bug 275Ken Thompson1-4/+0
2010-05-19bug275: cannot apply real() to a complex array elementRobert Griesemer1-0/+4
2010-05-13bug274: test case for issue 777Robert Griesemer1-0/+3
2010-05-03gc: bug264Russ Cox1-11/+0
2010-05-03test: test of static initialization (fails)Russ Cox1-0/+3
2010-05-03gc: bug267Russ Cox1-4/+0
2010-04-276g bug: no need for parens around array index expressionRobert Griesemer1-0/+4
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-8/+4
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox1-8/+4
2010-03-31gc: implement panic and recoverRuss Cox1-0/+1
2010-03-30single argument panicRuss Cox1-1/+1
2010-03-29gc: bug265Russ Cox1-3/+0
2010-03-29bug265: test case for issue 700Robert Griesemer1-0/+3
2010-03-25bug264 didn't report BUG correctly, caused "fail" from test/runRob Pike1-1/+2
2010-03-25bug264: test case for issue 692Robert Griesemer1-0/+9
2010-03-22gc: various map-related bug fixesRuss Cox1-1/+1
2010-03-10fix amd64 build (golden.out)Russ Cox1-0/+9
2010-03-09identical complex implementationKen Thompson1-0/+19
2010-03-05Generate same output on all architectures.Ian Lance Taylor1-3/+2
2010-03-04add a test that structures pack. 6g fails.Rob Pike1-0/+5
2010-03-02test: fix 386 build (missing complex)Russ Cox1-6/+0
2010-03-02more on type complex.Ken Thompson1-0/+6
2010-02-18gc: recursive interface embeddingRuss Cox1-14/+0
2010-02-16gc: undo attempt at fixing recursive interface embeddingRuss Cox1-0/+14
2010-02-01gc: bug246Russ Cox1-5/+0
2010-02-01gc: bug242Russ Cox1-5/+0
2010-01-27gc: implement defer print/println/panic/paniclnRuss Cox1-0/+4
2010-01-26gc: improved syntax errorsRuss Cox1-0/+2
2010-01-26gc: fix chan <- chan precedence.Russ Cox1-7/+0
2010-01-25channel types parsed not according to spec by 6gRobert Griesemer1-0/+7
2010-01-25runtime, type switch: eliminate package global name space assumptionRuss Cox1-1/+1
2010-01-18add bug246 (issue 492)Russ Cox1-0/+5
2010-01-15Test order of evaluation in tuple assignments.Ian Lance Taylor1-0/+5
2010-01-08gc: bug238Russ Cox1-15/+0