1. 814075d test: do not depend on implicit if condition by Russ Cox · 14 years ago
  2. 3a2d647 gc: make string const comparison unsigned by Jeff R. Allen · 14 years ago
  3. b57ac97 gc: correct receiver in method missing error by Lorenzo Stoakes · 14 years ago
  4. cf63e34 gc: correct rounding of denormal constants by Eoghan Sherry · 14 years ago
  5. 8a2891f gc: select receive bug fix by Russ Cox · 14 years ago
  6. f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
  7. 50fe459 6g: fix uint64(uintptr(unsafe.Pointer(&x))) by Russ Cox · 14 years ago
  8. f2b5a07 delete float, complex - code changes by Russ Cox · 14 years ago
  9. 661bcb7 gc: fix typed constant declarations by Anthony Martin · 14 years ago
  10. 2281ca1 gc: fix &^= by Russ Cox · 14 years ago
  11. 94df1a0 gc: return constant floats for parts of complex constants by Anthony Martin · 14 years ago
  12. 4e5a595 gc: rewrite complex /= to l = l / r. by Patrick Gavlin · 14 years ago
  13. 0c54225 remove nacl by Russ Cox · 14 years ago
  14. dc9a3b2 gc: align structs according to max alignment of fields by Russ Cox · 14 years ago
  15. cab8365 gc: skip undefined symbols in import . by Eoghan Sherry · 14 years ago
  16. 6aa85d1 gc: fix method offsets of anonymous interfaces by Eoghan Sherry · 14 years ago
  17. 5a9ad8b go/ast: use token.Pos instead of token.Position; adjust all dependent code by Robert Griesemer · 14 years ago
  18. 0db8d3d gc: select receive with implicit conversion by Russ Cox · 14 years ago
  19. 8599a83 runtime: correct iteration of large map values by Russ Cox · 14 years ago
  20. a3c6822 gc: various bugs by Russ Cox · 14 years ago
  21. 52d619c gc: bug308 by Russ Cox · 15 years ago
  22. 6866026 test: Add test which causes incorrect error from gccgo. by Ian Lance Taylor · 15 years ago
  23. 2ee420f ... changes by Russ Cox · 15 years ago
  24. 5667d82 fix build by Robert Griesemer · 15 years ago
  25. c390038 gc: bug306 by Russ Cox · 15 years ago
  26. cc2157e test: Recognize gccgo error messages. by Ian Lance Taylor · 15 years ago
  27. 2660161 test: Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  28. ae2dc76 test: Actually run bug296. by Ian Lance Taylor · 15 years ago
  29. 1331084 test: Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  30. c28525a test: Recognize gccgo error messages. by Ian Lance Taylor · 15 years ago
  31. 426275d test: Use global variables to defeat gccgo optimizer. by Ian Lance Taylor · 15 years ago
  32. 9bd6b0a test: Recognize gccgo error messages. by Ian Lance Taylor · 15 years ago
  33. 7a05b0f test: Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  34. 0997773 test: gccgo and gc print the error on different lines. by Ian Lance Taylor · 15 years ago
  35. 5309fae test: don't assign address of array to slice. by Ian Lance Taylor · 15 years ago
  36. 58a25c6 test: Add testcase which crashes gccgo. by Ian Lance Taylor · 15 years ago
  37. 1d77ff5 6g, 8g: handle slice by sub-word-sized index (uint8, int8, uint16, int16) by Russ Cox · 15 years ago
  38. 26dde76 gopack: handle long lines in export data by Russ Cox · 15 years ago
  39. a9a62ee gc: bug302 by Russ Cox · 15 years ago
  40. 585eae3 gc: bug301 by Russ Cox · 15 years ago
  41. c6cb303 gc: bug299, bug300 by Russ Cox · 15 years ago
  42. f20c2e1 gc: more crash avoidance by Russ Cox · 15 years ago
  43. 607eaea gc: fix smaller-than-pointer-sized receivers in interfaces by Russ Cox · 15 years ago
  44. 7b240e8 gc: import dot shadowing bug by Russ Cox · 15 years ago
  45. 4c0de30 gc: bug294 by Russ Cox · 15 years ago
  46. ece6a8c gc: bug293 by Russ Cox · 15 years ago
  47. cdb446f gc: bug292 by Russ Cox · 15 years ago
  48. 08a263a gc: bug291 by Russ Cox · 15 years ago
  49. 691d765 gc: bug274 by Russ Cox · 15 years ago
  50. 17f90c6 gc: fix handling of types inside function bodies by Russ Cox · 15 years ago
  51. bebd22f fix build by Robert Griesemer · 15 years ago
  52. 89192ce test/fixedbugs/bug243.go: instead of closing stdout, by Vinu Rajashekhar · 15 years ago
  53. e03a50d Test case that gccgo fails (crashes rather than printing error). by Ian Lance Taylor · 15 years ago
  54. 7c9ed79 8g: out of register bug fix by Russ Cox · 15 years ago
  55. 8bd99eb test: another listen on ":0" -> "127.0.0.1:0" by Russ Cox · 15 years ago
  56. 6672b40 remove uses of ... from tree, add one test by Russ Cox · 15 years ago
  57. 565b5dc gc: new typechecking rules by Russ Cox · 15 years ago
  58. 6aaef04 misc cleanup: gofmt + &x -> x[0:] conversion by Russ Cox · 15 years ago
  59. 6a06020 8g: out of register bug by Russ Cox · 15 years ago
  60. 8c2bc44 gc: fix shift/reduce conflict in go.y export syntax by Russ Cox · 15 years ago
  61. 9fc9246 gc: bug281 - bad overlap in stack copy by Russ Cox · 15 years ago
  62. 2e9b67a gc: bug277 - new conversion syntax by Russ Cox · 15 years ago
  63. 43c0a46 gc: bug280 by Russ Cox · 15 years ago
  64. 5e25364 gc: bug278 by Russ Cox · 15 years ago
  65. 80ac15e gc: fix unsafe.Sizeof on ideal constants by Russ Cox · 15 years ago
  66. e2b6022 issue 789: keep test case by Robert Griesemer · 15 years ago
  67. 709c5b2 gc: handle use of builtin function outside function call by Russ Cox · 15 years ago
  68. 333002b clean up bug 275 by Ken Thompson · 15 years ago
  69. 32df678 gc: bug264 by Russ Cox · 15 years ago
  70. b5f54db gc: bug267 by Russ Cox · 15 years ago
  71. 6361f52 gc: be pickier about slice, chan, array, and map sizes by Russ Cox · 15 years ago
  72. c66b498 8g: bug272 by Russ Cox · 15 years ago
  73. 253fd30 gc: bug271 by Russ Cox · 15 years ago
  74. 560283c gc: bug270 by Russ Cox · 15 years ago
  75. 77817e0 gc: never include ( ) on singleton func return type by Russ Cox · 15 years ago
  76. 10eb76b gc: bug268 by Russ Cox · 15 years ago
  77. c6138ef runtime: closures, defer bug fix for Native Client by Russ Cox · 15 years ago
  78. d9254d0 gc: zero unnamed return values on entry if func has defer by Russ Cox · 15 years ago
  79. fe78268 gc: make sure main.main has correct type by Russ Cox · 15 years ago
  80. 00f9f0c single argument panic by Russ Cox · 15 years ago
  81. 3908c16 gc: bug265 by Russ Cox · 15 years ago
  82. d2cdb24 gc: tests omitted from the last bug fix by Russ Cox · 15 years ago
  83. 325cf8e delete all uses of panicln by rewriting them using panic or, by Rob Pike · 15 years ago
  84. 4f89dcd 5g/6g/8g: fix double function call in slice by Russ Cox · 15 years ago
  85. ba50599 8g: make a[byte(x)] truncate x by Russ Cox · 15 years ago
  86. 1734cb0 gc: recursive interface embedding by Russ Cox · 15 years ago
  87. fb55066 8g: respect ullman numbers in float comparison by Russ Cox · 15 years ago
  88. 7b5789b gc: undo attempt at fixing recursive interface embedding by Russ Cox · 15 years ago
  89. e7fc5c2 gc: test & fix handling of very long string constants by Russ Cox · 15 years ago
  90. 5ab8f00 gc: diagnose invalid array bounds by Russ Cox · 15 years ago
  91. 4b4c6ab Struct field ambiguity test. by Ian Lance Taylor · 15 years ago
  92. 3c686bd Match gccgo error message. by Ian Lance Taylor · 15 years ago
  93. db3ec4f Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  94. 8bef7fd bug252: make ... vs ...T crossing an error, at least for now by Russ Cox · 15 years ago
  95. 44898c7 gc: bug250, bug251 - recursive interface types by Russ Cox · 15 years ago
  96. d00210f Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  97. 674458e gc: bug246 by Russ Cox · 15 years ago
  98. 0bd41e2 gc: bug242 by Russ Cox · 15 years ago
  99. 9a65381 Fix for gccgo, which uses a package prefix. by Ian Lance Taylor · 15 years ago
  100. 001d991 Match gccgo error messages. by Ian Lance Taylor · 15 years ago