summaryrefslogtreecommitdiff
path: root/test/golden.out
Commit message (Expand)AuthorAgeFilesLines
...
* fix bug 275Ken Thompson2010-05-201-4/+0
* bug275: cannot apply real() to a complex array elementRobert Griesemer2010-05-191-0/+4
* bug274: test case for issue 777Robert Griesemer2010-05-131-0/+3
* gc: bug264Russ Cox2010-05-031-11/+0
* test: test of static initialization (fails)Russ Cox2010-05-031-0/+3
* gc: bug267Russ Cox2010-05-031-4/+0
* 6g bug: no need for parens around array index expressionRobert Griesemer2010-04-271-0/+4
* runtime: turn run time errors checks into panicsRuss Cox2010-04-011-8/+4
* runtime: make type assertion a runtime.Error, the first of manyRuss Cox2010-03-311-8/+4
* gc: implement panic and recoverRuss Cox2010-03-311-0/+1
* single argument panicRuss Cox2010-03-301-1/+1
* gc: bug265Russ Cox2010-03-291-3/+0
* bug265: test case for issue 700Robert Griesemer2010-03-291-0/+3
* bug264 didn't report BUG correctly, caused "fail" from test/runRob Pike2010-03-251-1/+2
* bug264: test case for issue 692Robert Griesemer2010-03-251-0/+9
* gc: various map-related bug fixesRuss Cox2010-03-221-1/+1
* fix amd64 build (golden.out)Russ Cox2010-03-101-0/+9
* identical complex implementationKen Thompson2010-03-091-0/+19
* Generate same output on all architectures.Ian Lance Taylor2010-03-051-3/+2
* add a test that structures pack. 6g fails.Rob Pike2010-03-041-0/+5
* test: fix 386 build (missing complex)Russ Cox2010-03-021-6/+0
* more on type complex.Ken Thompson2010-03-021-0/+6
* gc: recursive interface embeddingRuss Cox2010-02-181-14/+0
* gc: undo attempt at fixing recursive interface embeddingRuss Cox2010-02-161-0/+14
* gc: bug246Russ Cox2010-02-011-5/+0
* gc: bug242Russ Cox2010-02-011-5/+0
* gc: implement defer print/println/panic/paniclnRuss Cox2010-01-271-0/+4
* gc: improved syntax errorsRuss Cox2010-01-261-0/+2
* gc: fix chan <- chan precedence.Russ Cox2010-01-261-7/+0
* channel types parsed not according to spec by 6gRobert Griesemer2010-01-251-0/+7
* runtime, type switch: eliminate package global name space assumptionRuss Cox2010-01-251-1/+1
* add bug246 (issue 492)Russ Cox2010-01-181-0/+5
* Test order of evaluation in tuple assignments.Ian Lance Taylor2010-01-151-0/+5
* gc: bug238Russ Cox2010-01-081-15/+0
* Test case for issue 475 and related bug.Robert Griesemer2009-12-291-0/+8
* test case for issue 471Robert Griesemer2009-12-291-0/+3
* runtime: fix race conditionAdam Langley2009-12-181-0/+3
* gc: handle _ = <-c in select.Russ Cox2009-12-031-4/+0
* bug219: parsing difficulties with 6gRobert Griesemer2009-11-191-0/+4
* bug218.go: testcase for issue 238Robert Griesemer2009-11-161-0/+4
* drop output from nilptr tests;Russ Cox2009-11-091-60/+0
* bug212, bug213.Russ Cox2009-11-081-6/+0
* nil pointer checks in 8g.Russ Cox2009-11-011-1/+1
* Bug: 6g accepts fallthrough in type switch.Ian Lance Taylor2009-10-291-0/+3
* Test that the compiler rejects map types which should not beIan Lance Taylor2009-10-281-0/+3
* address bug193 and add note to spec about it.Russ Cox2009-10-201-3/+0
* bug162, over and overRuss Cox2009-10-201-4/+62
* bug196Russ Cox2009-10-191-5/+0
* bug136Russ Cox2009-10-191-3/+0
* bug169Russ Cox2009-10-191-3/+0