1. 028f74f 5g, 6g, 8g: fix comments in method call generation by Anthony Martin · 14 years ago
  2. 7f4c5ea gc: implement goto restriction by Russ Cox · 14 years ago
  3. e852202 gc: descriptive panic for nil pointer -> value method call by Russ Cox · 14 years ago
  4. 5a5a7b5 6g, 8g: fix goto fix by Russ Cox · 14 years ago
  5. 5d9dbe1 gc: work around goto bug by Russ Cox · 14 years ago
  6. 2ad42a8 gc: frame compaction for arm. by Luuk van Dijk · 14 years ago
  7. 2ac375b gc: compact stackframe by Luuk van Dijk · 14 years ago
  8. 84f291b 8g: compute register liveness during regopt by Russ Cox · 14 years ago
  9. e59aa8e gc: typecheck the whole tree before walking. preparation for some escape-analysis related changes. by Luuk van Dijk · 14 years ago
  10. d6b2925 gc: inline append when len<cap by Luuk van Dijk · 14 years ago
  11. bac8f18 gc: fix order of operations for f() < g(). by Russ Cox · 14 years ago
  12. 3a1fdc6 gc: fix import width bug by Russ Cox · 14 years ago
  13. a89c0ff for GCC4.6: fix a bunch of set-and-not-used errors. by Rob Pike · 14 years ago
  14. 1bc84b7 ld: 25% faster by Russ Cox · 14 years ago
  15. 66f09fd gc: diagnose unused labels by Russ Cox · 14 years ago
  16. e6a934a 6g: fix registerization of temporaries by Eoghan Sherry · 14 years ago
  17. 50fe459 6g: fix uint64(uintptr(unsafe.Pointer(&x))) by Russ Cox · 14 years ago
  18. 0849944 gc: delete float, complex rename cmplx -> complex by Russ Cox · 14 years ago
  19. e7a0f67 gc: introduce explicit alignments by Russ Cox · 14 years ago
  20. e48c0fb 5g, 6g, 8g: generate code for string index instead of calling function. by Russ Cox · 14 years ago
  21. c00f9f4 6g: avoid too-large immediate constants by Russ Cox · 14 years ago
  22. d9c989f various: avoid %ld etc by Russ Cox · 14 years ago
  23. 30dd191 gc: O(1) string comparison when lengths differ by Russ Cox · 14 years ago
  24. 698fb4f 6g, 6l, 8g, 8l: move read-only data to text segment by Russ Cox · 15 years ago
  25. 1678dcc gc: more accurate line numbers for ATEXT by Russ Cox · 15 years ago
  26. aafe474e build: $GOBIN defaults to $GOROOT/bin by Russ Cox · 15 years ago
  27. 96cbdd6 better job on 2007043 better registerization by Ken Thompson · 15 years ago
  28. 3dc3ef4 attempt to gete better registeration by Ken Thompson · 15 years ago
  29. 5b0c317 code optimization on slices by Ken Thompson · 15 years ago
  30. 1d77ff5 6g, 8g: handle slice by sub-word-sized index (uint8, int8, uint16, int16) by Russ Cox · 15 years ago
  31. 9bac9d2 gc: index bounds tests and fixes by Russ Cox · 15 years ago
  32. f930d28 5g: fix build by Russ Cox · 15 years ago
  33. 607eaea gc: fix smaller-than-pointer-sized receivers in interfaces by Russ Cox · 15 years ago
  34. ece6a8c gc: bug293 by Russ Cox · 15 years ago
  35. b2a919f gc: issue 894 by Russ Cox · 15 years ago
  36. 1246ad8 code gen bug in len(nil) and cap(nil) fixes #892 by Ken Thompson · 15 years ago
  37. a212d17 gc: better error messages for interface failures, conversions by Russ Cox · 15 years ago
  38. 565b5dc gc: new typechecking rules by Russ Cox · 15 years ago
  39. 9fc9246 gc: bug281 - bad overlap in stack copy by Russ Cox · 15 years ago
  40. d14baee 6g: avoid unnecessary conversion in shift bounds check by Russ Cox · 15 years ago
  41. b028361 fix issue 798 by Ken Thompson · 15 years ago
  42. f75d0d2 runtime: turn run time errors checks into panics by Russ Cox · 15 years ago
  43. 9b1507b gc: implement panic and recover by Russ Cox · 15 years ago
  44. 97d0e8f gc: allow taking address of out parameters by Russ Cox · 15 years ago
  45. 8021296 issue 682 complex DATA statement fo initialization of complex variables. by Ken Thompson · 15 years ago
  46. f229c8b identical complex implementation by Ken Thompson · 15 years ago
  47. 4f89dcd 5g/6g/8g: fix double function call in slice by Russ Cox · 15 years ago
  48. 426099f 6g complex type usable 8g and 5g have stubs to ignore complex by Ken Thompson · 15 years ago
  49. ac499ed gc: better compilation of floating point += by Russ Cox · 15 years ago
  50. 7d4b1e4 more on type complex. getting close. by Ken Thompson · 15 years ago
  51. 458b53e all done except - complex divide float(complex) conversion 8g 5g etc tests by Ken Thompson · 15 years ago
  52. f59cb49 fixed bug in mpconst float multiply by 0. by Ken Thompson · 15 years ago
  53. 33d6a26 new types complex, complex64 and complex128 by Ken Thompson · 15 years ago
  54. 68796b0 gc: add ... T, rework plain ... by Russ Cox · 15 years ago
  55. 424f9ca change print print buffer size to go with the full path names by Ken Thompson · 15 years ago
  56. 758f2bc eliminate the package global name space assumption in object files by Russ Cox · 15 years ago
  57. cd47c90 part 2 of sudoaddable optimization by Ken Thompson · 15 years ago
  58. a6736fa cleanup toward eliminating package global name space by Russ Cox · 15 years ago
  59. dfc0ed9 start of better addressing of arrays/slices in structures by Ken Thompson · 15 years ago
  60. c332ff4 Don't check array bounds if we have been told not to. by Ian Lance Taylor · 15 years ago
  61. bedfc2c more on the optimizer trying to get alizses to optimize by Ken Thompson · 15 years ago
  62. cd00bc7 bug in 6g optimizer 8g still needs fixing by Ken Thompson · 15 years ago
  63. 3ca1b1d Continuation of issue 221 fix. When 8g or 6g or 5g are called with a by Charles L. Dorian · 15 years ago
  64. 7c4aeec 6g/8g optimizer fix: throw functions now in runtime by Russ Cox · 15 years ago
  65. 62be24d 6g code gen bug by Ken Thompson · 15 years ago
  66. fdb030d 6g etc: groundwork for eliminating redundant bounds checks. by Russ Cox · 15 years ago
  67. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  68. 652f556 x[lo:] - gc and runtime. by Russ Cox · 15 years ago
  69. ef46a9d gc: fix up floating point NaN comparisons by Russ Cox · 15 years ago
  70. 18ccbc6 tweak documentation of commands so that first sentence is better for cmd page. by Russ Cox · 15 years ago
  71. 0eb2a79 8g optimizer by Ken Thompson · 15 years ago
  72. 3fa379e document the gc go compilers. fix the usage message. by Rob Pike · 15 years ago
  73. 9dd2e1e nil pointer checks in 8g. by Russ Cox · 15 years ago
  74. 02fd255 bug162, over and over by Russ Cox · 15 years ago
  75. 8fffa1d bug190. by Russ Cox · 15 years ago
  76. 11d3805 clean more by Russ Cox · 15 years ago
  77. 2975308 more inlining of sliceslice by Ken Thompson · 15 years ago
  78. cb49a99 move static init code from 6g into gc. hook up to 8g and 5g too. by Russ Cox · 16 years ago
  79. 2204cfd fix bug206. delay calls to savex as long as possible. by Russ Cox · 16 years ago
  80. 0631d65 composit literal under by Ken Thompson · 16 years ago
  81. 5438be4 write-only variable _ by Russ Cox · 16 years ago
  82. 18f2e36 composit literals plateau - more to come by Ken Thompson · 16 years ago
  83. d4903ab use %L in listings so we see source line number in easy format by Rob Pike · 16 years ago
  84. 9e85c79 fix initialization of noreturn by Rob Pike · 16 years ago
  85. 6e8524b array index bug by Russ Cox · 16 years ago
  86. be219c5 removed debug print by Ken Thompson · 16 years ago
  87. bc15b94 sped up optimization by not optimizing very large functions. by Ken Thompson · 16 years ago
  88. e667e8a arraytoslice and some cleanup by Ken Thompson · 16 years ago
  89. 3983171 sliceslice bug by Ken Thompson · 16 years ago
  90. 47c5688 bug in sliceslice by Ken Thompson · 16 years ago
  91. bf0130c sliceslice inline by Ken Thompson · 16 years ago
  92. c19c933 bug in arrayslice by Ken Thompson · 16 years ago
  93. 9bf597a inline slicearray by Ken Thompson · 16 years ago
  94. 89f69bb gc: handle iface == nil in back end by Russ Cox · 16 years ago
  95. 7b29dbb symbol bugs. do not emit unreachable data symbols. by Russ Cox · 16 years ago
  96. 8a45917 len and cap on chans by Russ Cox · 16 years ago
  97. ce9b379 no debug symbols for internal-only method types. by Russ Cox · 16 years ago
  98. 311c0b4 6g/6l: add go type information to symbol table. by Russ Cox · 16 years ago
  99. 43f29e6 mechanism for putting go types into 6.out symbol table. no types yet. by Russ Cox · 16 years ago
  100. dd5f323 6g: save all 64 bits of AX/DX by Russ Cox · 16 years ago