summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* bug188 - sort(x)Russ Cox2009-08-122-2/+16
* delete forward type declarationsRuss Cox2009-08-121-5/+0
* convert non-pkg go files to whole-package compilation.Russ Cox2009-08-123-54/+2
* bug186 - f(iota)Russ Cox2009-08-111-0/+18
* bug159Russ Cox2009-08-071-0/+39
* bug185 - return b,a from func() (a,b int)Russ Cox2009-08-071-0/+33
* bug184 - assignment compatibility in unpacked multireturnRuss Cox2009-08-071-0/+51
* bug183 - embedded vs non-embedded struct field in eqtypeRuss Cox2009-08-071-0/+25
* bug182 - compiler crashRuss Cox2009-08-071-0/+13
* bug181 - type T *struct { T } is an invalid embedded typeRuss Cox2009-08-071-0/+11
* delay := processingRuss Cox2009-08-053-4/+4
* get function calls out of the way beforeRuss Cox2009-08-041-0/+17
* more 6g reorg; checkpoint.Russ Cox2009-08-037-20/+11
* delete some code from walkexpr that is nowRuss Cox2009-07-302-3/+3
* use errchk in more places.Russ Cox2009-07-3018-21/+21
* bug136 unfixedRuss Cox2009-07-291-15/+0
* break and continue fixesRuss Cox2009-07-293-0/+66
* bug177: anonymous struct fields in reflectRuss Cox2009-07-281-0/+28
* constant keys for array initializersRuss Cox2009-07-271-0/+14
* move bug148, already fixed, to fixedbugsRuss Cox2009-07-271-0/+39
* bug170; fix test for bug175Russ Cox2009-07-271-0/+13
* multiple return in := bugRuss Cox2009-07-271-0/+14
* 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
* bug168 (dsymonds) + fixRuss Cox2009-07-091-0/+18
* bug167Russ Cox2009-07-071-0/+26
* change bug163 to use actual non-letter in identifierRuss Cox2009-07-031-1/+1
* Recognize gccgo error message.Ian Lance Taylor2009-07-021-1/+1
* bug163 bug164 bug166Russ Cox2009-06-293-0/+43
* bug041 not a bug.Russ Cox2009-06-291-16/+0
* bug165Russ Cox2009-06-251-0/+15
* add ./ to imports where necessaryRuss Cox2009-06-256-7/+7
* update tests for CL 30586.Russ Cox2009-06-253-9/+5
* canonicalize bug122.goRob Pike2009-06-221-1/+2
* bug140 is fixedRuss Cox2009-06-061-0/+18
* bug161, fixedRuss Cox2009-06-041-0/+17
* fix handling of floating point zero constant 0p+0Russ Cox2009-06-043-0/+34
* bug157Russ Cox2009-05-301-0/+32
* bug 158Ken Thompson2009-05-301-0/+26
* bug 156Ken Thompson2009-05-291-0/+21
* bug 155Ken Thompson2009-05-291-0/+23
* bug 149Ken Thompson2009-05-291-0/+24
* bug 153Ken Thompson2009-05-271-0/+14
* fix bug154; tweak bug153 exit statusRuss Cox2009-05-271-0/+32
* bug151, bug152 -> fixedbugsRuss Cox2009-05-262-0/+38
* bug150 is fixedRob Pike2009-05-261-0/+23
* Match gccgo error messages.Ian Lance Taylor2009-05-191-1/+1
* move things out of sys into os and runtimeRuss Cox2009-05-086-6/+17