summaryrefslogtreecommitdiff
path: root/test/golden.out
Commit message (Expand)AuthorAgeFilesLines
* gc: implement new shift rulesRuss Cox2011-05-311-15/+0
* test: test cases for issue 1708.Robert Griesemer2011-05-251-0/+15
* gc: relax assignability of method receiversAnthony Martin2011-05-241-5/+0
* gc: correct handling of unexported method names in embedded interfacesRuss Cox2011-04-211-5/+0
* gc: print of unsafe.PointerRuss Cox2011-04-151-0/+3
* test: adjust bug324 to expect run-time failure, not compile-time.Ian Lance Taylor2011-03-291-1/+3
* test: adjust bugs/bug322 to match current spec.Ian Lance Taylor2011-03-291-2/+1
* bug324.go: test case for issue 1550Robert Griesemer2011-02-241-0/+3
* issue 1402: added test caseRobert Griesemer2011-02-031-0/+6
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-6/+0
* delete float, complex - code changesRuss Cox2011-01-191-1/+0
* runtime: print signal information during panicRuss Cox2011-01-181-8/+0
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-131-4/+0
* fix buildRobert Griesemer2010-09-151-8/+0
* test: Add test for //line (currently fails).Ian Lance Taylor2010-09-101-0/+8
* gc: bug299, bug300Russ Cox2010-08-031-12/+0
* bug300: literal types must not be parenthesizedRobert Griesemer2010-07-291-0/+3
* bug299: parenthesized receiver types/anonymous fields are illegalRobert Griesemer2010-07-291-0/+9
* gc: bug291Russ Cox2010-07-151-3/+0
* gc: fix handling of types inside function bodiesRuss Cox2010-07-151-7/+0
* complex divide: match C99 implementationRuss Cox2010-06-181-8/+0
* runtime: correct fault for 16-bit divide on LeopardRuss Cox2010-06-141-4/+0
* Add test for division by zero.Rob Pike2010-06-141-0/+12
* bug286: test caseRobert Griesemer2010-06-091-0/+7
* gc: new typechecking rulesRuss Cox2010-06-081-55/+0
* fix buildRuss Cox2010-06-081-20/+21
* bug285: assignment compatible map keys must be acceptedRobert Griesemer2010-06-031-0/+14
* bug284: additional conversion test caseRobert Griesemer2010-06-021-4/+8
* bug284: test cases for new conversion rulesRobert Griesemer2010-06-021-0/+36
* fix build - forgot golden.outRuss Cox2010-05-241-12/+0
* bug277: tests for conversion syntaxRobert Griesemer2010-05-241-0/+12
* 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