summaryrefslogtreecommitdiff
path: root/test/golden.out
Commit message (Expand)AuthorAgeFilesLines
...
* 6g bug fixes:Russ Cox2009-10-191-3/+0
* bug190.Russ Cox2009-10-191-13/+0
* bug 211: duplicate interface methods not caught by 6gRob Pike2009-10-191-0/+3
* bug210Robert Griesemer2009-10-161-0/+4
* sort errors by line numberRuss Cox2009-10-121-2/+2
* fix buildRuss Cox2009-10-111-4/+0
* bug209.goRobert Griesemer2009-10-091-1/+4
* add & fix bug208, from ken.Russ Cox2009-10-081-7/+0
* fix bug206.Russ Cox2009-09-101-3/+0
* fix bug206 output on different platformsRuss Cox2009-09-101-4/+0
* bug206Robert Griesemer2009-09-101-0/+7
* defining package block names must overrideRuss Cox2009-09-091-4/+0
* missed in last compiler changeRuss Cox2009-09-031-1/+1
* fix bug187 (itself buggy)Russ Cox2009-09-031-3/+0
* Cascading errors lead to a compiler crash.Ian Lance Taylor2009-08-261-0/+7
* bug132Russ Cox2009-08-241-3/+0
* bug189Russ Cox2009-08-241-3/+0
* half of bug193Russ Cox2009-08-231-3/+1
* fix bug195Russ Cox2009-08-211-3/+0
* fix crash in bug194; add bug196Russ Cox2009-08-211-1/+6
* A test for an interface which uses a forward declared typeIan Lance Taylor2009-08-211-0/+3
* Test composite literals with undeclared types. This crashedIan Lance Taylor2009-08-211-0/+4
* unexpected shift conversion behaviorRobert Griesemer2009-08-211-0/+5
* fix buildRuss Cox2009-08-201-1/+0
* add bug to capture double declaration of name in file and package blockRob Pike2009-08-191-0/+1
* produce diagnostic forRuss Cox2009-08-191-6/+6
* Test that a type can refer to itself recursively as long as itIan Lance Taylor2009-08-171-0/+9
* fix up some irregular indentationRob Pike2009-08-171-2/+2
* 6g bug: struct initializers must provide all field values unless the fields a...Robert Griesemer2009-08-141-0/+3
* fix bug187 not to crashRuss Cox2009-08-121-4/+0
* Bug involving ... initializers and interface values.Austin Clements2009-08-121-0/+7
* bug159Russ Cox2009-08-071-4/+0
* clean up a few error messages;Russ Cox2009-08-071-1/+1
* more 6g reorg; checkpoint.Russ Cox2009-08-031-7/+0
* use errchk in more places.Russ Cox2009-07-301-81/+0
* fixed golden.out, which is what 32496 should have done.Russ Cox2009-07-291-1/+1
* bug136 unfixedRuss Cox2009-07-291-3/+3
* tweak final line of test output:Russ Cox2009-07-291-13/+25
* break and continue fixesRuss Cox2009-07-291-3/+3
* introduce typecheck pass before walkexpr.Russ Cox2009-07-291-0/+1
* move bug148, already fixed, to fixedbugsRuss Cox2009-07-271-7/+7
* bug170; fix test for bug175Russ Cox2009-07-271-9/+0
* multiple return in := bugRuss Cox2009-07-271-0/+6
* do not echo command in errchk,Russ Cox2009-07-211-2/+2
* You can't set a fixed array to nil.Ian Lance Taylor2009-07-211-0/+3
* triple quoteRuss Cox2009-07-201-0/+3
* baby step: const decls can refer to futureRuss Cox2009-07-171-3/+2
* another step toward eliminating forward declarations.Russ Cox2009-07-171-2/+1
* step toward no function prototypes.Russ Cox2009-07-131-8/+8
* bug148.Russ Cox2009-07-131-2/+4