- 60d4e30 make test/fixedbugs save for optional semis by Robert Griesemer · 15 years ago
- 9da6666 gc: check for assignment to private fields during initialization by Russ Cox · 15 years ago
- c6e316a4 gc: handle _ = <-c in select. by Russ Cox · 15 years ago
- 05a1eb1 gc: recursive type error by Russ Cox · 15 years ago
- 41861a8 gc: better diagnosis of initialization loops by Russ Cox · 15 years ago
- e733766 gc: minor import grammar bug fixes by Russ Cox · 15 years ago
- 272d156 gc: function argument ordering bug by Russ Cox · 15 years ago
- b7c4314 gc: correct type check for x, ok map assignment by Russ Cox · 15 years ago
- a338231 gc: five bug fixes, one better error. by Russ Cox · 15 years ago
- 71983af bug212, bug213. by Russ Cox · 15 years ago
- e6f85af cleaning up bug132 by Robert Griesemer · 15 years ago
- d7ad3c4 Match gccgo error messages. by Ian Lance Taylor · 15 years ago
- 60ff8cc address bug193 and add note to spec about it. by Russ Cox · 15 years ago
- a156486 bug196 by Russ Cox · 15 years ago
- 62c4818 bug136 by Russ Cox · 15 years ago
- 1be7476 bug169 by Russ Cox · 15 years ago
- 4c3a85d 6g bug fixes: by Russ Cox · 15 years ago
- 8fffa1d bug190. by Russ Cox · 15 years ago
- c736b65 bug209 by Russ Cox · 15 years ago
- 680ee6a add & fix bug208, from ken. fix bug198. by Russ Cox · 15 years ago
- 55edf49 add & fix bug207: rewritten if condition was discarding initialization work. by Russ Cox · 15 years ago
- 6f16987 undo 35108 (disallow parens around type in struct literal). by Russ Cox · 16 years ago
- 9c3c140 disallow parens around type in struct literal syntax, per discussion with gri. by Russ Cox · 16 years ago
- 7743ffe disallow interface { x, y() } by Russ Cox · 16 years ago
- 20011bc unused imports by Russ Cox · 16 years ago
- ae54cf7 last round: non-package code by Russ Cox · 16 years ago
- 1a31989 fix "declared and not used" in tests; by Russ Cox · 16 years ago
- 2204cfd fix bug206. delay calls to savex as long as possible. by Russ Cox · 16 years ago
- f4ee9f1 check type of string/map/array index expressions by Russ Cox · 16 years ago
- e780fa8 defining package block names must override universe block names. by Russ Cox · 16 years ago
- 5438be4 write-only variable _ by Russ Cox · 16 years ago
- f2a8cd5 corrected bug187; dropped on the floor somehow by Russ Cox · 16 years ago
- a18208f fix range on invalid utf8 bug by Russ Cox · 16 years ago
- a1391c2 fix one bug involving [...] constructors. by Russ Cox · 16 years ago
- ee2d512 the last bug involving type hashes by Russ Cox · 16 years ago
- bebe06a type switch bug involving function parameter names by Russ Cox · 16 years ago
- 27c4e7e catch package net import "net" for release by Russ Cox · 16 years ago
- 1a05177 Match gccgo error messages. by Ian Lance Taylor · 16 years ago
- 6e8524b array index bug by Russ Cox · 16 years ago
- d66d65d bug132 by Russ Cox · 16 years ago
- 92ac4bf Match gccgo error messages. by Ian Lance Taylor · 16 years ago
- 14be733 bug197 by Russ Cox · 16 years ago
- ef3e681 bug189 by Russ Cox · 16 years ago
- 28b655e more interface embedding tests by Russ Cox · 16 years ago
- 59e2e54 fix bug195 by Russ Cox · 16 years ago
- 770485e add bug to capture double declaration of name in file and package block by Rob Pike · 16 years ago
- 63aeaa2 fix import dot bug by Russ Cox · 16 years ago
- f7e4fc9 Match gccgo error messages. by Ian Lance Taylor · 16 years ago
- 74dd0ab fix up some irregular indentation by Rob Pike · 16 years ago
- 91173b8 Recognize gccgo error messages. by Ian Lance Taylor · 16 years ago
- 3e98a40 bug188 - sort(x) by Russ Cox · 16 years ago
- b5c57fe delete forward type declarations by Russ Cox · 16 years ago
- 5b62b19 convert non-pkg go files to whole-package compilation. by Russ Cox · 16 years ago
- 866b272 bug186 - f(iota) by Russ Cox · 16 years ago
- 6be0f50 bug159 by Russ Cox · 16 years ago
- 39b12e2 bug185 - return b,a from func() (a,b int) by Russ Cox · 16 years ago
- d1ee5d6 bug184 - assignment compatibility in unpacked multireturn by Russ Cox · 16 years ago
- aa7bd48 bug183 - embedded vs non-embedded struct field in eqtype by Russ Cox · 16 years ago
- 468f244 bug182 - compiler crash by Russ Cox · 16 years ago
- 6c2738e bug181 - type T *struct { T } is an invalid embedded type by Russ Cox · 16 years ago
- 54b4037 delay := processing by Russ Cox · 16 years ago
- 4dec8ef get function calls out of the way before allocating registers in shift and div. by Russ Cox · 16 years ago
- 9dc22b6 more 6g reorg; checkpoint. by Russ Cox · 16 years ago
- b754b43 delete some code from walkexpr that is now handled by typecheck. by Russ Cox · 16 years ago
- 34b277f use errchk in more places. by Russ Cox · 16 years ago
- c217c16 bug136 unfixed by Russ Cox · 16 years ago
- 2946069 break and continue fixes by Russ Cox · 16 years ago
- 123ff2e bug177: anonymous struct fields in reflect (reported by iant) by Russ Cox · 16 years ago
- 18840f5 constant keys for array initializers by Russ Cox · 16 years ago
- eece85c move bug148, already fixed, to fixedbugs by Russ Cox · 16 years ago
- b7dd312 bug170; fix test for bug175 by Russ Cox · 16 years ago
- a587d9a multiple return in := bug by Russ Cox · 16 years ago
- 059bbdd print(1<<x) by Russ Cox · 16 years ago
- 811e59f named string type bugs by Russ Cox · 16 years ago
- 03b25a9 catch a := true; a |= a; in the front end. by Russ Cox · 16 years ago
- 0b2683d do not insert implicit "return;" in empty function body by Russ Cox · 16 years ago
- 7472f4c bug168 (dsymonds) + fix by Russ Cox · 16 years ago
- a1b6482 bug167 by Russ Cox · 16 years ago
- 8a1bfe8 change bug163 to use actual non-letter in identifier by Russ Cox · 16 years ago
- 7ae0c67 Recognize gccgo error message. by Ian Lance Taylor · 16 years ago
- 5d5904b bug163 bug164 bug166 by Russ Cox · 16 years ago
- df36629 bug041 not a bug. can now forward declare across files by Russ Cox · 16 years ago
- 480f512 bug165 by Russ Cox · 16 years ago
- cf370a6 add ./ to imports where necessary by Russ Cox · 16 years ago
- 4c5c0f4 update tests for CL 30586. won't submit unless 30586 goes in. by Russ Cox · 16 years ago
- 23d9197 canonicalize bug122.go by Rob Pike · 16 years ago
- 3751b25 bug140 is fixed by Russ Cox · 16 years ago
- 2f2577a bug161, fixed by Russ Cox · 16 years ago
- f51ca38 fix handling of floating point zero constant 0p+0 by Russ Cox · 16 years ago
- d6a9817 bug157 by Russ Cox · 16 years ago
- be63b6d bug 158 by Ken Thompson · 16 years ago
- fbcbcdb bug 156 by Ken Thompson · 16 years ago
- 1c7bee0 bug 155 by Ken Thompson · 16 years ago
- 3b37b02 bug 149 by Ken Thompson · 16 years ago
- b3f303ec bug 153 by Ken Thompson · 16 years ago
- 18890ee fix bug154; tweak bug153 exit status by Russ Cox · 16 years ago
- 750a856 bug151, bug152 -> fixedbugs by Russ Cox · 16 years ago
- 70d711d bug150 is fixed by Rob Pike · 16 years ago
- bc5620c Match gccgo error messages. by Ian Lance Taylor · 16 years ago
- 918afd94 move things out of sys into os and runtime by Russ Cox · 16 years ago