summaryrefslogtreecommitdiff
path: root/test/golden.out
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: do not generate code for var _ = ... unless necessaryRuss Cox2012-12-301-5/+1
* cmd/gc: test for issue 3552Luuk van Dijk2012-05-021-0/+4
* runtime: work around false negative in deadlock detectionRuss Cox2012-03-271-0/+3
* undo CL 5844051 / 5d0322034aa8Mikio Hara2012-03-271-3/+0
* runtime: restore deadlock detection in the simplest case.R?my Oudompheng2012-03-261-0/+3
* test: fix run.bash by spelling out the commands to use for bug424.goIan Lance Taylor2012-03-221-3/+0
* test: bug424: wrong embedded method calledRobert Griesemer2012-02-271-0/+3
* cmd/gc: suspend safemode during typecheck of inlined bodies.Luuk van Dijk2012-02-101-0/+2
* gc: undo most of 'fix infinite recursion for embedded interfaces'Russ Cox2012-01-201-0/+3
* test: split golden.out into expected output per testIan Lance Taylor2012-01-181-48/+0
* test: change several tests to not printIan Lance Taylor2012-01-181-57/+0
* gc: 0 expected bugsRuss Cox2011-12-091-4/+0
* test: silence/coalesce some testsRuss Cox2011-09-261-34/+0
* test: merge nilptr/* into one testRuss Cox2011-09-261-2/+0
* test: Add test for inheriting private method from anonymous field.Ian Lance Taylor2011-09-141-0/+4
* ld: grow dwarf includestack on demand.Luuk van Dijk2011-09-091-0/+2
* gc: make static initialization more staticRuss Cox2011-08-311-3/+0
* runtime: simplify stack tracesRuss Cox2011-08-221-8/+0
* gc: handle go print() and go println()Stephen Ma2011-06-131-0/+3
* 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