summaryrefslogtreecommitdiff
path: root/test/golden.out
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-29Test case for issue 475 and related bug.Robert Griesemer1-0/+8
2009-12-29test case for issue 471Robert Griesemer1-0/+3
2009-12-18runtime: fix race conditionAdam Langley1-0/+3
2009-12-03gc: handle _ = <-c in select.Russ Cox1-4/+0
2009-11-19bug219: parsing difficulties with 6gRobert Griesemer1-0/+4
2009-11-16bug218.go: testcase for issue 238Robert Griesemer1-0/+4
2009-11-09drop output from nilptr tests;Russ Cox1-60/+0
2009-11-08bug212, bug213.Russ Cox1-6/+0
2009-11-01nil pointer checks in 8g.Russ Cox1-1/+1
2009-10-29Bug: 6g accepts fallthrough in type switch.Ian Lance Taylor1-0/+3
2009-10-28Test that the compiler rejects map types which should not beIan Lance Taylor1-0/+3
2009-10-20address bug193 and add note to spec about it.Russ Cox1-3/+0
2009-10-20bug162, over and overRuss Cox1-4/+62
2009-10-19bug196Russ Cox1-5/+0
2009-10-19bug136Russ Cox1-3/+0
2009-10-19bug169Russ Cox1-3/+0
2009-10-196g bug fixes:Russ Cox1-3/+0
2009-10-19bug190.Russ Cox1-13/+0
2009-10-19bug 211: duplicate interface methods not caught by 6gRob Pike1-0/+3
2009-10-16bug210Robert Griesemer1-0/+4
2009-10-12sort errors by line numberRuss Cox1-2/+2
2009-10-11fix buildRuss Cox1-4/+0
2009-10-09bug209.goRobert Griesemer1-1/+4
2009-10-08add & fix bug208, from ken.Russ Cox1-7/+0
2009-09-10fix bug206.Russ Cox1-3/+0
2009-09-10fix bug206 output on different platformsRuss Cox1-4/+0
2009-09-10bug206Robert Griesemer1-0/+7
2009-09-09defining package block names must overrideRuss Cox1-4/+0
2009-09-03missed in last compiler changeRuss Cox1-1/+1
2009-09-03fix bug187 (itself buggy)Russ Cox1-3/+0
2009-08-26Cascading errors lead to a compiler crash.Ian Lance Taylor1-0/+7
2009-08-24bug132Russ Cox1-3/+0
2009-08-24bug189Russ Cox1-3/+0
2009-08-23half of bug193Russ Cox1-3/+1
2009-08-21fix bug195Russ Cox1-3/+0
2009-08-21fix crash in bug194; add bug196Russ Cox1-1/+6
2009-08-21A test for an interface which uses a forward declared typeIan Lance Taylor1-0/+3
2009-08-21Test composite literals with undeclared types. This crashedIan Lance Taylor1-0/+4
2009-08-21unexpected shift conversion behaviorRobert Griesemer1-0/+5
2009-08-20fix buildRuss Cox1-1/+0
2009-08-19add bug to capture double declaration of name in file and package blockRob Pike1-0/+1
2009-08-19produce diagnostic forRuss Cox1-6/+6