summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* more 6g reorg; checkpoint.Russ Cox2009-08-0315-50/+34
* delete some code from walkexpr that is nowRuss Cox2009-07-303-15/+15
* use errchk in more places.Russ Cox2009-07-3020-113/+25
* fixed golden.out, which is what 32496 should have done.Russ Cox2009-07-292-2/+9
* fix buildRuss Cox2009-07-291-8/+1
* bug136 unfixedRuss Cox2009-07-292-4/+11
* another test error tweakRuss Cox2009-07-291-1/+3
* tweak final line of test output:Russ Cox2009-07-292-15/+32
* break and continue fixesRuss Cox2009-07-294-3/+54
* introduce typecheck pass before walkexpr.Russ Cox2009-07-291-0/+1
* make every func literal expression allocate,Russ Cox2009-07-281-0/+12
* bug177: anonymous struct fields in reflectRuss Cox2009-07-281-0/+28
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+1
* constant keys for array initializersRuss Cox2009-07-271-0/+14
* move bug148, already fixed, to fixedbugsRuss Cox2009-07-272-7/+7
* bug170; fix test for bug175Russ Cox2009-07-272-9/+0
* multiple return in := bugRuss Cox2009-07-272-0/+20
* print(1<<x)Russ Cox2009-07-271-0/+12
* named string type bugsRuss Cox2009-07-271-0/+21
* catchRuss Cox2009-07-271-0/+12
* do not insert implicit "return;" in empty function bodyRuss Cox2009-07-273-1/+13
* do not echo command in errchk,Russ Cox2009-07-212-3/+3
* runtime: fix init scheduling bug.Russ Cox2009-07-211-0/+28
* You can't set a fixed array to nil.Ian Lance Taylor2009-07-212-0/+16
* triple quoteRuss Cox2009-07-202-0/+13
* Recognize gccgo error message.Ian Lance Taylor2009-07-171-1/+1
* 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
* bug168 (dsymonds) + fixRuss Cox2009-07-091-0/+18
* bug167Russ Cox2009-07-072-6/+0
* update tests for new reflectRuss Cox2009-07-072-12/+12
* bug167: types declared in different scopes shouldRobert Griesemer2009-07-072-0/+32
* fix testRobert Griesemer2009-07-071-2/+2
* allow conversion to interface typeRuss Cox2009-07-061-4/+11
* change bug163 to use actual non-letter in identifierRuss Cox2009-07-031-1/+1
* maps have == so maps should work as map keys.Russ Cox2009-07-034-7/+6
* Recognize gccgo error message.Ian Lance Taylor2009-07-021-1/+1
* Recognize gccgo error messages.Ian Lance Taylor2009-07-021-12/+12
* bug163 bug164 bug166Russ Cox2009-06-294-12/+2
* bug041 not a bug.Russ Cox2009-06-292-19/+0
* bogus test: planning to allow forward declarationsRuss Cox2009-06-291-16/+0
* 6g appears to permit semicolons to be omitted after qualifiedIan Lance Taylor2009-06-292-0/+16
* Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike2009-06-261-2/+2
* bug165Russ Cox2009-06-252-5/+5
* add ./ to imports where necessaryRuss Cox2009-06-256-7/+7
* cannot have interfaces refer to themselves as map keysRob Pike2009-06-252-0/+15
* update tests for CL 30586.Russ Cox2009-06-255-30/+83
* canonicalize bug122.goRob Pike2009-06-222-4/+2