1. bc6bb3e math/big: fix nil bug in GobEncode by Rob Pike · 12 years ago
  2. e8140bd make.bash: exit if dist fails by Rob Pike · 12 years ago
  3. 24f302a cmd/dist: join with TMPDIR more carefully to avoid // in path. by David Symonds · 12 years ago
  4. a07c95a archive/tar: Fix support for long links and improve PAX support. by Marco Hennings · 12 years ago
  5. 1ad6fc6 A+C: Marco Hennings (individual CLA) by David Symonds · 12 years ago
  6. 6fb9cc1 testing: don't start timing a Parallel test until it's actually starting by Rob Pike · 12 years ago
  7. 43a39bf encoding/xml: flush buffer after encoding token by Dominik Honnef · 12 years ago
  8. 7fb121a cmd/dist: more informative error for mkdtemp failing by Rob Pike · 12 years ago
  9. 7917b88 net: make protocol-specific WriteTo, WriteMsg methods return error instead of crash by Mikio Hara · 12 years ago
  10. df7b93c net/textproto: use ReadDotBytes instead of non-existent ReadDotAll. by Emil Hessman · 12 years ago
  11. 20eb4cb net/textproto: replace '3-digit' with 'three-digit' by Emil Hessman · 12 years ago
  12. ca01ab3 net: fix garbage connection close in dual stack tests by Mikio Hara · 12 years ago
  13. 96d7997 net: enable runtime-integrated network pollster on netbsd by Mikio Hara · 12 years ago
  14. c4cdd35 runtime: integrated network pollster for netbsd/amd64,386,arm by Mikio Hara · 12 years ago
  15. 1d3efd6 net: limit number of concurrent cgo calls by Russ Cox · 12 years ago
  16. 665feee runtime: impose thread count limit by Russ Cox · 12 years ago
  17. 3b4d792 cmd/gc: separate "has pointers" from "needs zeroing" in stack frame by Russ Cox · 12 years ago
  18. a96d850 doc: describe halt_on_error race detector parameter by Dmitriy Vyukov · 12 years ago
  19. 18f5ce8 runtime/race: add output tests for different GORACE params by Dmitriy Vyukov · 12 years ago
  20. eaa0704 test: say that nilptr2.go requires 256+MB stack Fixes #6161. by Dmitriy Vyukov · 12 years ago
  21. 187b9c6 runtime: fix goroutine stack accounting Fixes #6166. Fixes #6168. by Dmitriy Vyukov · 12 years ago
  22. 29794b7 misc/emacs: godef: print the entire description, not just the first line by Dominik Honnef · 12 years ago
  23. fbf5fd5 runtime/race: update runtime to rev 188542 by Dmitriy Vyukov · 12 years ago
  24. 727dd08 net: fix bug in fdMutex Fixes #6165. by Dmitriy Vyukov · 12 years ago
  25. b6a8fa1 A+C: change Robert Dinu's email address by Robert Dinu · 12 years ago
  26. 8814b4a doc/go1.2.txt: testing: add TB interface by Rob Pike · 12 years ago
  27. d3b04f4 cmd/5g, cmd/6g, cmd/8g: update frame zeroing for new bitmap format by Carl Shapiro · 12 years ago
  28. 4c855f3 time: fix time zones yet again. by Rob Pike · 12 years ago
  29. ea6cfc5 undo CL 12822043 / 96fefaa02ae3 by David Symonds · 12 years ago
  30. 0b25ba9 misc/emacs: allow godef to work in coverage buffers by Dominik Honnef · 12 years ago
  31. c320cf8 misc/emacs: do not use any free variables by Dominik Honnef · 12 years ago
  32. 5f199f2 misc/emacs: when defining prog-mode, define it like GNU Emacs 24 would by Dominik Honnef · 12 years ago
  33. b1d64f2 misc/dist: don't copy godoc templates to lib/godoc by Andrew Gerrand · 12 years ago
  34. f0fef32 cmd/go: fix at least some instances of double compilation by Rob Pike · 12 years ago
  35. 703b897 cmd/gc: remove mentions of "ideal" from error messages. by Rob Pike · 12 years ago
  36. 3495aa2 misc/emacs: Refactor coverage code into multiple functions by Dominik Honnef · 12 years ago
  37. 757e0de runtime: impose stack size limit by Russ Cox · 12 years ago
  38. 205329a image: Inline example image data to make it runnable on playground. by Dimitri Tcaciuc · 12 years ago
  39. c06303b A+C: Dimitri Tcaciuc (individual CLA) by Nigel Tao · 12 years ago
  40. bc21265 database/sql: make Rows.Next returning false always implicitly call Rows.Close. by Nigel Tao · 12 years ago
  41. b75a08d cmd/gc: ensure addable in checknil (fix race build) by Russ Cox · 12 years ago
  42. 67a69bc net/http: don't send an automatic Content-Length on a 304 Not Modified by Brad Fitzpatrick · 12 years ago
  43. 9c248e3 doc/go1.2.txt: delete 'go doc' by Rob Pike · 12 years ago
  44. de2cf51 doc/go1.2.txt: three-index slices are going into 1.2 by Rob Pike · 12 years ago
  45. 71eae5a cmd/go: delete 'go doc' by Rob Pike · 12 years ago
  46. 95e0a8c net/http: unify the confusingly-named serve_test and server_test by Brad Fitzpatrick · 12 years ago
  47. 999a36f cmd/gc: &x panics if x does by Russ Cox · 12 years ago
  48. 5ce78b7 spec: &x panics if x does by Russ Cox · 12 years ago
  49. 08fdf00 tests: remove two misuses of nil pointers by Russ Cox · 12 years ago
  50. ff86d22 runtime: fix wrong syscall numbers on freebsd/386, openbsd/386 by Mikio Hara · 12 years ago
  51. cb3b292 net: enable runtime-integrated network pollster on freebsd, openbsd by Mikio Hara · 12 years ago
  52. f195ae9 runtime: remove old preemption checks by Dmitriy Vyukov · 12 years ago
  53. 67c79da runtime: fix plan9 build by Dmitriy Vyukov · 12 years ago
  54. 826a739 doc: update go1.2.txt by Rémy Oudompheng · 12 years ago
  55. 5d5defc net: rearrange the call order of runtime-integrated network pollster and syscall functions by Mikio Hara · 12 years ago
  56. a454d2f time: expand acceptance of time zones when parsing by Rob Pike · 12 years ago
  57. ec837ad archive/zip: speed up Zip64 test by Brad Fitzpatrick · 12 years ago
  58. 35d8bb3 testing: add TB, an interface common to T and B by Brad Fitzpatrick · 12 years ago
  59. a41a5bb os/exec: document that LookPath's result may be a relative path Fixes #3622 by Rob Pike · 12 years ago
  60. 15e6ce2 go_spec.html: clarify that tags are part of struct type identity by Rob Pike · 12 years ago
  61. c7a64cc runtime/race: add end-to-end test on windows by Alex Brainman · 12 years ago
  62. f718036 cmd/go: fix bad error message in coverage for package without non-test files by Rob Pike · 12 years ago
  63. 727b2b6 time: handle GMT possibly with offset by Rob Pike · 12 years ago
  64. 80ca8c5 cmd/go: fix detached heads that are remnants of bad git clones. by David Symonds · 12 years ago
  65. 3fe9b11 misc/emacs: Allow go-coverage to work in existing coverage buffers by reusing previous arguments by Dominik Honnef · 12 years ago
  66. 904e11361 encoding/xml: support generic encoding interfaces by Russ Cox · 12 years ago
  67. 3ec0427 cmd/go, runtime/cgo: explicitly target ARMv5T by Carl Shapiro · 12 years ago
  68. 89eceda doc: update go1.2.txt by Andrew Gerrand · 12 years ago
  69. 61f5c63 doc: update go1.2.txt by Brad Fitzpatrick · 12 years ago
  70. 8841154 net: simplify dial by Mikio Hara · 12 years ago
  71. 3b4da67 cmd/ld: Remove superfluous redundant iself check by Elias Naur · 12 years ago
  72. 3bd0b0a runtime: fix SetBlockProfileRate by Dmitriy Vyukov · 12 years ago
  73. 2eb7c6e net: simplify non-cgo DNS exchange by Mikio Hara · 12 years ago
  74. 3a93626 net: fix TestTCPLookup by Mikio Hara · 12 years ago
  75. f5806a900 doc: update go1.2.txt by Russ Cox · 12 years ago
  76. 0d9db86 cmd/5g, cmd/6g, cmd/8g: restore occurrences of R replaced by nil in comments. by Rémy Oudompheng · 12 years ago
  77. 54bdfc0 encoding/xml: add, support Marshaler interface by Russ Cox · 12 years ago
  78. 84b0842 encoding/xml: add, support Unmarshaler interface by Russ Cox · 12 years ago
  79. 7e88674 encoding/json: support encoding.TextMarshaler, encoding.TextUnmarshaler by Russ Cox · 12 years ago
  80. 5822e78 runtime: make SetFinalizer(x, f) accept any f for which f(x) is valid by Russ Cox · 12 years ago
  81. 2560f8f runtime/cgo: use old-style indirect call on arm by Russ Cox · 12 years ago
  82. dd50dac runtime: fix windows build by Dmitriy Vyukov · 12 years ago
  83. 4e76abb runtime: implement SysUnused on windows Fixes #5584. by Dmitriy Vyukov · 12 years ago
  84. f8ca13c net: make TCPStress test shorter by Dmitriy Vyukov · 12 years ago
  85. dc48e95 runtime: Fix build on older ARM by Elias Naur · 12 years ago
  86. 9bbf1e1 net: make TestDeadlineRace shorter by Dmitriy Vyukov · 12 years ago
  87. 48c0d8b runtime: Fix netbsd/arm and freebsd/arm build by Elias Naur · 12 years ago
  88. 308a3e6 cmd/dist: fix darwin build by Russ Cox · 12 years ago
  89. a5f257a cmd/cgo: fix windows build by Elias Naur · 12 years ago
  90. 13c7896 database/sql: fix accumulation of bad conns on prepared statements by Matt Joiner · 12 years ago
  91. e0ca536f A+C: Matt Joiner (individual CLA) by Brad Fitzpatrick · 12 years ago
  92. 4523373 runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking by Elias Naur · 12 years ago
  93. c922876 runtime: improve block profiler support for channels by Dmitriy Vyukov · 12 years ago
  94. 883530c sync/atomic: fix new swap on arm linux by Russ Cox · 12 years ago
  95. 72636eb cmd/5g: fix temp-merging on ARM by Russ Cox · 12 years ago
  96. 071e44e time: make Time implement encoding interfaces by Russ Cox · 12 years ago
  97. 413d4c6 net: make IP implement encoding.MarshalerText, encoding.UnmarshalerText by Russ Cox · 12 years ago
  98. 56ce83f undo CL 12603044 / 2ca230b93195 by Russ Cox · 12 years ago
  99. ce3ba12 encoding/gob: support new generic interfaces in package encoding by Russ Cox · 12 years ago
  100. 48b90bb encoding: new package by Russ Cox · 12 years ago