1. 3c5dbb0 bug218.go: testcase for issue 238 by Robert Griesemer · 15 years ago
  2. ef46a9d gc: fix up floating point NaN comparisons by Russ Cox · 15 years ago
  3. a338231 gc: five bug fixes, one better error. by Russ Cox · 15 years ago
  4. 8e5854a make arm pass match what's working on real hardware by Kai Backman · 15 years ago
  5. 98811f4 test/interface/receiver.go: expand to do dynamic by Russ Cox · 15 years ago
  6. 553be84 Build changes to support work on the BSDs. by Devon H. O'Dell · 15 years ago
  7. 0263103 move evaluation of null-matching instructions one iteration earlier. by Rob Pike · 15 years ago
  8. 662ee87 test/run: use bash, not sh. by Russ Cox · 15 years ago
  9. f3a9729 test/run: unset GREP_OPTIONS by Russ Cox · 15 years ago weekly.2009-11-12
  10. da77679 drop output from nilptr tests; by Russ Cox · 15 years ago
  11. 71983af bug212, bug213. by Russ Cox · 15 years ago
  12. ceb6031 delete TODO now that compiler is better at % by Rob Pike · 15 years ago
  13. 52c549f make 5g executables run on android/arm hardware. change OABI usage to EABI. by Kai Backman · 15 years ago
  14. 2f1d6a5 Cleaned up gccgo error messages require minor adjustment to test. by Ian Lance Taylor · 15 years ago
  15. 74a52ee Set LANG to control sorting. This affects the order in which by Ian Lance Taylor · 15 years ago
  16. 6358cac We should not silently permit a named type to match an unnamed by Ian Lance Taylor · 15 years ago
  17. a824651 use the new routine regexp.MustCompile to clean up some code that uses global regexps. by Rob Pike · 15 years ago
  18. 102357f Recognize gccgo error message. by Ian Lance Taylor · 15 years ago
  19. e6f85af cleaning up bug132 by Robert Griesemer · 15 years ago
  20. 9dd2e1e nil pointer checks in 8g. by Russ Cox · 15 years ago
  21. 770b872 clone and futex by Kai Backman · 15 years ago
  22. f305d04 Bug: 6g accepts fallthrough in type switch. by Ian Lance Taylor · 15 years ago
  23. eb63c3f Test that the compiler rejects map types which should not be compatible. by Ian Lance Taylor · 15 years ago
  24. 5e6194c Recognize gccgo error messages. by Ian Lance Taylor · 15 years ago
  25. dfecedd make 5l ignore multiple defs, remove use of multiple by Kai Backman · 15 years ago
  26. 68d5c51 fix conditional branch instructions for unsigned ints and by Kai Backman · 15 years ago
  27. f860bc0 fixed len/cap for chan. disable gc for now. by Kai Backman · 15 years ago
  28. 942d659 one more argsize fix. we were copying with the correct by Kai Backman · 15 years ago
  29. 219fb02 fix build after Mercurial move. various missing or incorrect files. by Russ Cox · 15 years ago
  30. d7ad3c4 Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  31. fbba532 gccgo does not distinguish "use" and "assign" in these error by Ian Lance Taylor · 15 years ago
  32. 60ff8cc address bug193 and add note to spec about it. by Russ Cox · 15 years ago
  33. 02fd255 bug162, over and over by Russ Cox · 15 years ago
  34. d6b64f2 forgot to include in 35898. by Russ Cox · 15 years ago
  35. dde4090 removed tempalloc/tempfree and replaced with tempname by Kai Backman · 15 years ago
  36. 33a7bcf getcallerpc and setcallerpc by Kai Backman · 15 years ago
  37. a156486 bug196 by Russ Cox · 15 years ago
  38. 62c4818 bug136 by Russ Cox · 15 years ago
  39. a15aa05 first version of closures. test/closure doesn't yet pass. by Kai Backman · 15 years ago
  40. 1be7476 bug169 by Russ Cox · 15 years ago
  41. 4c3a85d 6g bug fixes: by Russ Cox · 15 years ago
  42. 8fffa1d bug190. by Russ Cox · 15 years ago
  43. 4db52d4 duplicate of bug190 by Russ Cox · 15 years ago
  44. b4896b4 function literals by Kai Backman · 15 years ago
  45. 36ccbbd fiddling while rome burns: explain why tests are commented out by Rob Pike · 15 years ago
  46. e32883d bug 211: duplicate interface methods not caught by 6g by Rob Pike · 15 years ago
  47. b0dcc6b bug210 by Robert Griesemer · 15 years ago
  48. 22a5c78 rename sys functions to runtime, because they are in package runtime. by Russ Cox · 15 years ago
  49. 545dbd8 fix OINDEX address generation, leftover misunderstanding about by Kai Backman · 15 years ago
  50. 4e4097d 386 shift bug; wasn't zero-extending 16- and 8-bit counts +test by Russ Cox · 15 years ago
  51. c7f837b disable ken/complit for arm by Kai Backman · 15 years ago
  52. f6d67c9 write stack traces and panics to stderr by Rob Pike · 15 years ago
  53. 101f7cb changed 5c 64 bit word ordering to little endian so it matches by Kai Backman · 15 years ago
  54. 2372408 sort errors by line number by Russ Cox · 15 years ago
  55. 867e10f fix build by Russ Cox · 15 years ago
  56. 6d0983a 64bit and float code generation. fmt compiles but by Kai Backman · 15 years ago
  57. 7b5da35 handle compiler crash better: by Russ Cox · 15 years ago
  58. c736b65 bug209 by Russ Cox · 15 years ago
  59. d5c4142 bug209.go by Robert Griesemer · 15 years ago
  60. ebd27d6 time tests; sort -nr times.out | sed 10q is illuminating. by Russ Cox · 15 years ago
  61. f0bde7c fix nacl build by Russ Cox · 15 years ago
  62. 6084dcd floating point calc, added a few more packages that pass by Kai Backman · 15 years ago
  63. d8b461d rewrite errchk in perl for speed (compared to bash) by Russ Cox · 15 years ago
  64. 680ee6a add & fix bug208, from ken. fix bug198. by Russ Cox · 15 years ago
  65. 55edf49 add & fix bug207: rewritten if condition was discarding initialization work. by Russ Cox · 15 years ago
  66. 116beb2 - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) by Kai Backman · 15 years ago
  67. 5afce0c 64 bit cmp and some sgen tweaks by Kai Backman · 15 years ago
  68. b691447 fix arm test to actual return success/fail and expose runcgo build breakage. by Kai Backman · 15 years ago
  69. 11d3805 clean more by Russ Cox · 15 years ago
  70. 3e5a817 a few more code generation bugs and an interface alignment issue. by Kai Backman · 15 years ago
  71. 57f834a generate float registers correctly. by Kai Backman · 15 years ago
  72. 8fd53f4 cgen_asop sudoaddable by Kai Backman · 15 years ago
  73. a1b4796 fixed a few calls to gcmp and some really bothched OINDEX code by Kai Backman · 15 years ago
  74. 399d23d load binary op arguments into registers by Kai Backman · 15 years ago
  75. 6f16987 undo 35108 (disallow parens around type in struct literal). by Russ Cox · 15 years ago
  76. 187cc1e fix munging of pointer. by Kai Backman · 15 years ago
  77. 9c3c140 disallow parens around type in struct literal syntax, per discussion with gri. by Russ Cox · 15 years ago
  78. 8ccf824 fixed alignment issue resulting from confusion around the meaning of out args. by Kai Backman · 15 years ago
  79. 24bfaaf - added gcmp for proper ACMP generation, changed all call by Kai Backman · 15 years ago
  80. 7743ffe disallow interface { x, y() } by Russ Cox · 15 years ago
  81. 78ebe2b test: comparisons have type bool by Russ Cox · 15 years ago
  82. f448057 Sqrt in assembler is worth 3-4X for nbody by Rob Pike · 15 years ago
  83. 285b602 missing files; cleaned up g4 nothave output. fixes 386 build. by Russ Cox · 15 years ago
  84. 567673f nacl - run tests under emulator. by Russ Cox · 15 years ago
  85. b9493de updated numbers after more slice inlining by Rob Pike · 15 years ago
  86. 8ce5f6e fix bad code generation. by Kai Backman · 15 years ago
  87. ce46cbe test of named operations by Russ Cox · 15 years ago
  88. f053659 fix build by Russ Cox · 15 years ago
  89. e4eaf4c expanded arm regression testing. will go away once 5g is compliant by Kai Backman · 15 years ago
  90. 1c71ab1 added emulator support for arm. by Kai Backman · 15 years ago
  91. 20011bc unused imports by Russ Cox · 15 years ago
  92. ae54cf7 last round: non-package code by Russ Cox · 16 years ago
  93. 1a31989 fix "declared and not used" in tests; by Russ Cox · 16 years ago
  94. 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
  95. 5e11bb2 add tests for the func()() case by Rob Pike · 16 years ago
  96. 2204cfd fix bug206. delay calls to savex as long as possible. by Russ Cox · 16 years ago
  97. 757fe32 fix bug206 output on different platforms by Russ Cox · 16 years ago
  98. 82540eb bug206 by Robert Griesemer · 16 years ago
  99. aa6e81dd a few more blank tests by Russ Cox · 16 years ago
  100. f4ee9f1 check type of string/map/array index expressions by Russ Cox · 16 years ago