1. e1ac157 cmd/gc: remove "send used as value" hint by Russ Cox · 12 years ago
  2. 3548ab5 runtime: handle timer overflow in tsleep by Anthony Martin · 12 years ago
  3. 8a70b50 cmd/api: include constant values by Brad Fitzpatrick · 12 years ago
  4. da50221 reflect: unexport BUCKETSIZE, MAXKEYSIZE, MAXVALSIZE by Brad Fitzpatrick · 12 years ago
  5. c327e82 crypto/rand: make Read use io.ReadFull by Brad Fitzpatrick · 12 years ago
  6. a3834a2 net: Fix inaccurate docs for AcceptTCP and AcceptUnix. by Kamil Kisiel · 12 years ago
  7. fd7ddad cmd/dist: Plan 9 build needs an additional include path by Lucio De Re · 12 years ago
  8. 6833d1b cmd/go: don't leave test binary around for coverage by Rob Pike · 12 years ago
  9. 46f9607 undo CL 13004046 / 5db14b33d6ef by Rob Pike · 12 years ago
  10. 28bbc6c cmd/ld: emit relocations for .debug_frame in external link mode by Ian Lance Taylor · 12 years ago
  11. 86c0cf1 compress/zlib: add Reset method to Writer. by Rémy Oudompheng · 12 years ago
  12. 780f5b7 reflect: do not cache trivial values in DeepEqual. by Rémy Oudompheng · 12 years ago
  13. f2380a8 cmd/dist: don't print misleading warning when using GOROOT_FINAL by Ian Lance Taylor · 12 years ago
  14. fca6608 compress/flate: use bytes.NewReader instead of NewBuffer in test by Brad Fitzpatrick · 12 years ago
  15. 80f39f7 html/template: export the parse.Tree for the escaped template by Rob Pike · 12 years ago
  16. 2b44b36 cgo: enable cgo on dragonfly by Aulus Egnatius Varialus · 12 years ago
  17. d011f0a cmd/ld: don't allocate unused garbage space in pclntab file table by Ian Lance Taylor · 12 years ago
  18. 97d6a1e cmd/cgo: document command line options by Ian Lance Taylor · 12 years ago
  19. f68c23e cmd/cgo: don't let #cgo directives mess up line numbering by Ian Lance Taylor · 12 years ago
  20. 0ba7ffe text/template: allow eq to take more than two arguments by Rob Pike · 12 years ago
  21. 54b2a83 net/http: remove dreg of obsoleted network poller by Mikio Hara · 12 years ago
  22. 8272c14 net/http: sniff less by Brad Fitzpatrick · 12 years ago
  23. c576bcba net: fix TestFirstFavoriteAddr failure on single IP stack kernel by Mikio Hara · 12 years ago
  24. 23f9751 runtime: clean up map code. Remove hashmap.h. by Keith Randall · 12 years ago
  25. fd0af9b cmd/8l: add support for dragonfly/386 by Joel Sing · 12 years ago
  26. 465ba6b runtime, syscall: add support for dragonfly/386 by Joel Sing · 12 years ago
  27. f6f02a6 syscall: z* files for dragonfly/386 by Joel Sing · 12 years ago
  28. fb37602 runtime: record type information for hashtable internal structures. by Keith Randall · 12 years ago
  29. d020610 cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld path by Joel Sing · 12 years ago
  30. 29de03a net: keep lookup IP stuff close by Mikio Hara · 12 years ago
  31. 7c59c8b net: make resolveInternetAddr return a list of addresses by Mikio Hara · 12 years ago
  32. db12f9d compress/gzip: add Writer.Reset by Brad Fitzpatrick · 12 years ago
  33. 41c5d8d database/sql: add SetMaxOpenConns by Tad Glines · 12 years ago
  34. 87404c9 crypto/x509: expose arbitary X.509 extensions. by Adam Langley · 12 years ago
  35. 79dca03 libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc by Dmitriy Vyukov · 12 years ago
  36. 2df3d80 go/build: fix deps_test for Plan 9's os/user dependencies and to by Nigel Tao · 12 years ago
  37. aeb8b45 image/color/palette: move Plan9Palette and WebSafePalette out of the by Nigel Tao · 12 years ago
  38. 20692c2 net: add addrList by Mikio Hara · 12 years ago
  39. 9456adb undo CL 10726044 / c9bea548fb6f by Brad Fitzpatrick · 12 years ago
  40. 4572e48 database/sql: add SetMaxOpenConns by Tad Glines · 12 years ago
  41. 3c6558a net: add netaddr interface by Mikio Hara · 12 years ago
  42. 32b770b runtime: jump to badmcall instead of calling it. by Keith Randall · 12 years ago
  43. 9035150 regexp/syntax: optimize EmptyOpContext by Brad Fitzpatrick · 12 years ago
  44. 2fe9a5a crypto/tls: support AES-GCM. by Adam Langley · 12 years ago
  45. c4aa9c5 regexp: fix a benchmark case by Brad Fitzpatrick · 12 years ago
  46. 716a409 net/http: redirect handlers from mux.Handler() shouldn't clear the query string by Shenghou Ma · 12 years ago
  47. c51152f runtime: check bitmap word for allocated bit in markonly by Carl Shapiro · 12 years ago
  48. ed467db cmd/cc,runtime: change preprocessor to expand macros inside of by Keith Randall · 12 years ago
  49. f5f0e40 compress/flate: implement Reset method on Writer. by Rémy Oudompheng · 12 years ago
  50. 280c8b9 cmd/gc: make method names for function scoped types unique by Daniel Morsing · 12 years ago
  51. bf58d20 cmd/8g: add descriptions for some missing instructions. by Lucio De Re · 12 years ago
  52. 66c8935 cmd/gc: fix detection of initialization loop. by Rémy Oudompheng · 12 years ago
  53. a9e119a cmd/gc: fix method values whose receiver is an unnamed interface. by Rémy Oudompheng · 12 years ago
  54. 65f21ca cmd/go: make it work for code.google.com cloned repositories by Rob Pike · 12 years ago
  55. b3fd434 net: make channel-based semaphore depend on receive, not send by Robert Daniel Kortschak · 12 years ago
  56. 27f4166 undo CL 13180043 / 318540e7857f by Andrew Gerrand · 12 years ago
  57. 10e2ffd os/exec: return idempotent Closer from StdinPipe by Andrew Gerrand · 12 years ago
  58. 466001d encoding/json: add "overflow" struct tag option by Andrew Gerrand · 12 years ago
  59. 9169372 sort: use a very fast random generator for benchmarks by Dave Cheney · 12 years ago
  60. 7c7d22a runtime: re-enable TestParForParallel by Rob Pike · 12 years ago
  61. e4bb139 net: make protocol-specific Dial and Listen return consistent error value by Mikio Hara · 12 years ago
  62. a8b4a1e net: BUG section for ReadFrom, ReadFromIP methods of IPConn on "ip4" network by Mikio Hara · 12 years ago
  63. d595b67a cmd/go: add -race flag to 'go list' by Rob Pike · 12 years ago
  64. cfb02f7 fmt: Remove some unnecessary conversions. by Robin Eklind · 12 years ago
  65. 8159b69 time: add more docs on Sleep by Brad Fitzpatrick · 12 years ago
  66. 37cee77 text/template: allow {{else if ... }} to simplify if chains by Rob Pike · 12 years ago
  67. cbea724 sync: improve once.Do documentation readability by Josh Bleecher Snyder · 12 years ago
  68. 2ede818 net/http: document Request.Body more by Brad Fitzpatrick · 12 years ago
  69. c7c1a1b net/smtp: clarify that SendMail's auth param is optional by Brad Fitzpatrick · 12 years ago
  70. a85cfbd cmd/gc: tag builtin error, byte, rune to avoid exporting them. by Rémy Oudompheng · 12 years ago
  71. 4fc7ff4 cmd/5g: avoid clash between R13 and F3 registers. by Rémy Oudompheng · 12 years ago
  72. 8b04789 go/ast: fix comment formatting by Caleb Spare · 12 years ago
  73. 2f81dfd sort: harden limit in stable test by Volker Dobler · 12 years ago
  74. 7c8be15 cmd/gc: mark panicslice as unlikely by Volker Dobler · 12 years ago
  75. d5c806d encoding/binary: use bytes.Reader in read example by Mathieu Lonjaret · 12 years ago
  76. 11320fa net: have separate read and write processing threads on windows by Alex Brainman · 12 years ago
  77. 1f661fc text/template: make the escapers for HTML etc. handle pointers correctly by Rob Pike · 12 years ago
  78. 519a9e8 net: enable PacketConn test for raw IP network on Windows by Mikio Hara · 12 years ago
  79. f033d98 bytes, strings: use copy in Repeat by Evan Shaw · 12 years ago
  80. f1d61b9 net/http: do not send leading dot in cookie domain attribute by Volker Dobler · 12 years ago
  81. 9a79472 syscall: update routing socket parser for NetBSD 6 and beyond by Mikio Hara · 12 years ago
  82. 9ec0f30 bytes: clarify Equal docs by Brad Fitzpatrick · 12 years ago
  83. e7b125f cmd/api: be more robust against OS deleting temp files by Brad Fitzpatrick · 12 years ago
  84. cb79c57 cmd/api: ignore GOARCH when building cmd/api. by Brad Fitzpatrick · 12 years ago
  85. 33f3dff net: allow TestDialFailPDLeak run in long-mode test by Mikio Hara · 12 years ago
  86. de8de89 os/user: Current support on Plan 9 by Nicolas Owens · 12 years ago
  87. 534c67a syscall: add Cloneflags to Linux SysProcAttr. by Rémy Oudompheng · 12 years ago
  88. d0dd420 runtime: rename FlagNoPointers to FlagNoScan. Better represents by Keith Randall · 12 years ago
  89. b15a64e cmd/gc: Reset haspointers computation. When converting from a by Keith Randall · 12 years ago
  90. 221eef6 os/exec: remove flaky TestExtraFilesFDShuffle test by Carl Shapiro · 12 years ago
  91. d4f719e syscall: define CLONE_* constants on Linux. by Rémy Oudompheng · 12 years ago
  92. 4186e9d all: dragonfly support by Joel Sing · 12 years ago
  93. fce0608 net: dragonfly support by Joel Sing · 12 years ago
  94. 6939061d os: dragonfly support by Joel Sing · 12 years ago
  95. f3442a8 syscall: dragonfly/amd64 z-files by Joel Sing · 12 years ago
  96. 8f3f4c9 syscall: dragonfly/amd64 support by Joel Sing · 12 years ago
  97. ac00524 runtime: add dragonfly/amd64 port by Joel Sing · 12 years ago
  98. e18ed3c cmd/5l,cmd/8l: unbreak arm and 386 linkers by Joel Sing · 12 years ago
  99. 71dc91d all: compiler/bootstrap for dragonfly/amd64 by Joel Sing · 12 years ago
  100. 180da80 net: fix dial to raw IP networks on Windows by Mikio Hara · 12 years ago