1. ff51823 [release-branch.r58] gofix: fixes for os/signal changes by Andrew Gerrand · 14 years ago
  2. 36d155b [release-branch.r58] gopprof: update list of memory allocators by Andrew Gerrand · 14 years ago
  3. f86856b [release-branch.r58] ld: dwarf emit filenames in debug_line header instead of as extended opcodes. by Andrew Gerrand · 14 years ago
  4. f12a1d3 [release-branch.r58] 6g, 8g: fix goto fix by Andrew Gerrand · 14 years ago
  5. 3b32b3e [release-branch.r58] gc: work around goto bug by Andrew Gerrand · 14 years ago
  6. 86183e4 gopack: make unused page function a fatal error by Dave Cheney · 14 years ago
  7. aac6afb gopack: remove warning from the use of mktemp by Dave Cheney · 14 years ago
  8. 1fddbab 5l: fix softfloat nits by Russ Cox · 14 years ago
  9. 900c5fa gc: compactframe breaks arm - fix build by Russ Cox · 14 years ago
  10. fd2e247 gc: nit by Luuk van Dijk · 14 years ago
  11. 3e57d7f 5l: delete dead code by Russ Cox · 14 years ago
  12. 2ac375b gc: compact stackframe by Luuk van Dijk · 14 years ago
  13. fc41e62 math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation by Fan Hongjian · 14 years ago
  14. 17ca32e gc: nits by Russ Cox · 14 years ago
  15. 013cfea gofmt: update test script so that it passes again by Robert Griesemer · 14 years ago
  16. a609a6b ebnf: follow EBNF for EBNF faithfully by Robert Griesemer · 14 years ago
  17. 6998ea2 gc: alternative clang compatible abort. by Dave Cheney · 14 years ago
  18. be48115 gofix: fix diff regression from exec change by Brad Fitzpatrick · 14 years ago
  19. 8cd7aac godefs: do not assume forward type references are enums by Robert Hencke · 14 years ago
  20. c5030e5 ld: fix and simplify ELF symbol generation by Anthony Martin · 14 years ago
  21. 7c19d88 gc/lex.c: fix formatting of #include statement by Caine Tighe · 14 years ago
  22. 687102e gofmt: fix -d regression from exec change by Brad Fitzpatrick · 14 years ago
  23. 4881e77 cgo: support non intel gcc machine flags by Dave Cheney · 14 years ago
  24. 60a4b5e gc: enable building under clang/2.9 by Dave Cheney · 14 years ago
  25. 84f291b 8g: compute register liveness during regopt by Russ Cox · 14 years ago
  26. 9baaa6f 8l, ld: Initial adjustments for Plan 9 native compilation of 8l by Lucio De Re · 14 years ago
  27. ab8ed7f gc: renamed walkdef to typecheckdef and moved from walk to typedef. by Luuk van Dijk · 14 years ago
  28. 5666828 gc: allow tags on parameters in export section of object files. by Luuk van Dijk · 14 years ago
  29. e59aa8e gc: typecheck the whole tree before walking. preparation for some escape-analysis related changes. by Luuk van Dijk · 14 years ago
  30. f259f6b exec: new API, replace Run with Command by Brad Fitzpatrick · 14 years ago
  31. 2c4edb0 gc: make merely referencing an outer variable in a closure not force heapallocation. by Luuk van Dijk · 14 years ago
  32. 73d5764 filepath: remove string constants. They are unnecessary. by Rob Pike · 14 years ago
  33. 581bd37 gobuilder: include file missing from change, fix build by Andrew Gerrand · 14 years ago
  34. 9f0cabf goinstall: document GOPATH and support relative/absolute installs by Andrew Gerrand · 14 years ago
  35. 15dcdf7 gc: fix m[x], _ = y.(T) by Russ Cox · 14 years ago
  36. 5b62ba1 gc: disallow ... in type conversions by Anthony Martin · 14 years ago
  37. 5ab096d gc: implement new shift rules by Russ Cox · 14 years ago
  38. 9b82408 gc: elide call to runtime.closure for function literals called in-place. by Luuk van Dijk · 14 years ago
  39. 67b4db9 gc: check parameter declarations in interface fields by Anthony Martin · 14 years ago
  40. 2c6a2a9 goinstall: skip standard packages by Russ Cox · 14 years ago
  41. 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
  42. 9107b53 goinstall: use bash to execute gomake by Alex Brainman · 14 years ago
  43. b758285 gotest, pkg/exec: use bash instead of sh to execute shell scripts on windows by Alex Brainman · 14 years ago
  44. a825e8a cgo: restrict #cgo directives to prevent shell expansion by Gustavo Niemeyer · 14 years ago
  45. bddb751 cgo: support pkg-config for flags and libs by Gustavo Niemeyer · 14 years ago
  46. 9ef8eba gc: patch y.tab.c to fix build when using Bison 2.5 by Ian Lance Taylor · 14 years ago
  47. e94eb38 gc: typo by Russ Cox · 14 years ago
  48. 2286471 5g: alignment fixes by Russ Cox · 14 years ago
  49. 831c684 5l: fix build by Russ Cox · 14 years ago
  50. 64b497c ld: add -w to disable dwarf, make errors obviously from dwarf by Russ Cox · 14 years ago
  51. 2ad58d4 8l: emit resources (.rsrc) in Windows PE. by Wei Guangjing · 14 years ago
  52. d2b2b3f 6l, 8l: fix Mach-O binaries with many dynamic libraries by Russ Cox · 14 years ago
  53. 0b209b3 gc: relax assignability of method receivers by Anthony Martin · 14 years ago
  54. 3c7271f go spec: be precise with the use of the informal ellipsis … and the Go token ... by Robert Griesemer · 14 years ago
  55. 648f25b 5l: fix set but not used warnings by Dave Cheney · 14 years ago
  56. 975ba88 cgo: use packed struct to fix Windows behavior by Russ Cox · 14 years ago
  57. b256358 6l: fix emit windows dwarf sections by Wei Guangjing · 14 years ago
  58. f570d9d 8g: fix conversion from float to uint64 by Anthony Martin · 14 years ago
  59. b701cf3 runtime: make StackSystem part of StackGuard by Alexey Borzenkov · 14 years ago
  60. e69b9dd ld: do not emit reference to dynamic library named "" by Russ Cox · 14 years ago
  61. 2d310a0 5c, 5g: another attempt at silencing gcc by Russ Cox · 14 years ago
  62. 40745a5 5l: delete pre-ARMv4 instruction implementations by Russ Cox · 14 years ago
  63. d49844b gofmt: skip bug340.go in test.sh by Robert Hencke · 14 years ago
  64. 36cec78 gc: generalize dst = append(src,...) inlining to arbitrary src and dst arguments. by Luuk van Dijk · 14 years ago
  65. ba006e6 go/types: type checker API + testing infrastructure by Robert Griesemer · 14 years ago
  66. 2d174db 5c, 5g: fix build with too-smart gcc by Russ Cox · 14 years ago
  67. 05a1b7e http: remove finalURL from Client.Get; move to Response by Brad Fitzpatrick · 14 years ago
  68. 34ac4ec 6l, 8l: emit windows dwarf sections similar to other platforms by Alex Brainman · 14 years ago
  69. a005617 gotest: document unit of time for elapsed() by Robert Hencke · 14 years ago
  70. 70798ea 5l, 8l: add ELF symbol table to binary by Russ Cox · 14 years ago
  71. 4fca395 ld: fix alignment of rodata section on Plan 9 by Anthony Martin · 14 years ago
  72. f58d911 gc: fix type switch error message for invalid cases. by Lorenzo Stoakes · 14 years ago
  73. d6b2925 gc: inline append when len<cap by Luuk van Dijk · 14 years ago
  74. 3f335f8 gc: fix unsafe.Sizeof by Russ Cox · 14 years ago
  75. 733fde5 windows: reset command var to sh for correct error output messages by Joe Poirier · 14 years ago
  76. 1dc914b cgo: put CFLAGS before filename argument by Roger Peppe · 14 years ago
  77. e49d50e gofmt: update test.sh (exclude a file w/ incorrect syntax) by Robert Griesemer · 14 years ago
  78. 296d687 ld: make ELF binaries with no shared library dependencies static binaries by Russ Cox · 14 years ago
  79. 4002014 http/pprof: fix POST reading bug by Russ Cox · 14 years ago
  80. c783e68 godoc: added -index flag to enable/disable search index by Robert Griesemer · 14 years ago
  81. a46a311 5a, 6a, 8a, cc: remove old environment variables by Russ Cox · 14 years ago
  82. 8133cb3 gc: preserve original expression for errors by Russ Cox · 14 years ago
  83. b6f0632 gc: correctly handle fields of pointer type to recursive forward references by Lorenzo Stoakes · 14 years ago
  84. 09092a7 cgo: handle versioned ELF symbols by Russ Cox · 14 years ago
  85. 5eeaca1 gopack: preserve safe flag when not adding unsafe objects to archive by Russ Cox · 14 years ago
  86. ca8a055 goinstall: support GOPATH; building and installing outside the Go tree by Andrew Gerrand · 14 years ago
  87. 2d99974 8l: do not emit empty dwarf pe sections by Alex Brainman · 14 years ago
  88. bac8f18 gc: fix order of operations for f() < g(). by Russ Cox · 14 years ago
  89. 4684df5 gc: explain why invalid receiver types are invalid by Russ Cox · 14 years ago
  90. c2c7ee2 ld: fix 6l -d on Mac, diagnose invalid use of -d by Russ Cox · 14 years ago
  91. 07abf1c fix tree for reflect rename by Russ Cox · 14 years ago
  92. 41342dc gofix: add support for reflect rename by Russ Cox · 14 years ago
  93. f1781be 8g,8l: fix "set but not used" gcc error by Fazlul Shahriar · 14 years ago
  94. 3a1fdc6 gc: fix import width bug by Russ Cox · 14 years ago
  95. 883d68f gc: allow complex types to be receiver types by Robert Hencke · 14 years ago
  96. c0a895f gc: fix conversion of user-defined string type to []byte by Russ Cox · 14 years ago
  97. 815a1b8 gc: fix return variable named _ by Russ Cox · 14 years ago
  98. 7879d31 gc: fix line number at EOF by Russ Cox · 14 years ago
  99. c7008f4 ld: fix Plan 9 symbol table by Anthony Martin · 14 years ago
  100. f367c13 8l/prof.c: #if 0 is not accepted by the Plan 9 native toolchain. by Lucio De Re · 14 years ago