1. 706efdb doc: document Go 1.3.2 by Andrew Gerrand · 10 years ago
  2. a326d1d tag go1.3.2 by Andrew Gerrand · 10 years ago
  3. 0211771 .hgignore: delete some dregs by Rob Pike · 10 years ago
  4. 868948b encoding/gob: fix 386 build by Rob Pike · 10 years ago
  5. 9c3fc83 encoding/gob: error rather than panic when decoding enormous slices Fixes #8084. by Rob Pike · 10 years ago
  6. dff461f doc/gopher: add biplane.jpg by Rob Pike · 10 years ago
  7. dd84cf4 cmd/go: install dependencies for 'go build -i' on a command by Russ Cox · 10 years ago
  8. 2fa3e43f spec: clarify scope and re-use of iteration variables by Robert Griesemer · 10 years ago
  9. bb29c5a spec: clarify embedding of interfaces by Robert Griesemer · 10 years ago
  10. 74c0de8 bufio: fix handling of empty tokens at end of line/file Fixes #8672. by Rob Pike · 10 years ago
  11. cfae41f time: make it clear that time.Time values do not compare with == by Rob Pike · 10 years ago
  12. 870f4e1 cmd/gc: emit error for out-of-bounds slice of constant string by Russ Cox · 10 years ago
  13. 52e9bca cmd/gc: print x++ (not x += 1) in errors about x++ by Russ Cox · 10 years ago
  14. 53c6654 cmd/gc: avoid infinite recursion on invalid recursive type by Russ Cox · 10 years ago
  15. 1aa65fe runtime: add load_g call in arm callback. by Keith Randall · 10 years ago
  16. 1b6807b cgo: adjust return value location to account for stack copies. by Keith Randall · 10 years ago
  17. dfaf1f7 net/http: update ProxyFromEnvironment docs for HTTPS_PROXY addition by Brad Fitzpatrick · 10 years ago
  18. e59ad69 net/http: allow double-quotes only on cookie values, not cookie by Nigel Tao · 10 years ago
  19. 4465242 net/http: check for CloseWrite interface, not TCPConn implementation by Brad Fitzpatrick · 10 years ago
  20. e6f21be net/http: support https_proxy in ProxyFromEnvironment by Brad Fitzpatrick · 10 years ago
  21. 6077f0f cmd/go: fix bytes and net the right way by Russ Cox · 10 years ago
  22. d2b84dd net: only "build" empty.s in non-cgo mode by Russ Cox · 10 years ago
  23. 3c94b1d runtime: more NOPTR by Russ Cox · 10 years ago
  24. 665a416 os: fix Args setup on Windows by Brad Fitzpatrick · 10 years ago
  25. 75cca05 runtime: more NOPTR by Russ Cox · 10 years ago
  26. 39cd39b cmd/go: strip -fsanitize= flags when building cgo object Fixes #8788. by Dmitriy Vyukov · 10 years ago
  27. 117a697 build: fix elf builds by Russ Cox · 10 years ago
  28. 54111a5 fmt: document and fix the handling of precision for strings and byte slices by Rob Pike · 10 years ago
  29. 193daab cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects by Russ Cox · 10 years ago
  30. 5917692 debug/dwarf: correct name for clang-generated complex type by Russ Cox · 10 years ago
  31. 43c4287 cmd/gc: fix import of package with var func returning _ by Russ Cox · 10 years ago
  32. fb4e185 src: pass GO_GCFLAGS down to go test std by Brad Fitzpatrick · 10 years ago
  33. 00d2f91 cmd/gc: run escape analysis always (even in -N mode) by Russ Cox · 10 years ago
  34. 50c9d63 doc/go1.4.txt: document that C sources in non-cgo packages are no longer allowed by Russ Cox · 10 years ago
  35. a0785a5 cmd/go: prohibit C sources files unless using cgo by Russ Cox · 10 years ago
  36. 6f219e8 runtime: fix LastGC comment by Russ Cox · 10 years ago
  37. 7283e08 runtime: keep g->syscallsp consistent after cgo->Go callbacks by Hector Martin Cantero · 10 years ago
  38. a69e504 A+C: Hector Martin Cantero (individual CLA) by Russ Cox · 10 years ago
  39. 1193993 cmd/pack: fix c command for existing file by Rob Pike · 10 years ago
  40. db492b8 os: add a comment inside RemoveAll by Brad Fitzpatrick · 10 years ago
  41. 82ddcc0 os: fix another case where RemoveAll should return nil by Brad Fitzpatrick · 10 years ago
  42. c486d41 runtime: fix runtime.Breakpoint on ARMv5 by Dave Cheney · 10 years ago
  43. dcb594e runtime: remove unused function declaration by Dmitriy Vyukov · 10 years ago
  44. 5d5e73b text/template: type-check chained node as argument by Rob Pike · 10 years ago
  45. 892b507 fmt: document that self-recursive data structures can be fatal by Rob Pike · 10 years ago
  46. 1392276 doc/go1.4.txt: text/template comparison functions allow int==uint by Rob Pike · 10 years ago
  47. 78b5321 fmt: make printing of ints 25-35% faster by Rob Pike · 10 years ago
  48. db56d4d text/template: allow comparison functions to work between any integers by Rob Pike · 10 years ago
  49. 5f739d9 database/sql: Close per-tx prepared statements when the associated tx ends by Marko Tiikkaja · 10 years ago
  50. 93e5cc2 net/http: replace z_last_test hack with testing.Main by Brad Fitzpatrick · 10 years ago
  51. 0be3176 image/gif: don't let the per-frame transparent index modify the global palette. by Nigel Tao · 10 years ago
  52. 3b2577c runtime: be very careful with bad pointer tests by Keith Randall · 10 years ago
  53. 0306478 runtime: Fix interaction between Goexit and defers by Keith Randall · 10 years ago
  54. 651bb8e spec: add dropped comma by Rob Pike · 10 years ago
  55. b4eb22d spec: clarify panic behavior when deferring nil functions by Robert Griesemer · 10 years ago
  56. 0e1a071 cmd/go: fix typo by Sameer Ajmani · 10 years ago
  57. 2c15d45 net/http: document server recovering panics by Russ Cox · 10 years ago
  58. 5c79563 runtime: add runtime· prefix to some static variables by Russ Cox · 10 years ago
  59. 182d131 cmd/go, testing: add TestMain support by Russ Cox · 10 years ago
  60. 0c47bd1 net/http: ensured that proxy errors are returned by Transport.RoundTrip. by John Tuley · 10 years ago
  61. c7f6bd7 runtime: rename SchedType to SchedT by Russ Cox · 10 years ago
  62. a07a57b syscall: mark ECONNRESET, ECONNABORTED as temporary network errors by Russ Cox · 10 years ago
  63. 88d53dd runtime: release Windows thread handle in unminit by Russ Cox · 10 years ago
  64. 66795e8 runtime: fix GOARM<7 build by Dave Cheney · 10 years ago
  65. 54b63f0 path/filepath: document that Glob ignores i/o errors by Russ Cox · 10 years ago
  66. 5fdea34 runtime: revise TestSetPanicOnFault by Russ Cox · 10 years ago
  67. 2ed209e runtime: allow OutputDebugString to be sent to debugger by Alex Brainman · 10 years ago
  68. dd8f29e reflect: adjust Value.String to give correct answer for methods by Russ Cox · 10 years ago
  69. 2debfeb os: handle 'has been removed' error as IsNotExist on Plan 9 by David du Colombier · 10 years ago
  70. f8474fa runtime: remove useless code around of EXCEPTION_BREAKPOINT by Alex Brainman · 10 years ago
  71. 048692e runtime: fix Windows SysUsed by Russ Cox · 10 years ago
  72. 54245cb runtime: show frames for exported runtime functions by Russ Cox · 10 years ago
  73. 5a40b56 lib9, cmd/ld: fixes for cross-linking on a Windows host by Ian Lance Taylor · 10 years ago
  74. 84f9c42 os: skip TestRemoveAllRace on Windows by Russ Cox · 10 years ago
  75. e4fa1e4 go/doc: document rationale for recent change by Robert Griesemer · 10 years ago
  76. e9ec8e7 bytes, strings: document that FieldsFunc f must not be stateful by Russ Cox · 10 years ago
  77. ab76638 syscall: fix infinite recursion in itoa by Russ Cox · 10 years ago
  78. 2b59c9d go/doc: treat _ consts as exported by Josh Bleecher Snyder · 10 years ago
  79. 45143ae runtime: fix handling of GOTRACEBACK by David du Colombier · 10 years ago
  80. c3b5db8 runtime: delete panicstring; move its checks into gopanic by Russ Cox · 10 years ago
  81. 98a5f52 os: avoid error result when dir is removed out from under RemoveAll by Russ Cox · 10 years ago
  82. 76c7548 net: disable TestDialMultiFDLeak by Russ Cox · 10 years ago
  83. dfd4123 encoding/gob: speedup encoding by Dmitriy Vyukov · 10 years ago
  84. 73a82db fmt: fix allocation tests by Josh Bleecher Snyder · 10 years ago
  85. 484cc67 net: separate NaCl dependent placeholders from BSD's by Mikio Hara · 10 years ago
  86. 8c2484e sync/atomic: remove unnecessary race instrumentation in Value by Dmitriy Vyukov · 10 years ago
  87. ed7db89 runtime: output number of goroutines in GC trace by Dmitriy Vyukov · 10 years ago
  88. a291095 image/gif: fix GIF encoding of sub-images. by Nigel Tao · 10 years ago
  89. a2e7fd0 A+C: John Tuley (individual CLA) by Brad Fitzpatrick · 10 years ago
  90. 92eb1e1 runtime: free stacks of Gdead goroutines at GC time by Keith Randall · 10 years ago
  91. 6fb9d50 runtime: print more detail in adjustframe crash by Russ Cox · 10 years ago
  92. 735289f sync/atomic: add more missing Go prototype by Russ Cox · 10 years ago
  93. 6c7b82e doc/go1.4.txt: add tinyallocs change by Russ Cox · 10 years ago
  94. e19d8a4 runtime: account for tiny allocs, for testing.AllocsPerRun by Russ Cox · 10 years ago
  95. a883f11 doc/go1.4.txt: reduced stack size by Rob Pike · 10 years ago
  96. 6c93423 runtime: change minimum stack size to 2K. by Keith Randall · 10 years ago
  97. 72a2539 sync: fix linux/arm build by Dave Cheney · 10 years ago
  98. 2107b30 doc/go1.4.txt: add sync/atomic.Value by Rob Pike · 10 years ago
  99. 98a1e20 sync/atomic: add Value by Dmitriy Vyukov · 10 years ago
  100. cbf97d91 liblink, sync/atomic: fix arm build by Russ Cox · 10 years ago