1. b18a7c7 net: remove unnecessary Close contention. by Rémy Oudompheng · 12 years ago
  2. e3e885b net: allow "" as a hint wildcard to Resolve{IP,UDP,TCP}Addr by Mikio Hara · 12 years ago
  3. 0304a48 test: add a test that caused gccgo to crash by Ian Lance Taylor · 12 years ago
  4. 253ed02 net: update docs and sync API for Plan 9 by Anthony Martin · 12 years ago
  5. 279199e cmd/godoc: fix `godoc net/http` on windows by Shenghou Ma · 12 years ago
  6. 9e30b70 all: set GOMAXPROCS to 1 when counting mallocs by Shenghou Ma · 12 years ago
  7. 5b425cc undo CL 6855110 / 869253ef7009 by Dave Cheney · 12 years ago
  8. be0d84e net: fix data races on deadline vars by Dave Cheney · 12 years ago
  9. 0ce96f9 runtime: better stack traces in race reports by Dmitriy Vyukov · 12 years ago
  10. c3c107f cmd/gc: racewalk: collect stack traces in sync and sync/atomic by Dmitriy Vyukov · 12 years ago
  11. 902af97 os: check only user attributes in TestStatDirModeExec by Alex Brainman · 12 years ago
  12. 9c2f410 net/http: don't send chunked encoding on 204 responses by Brad Fitzpatrick · 12 years ago
  13. 85e451e go spec: receiver, parameter, and result names must always be unique by Robert Griesemer · 12 years ago
  14. 6d62241 net: add test case for SplitHostPort with zone by Russ Cox · 12 years ago
  15. 25dd002 spec: clarify use of built-ins in go/defer statements by Robert Griesemer · 12 years ago
  16. 372cf8f codereview: always use HTTPS by Brad Fitzpatrick · 12 years ago
  17. 521f11d exp/types: various missing checks for array/slice composite literals by Robert Griesemer · 12 years ago
  18. 305d7ad go/parser: permit [...]T where array types are permitted by Robert Griesemer · 12 years ago
  19. 5b65023 os: include 0111 in directory file mode on windows by Alex Brainman · 12 years ago
  20. 16a5934 exp/winfsnotify: fix data race in TestNotifyClose by Alex Brainman · 12 years ago
  21. b5aa478 net/http: fix broken TestIssue4191_InfiniteGetToPutTimeout by Alex Brainman · 12 years ago
  22. 28b59942 net: move deadline logic into pollServer by Dave Cheney · 12 years ago
  23. da803e5 net: fix ResolveIPAddr by Mikio Hara · 12 years ago
  24. d244dd0 net: fix intermittent TestAddFDReturnsError failure by Dave Cheney · 12 years ago
  25. 4f74bbd net: consoldate literal target address into IP address functions by Mikio Hara · 12 years ago
  26. f134742 cmd/5g, cmd/8g: fix internal error on 64-bit indices statically bounded by Rémy Oudompheng · 12 years ago
  27. e781b20 go/format: Package format implements standard formatting of Go source. by Robert Griesemer · 12 years ago
  28. 51b8edc runtime: use reflect·call() to enter the function gc() by Jan Ziak · 12 years ago
  29. 58ce93b runtime/race: add test case for issue 4453 by Dmitriy Vyukov · 12 years ago
  30. 94b3f6d regexp: add Split by Rick Arnold · 12 years ago
  31. a93b15c misc/emacs: fix go-mode hang by Russ Cox · 12 years ago
  32. b46de71 regexp: add examples by Volker Dobler · 12 years ago
  33. 4228eb7 log/syslog: correct message format by John Graham-Cumming · 12 years ago
  34. 908e1b5 runtime/race: add unit tests for race detector by Dmitriy Vyukov · 12 years ago
  35. d6fd52c net: fix flaky test by Dmitriy Vyukov · 12 years ago
  36. 478aff3 exp/cookiejar: new package. by Nigel Tao · 12 years ago
  37. d729be7 CONTRIBUTORS: Add Jonathan Hseu (Google CLA) by Brad Fitzpatrick · 12 years ago
  38. bb7c3c6 go/ast: minor cleanup by Robert Griesemer · 12 years ago
  39. 178c857 os/user: update stub documentation by Anthony Martin · 12 years ago
  40. 4ce3df5 os: move Plan 9 directory marshaling code to syscall by Anthony Martin · 12 years ago
  41. 4cc9de9 cmd/gc: add division rewrite to walk pass. by Rémy Oudompheng · 12 years ago
  42. 4a1b814 go/printer: don't use 'infinity' value when it might lead to int32 overflow by Robert Griesemer · 12 years ago
  43. 127d2bf net/http: fix Transport races & deadlocks by Brad Fitzpatrick · 12 years ago
  44. 5188c0b cmd/gc: Make sure bools lose idealness when used with logical operators. by Daniel Morsing · 12 years ago
  45. 9a61c04 go/printer: some internal cleanups by Robert Griesemer · 12 years ago
  46. 2a982e8 go/printer: Permit declaration and statement lists as input. by Robert Griesemer · 12 years ago
  47. a5e10ed doc/play: don't use println in examples by Brad Fitzpatrick · 12 years ago
  48. 2e73453 cmd/6l, cmd/8l: emit no-ops to separate zero-stack funcs from nosplits. by Rémy Oudompheng · 12 years ago
  49. d7b0271 exp/types: fixed field/method lookup by Robert Griesemer · 12 years ago
  50. d4f3185 spec: add () to method calls in examples by Russ Cox · 12 years ago
  51. 54023a9 cmd/8l: fix data corruption for MULB SI, by Rémy Oudompheng · 12 years ago
  52. af375cd libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value by Shenghou Ma · 12 years ago
  53. 1de4d31 crypto/tls: use 1/n-1 record splitting to protect against BEAST by Anthony Martin · 12 years ago
  54. f4ed50c net: add deadline prolongation test by Dmitriy Vyukov · 12 years ago
  55. 7f08218 cnd/gc: fix build by Dmitriy Vyukov · 12 years ago
  56. db8d7a2 cmd/go: racewalk: fix nested struct handling Fixes #4424. Fixes #4425. by Dmitriy Vyukov · 12 years ago
  57. 7c295f3 cmd/gc: fix invalid indirect error at statement level Fixes #4429. by Shenghou Ma · 12 years ago
  58. 2637777 runtime: duplicate code for runtime.nanotime to avoid stack overflow in vDSO clock_gettime by Shenghou Ma · 12 years ago
  59. 76fa4f4 test: add test for floating point rounding of constants by Ian Lance Taylor · 12 years ago
  60. f80f23e runtime: re-format comments. add necessary newlines. by Oling Cat · 12 years ago
  61. e8cf49f net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs by Mikio Hara · 12 years ago
  62. f02cf19 runtime: regenerate defs-files for freebsd by Mikio Hara · 12 years ago
  63. 62f54e1 net/http: clarify docs of ParseForm and mention ParseForm in docs for FormValue by Shenghou Ma · 12 years ago
  64. 4047f30 runtime: implement SysUnused for netbsd by Joel Sing · 12 years ago
  65. c6afb78 runtime: implement SysUnused for openbsd by Joel Sing · 12 years ago
  66. 5da5e8e cmd/gc: check malloc return value by Joel Sing · 12 years ago
  67. 73b3e23 net: never return -1 bytes read from netFD.Read by Dave Cheney · 12 years ago
  68. f97bb12 net/http/httptest: protect against port reuse by Brad Fitzpatrick · 12 years ago
  69. c8fa7dc bytes, strings: fix Reader WriteTo return value on 0 bytes copied by Brad Fitzpatrick · 12 years ago
  70. 1fbe309 runtime: fix madvise for freebsd/amd64 by Mikio Hara · 12 years ago
  71. 74fcf82 net: add unit tests for read/write deadlines by Dmitriy Vyukov · 12 years ago
  72. be5c445 test: add bug469, a case where gccgo gaves an incorrect error by Ian Lance Taylor · 12 years ago
  73. 1e9ab9e time: add Now()/UnixNano() malloc tests by Dave Cheney · 12 years ago
  74. 747dda9 net: do not start io if deadline has passed by Alex Brainman · 12 years ago
  75. 7afcae6 http/transport.go: trivial comment error. by Caine Tighe · 12 years ago
  76. 9017765 cmd/go: fix typo in comment by Ian Lance Taylor · 12 years ago
  77. 5fa3aeb net: check read and write deadlines before doing syscalls by Brad Fitzpatrick · 12 years ago
  78. 314fd62 runtime: implement runtime.SysUnused on FreeBSD by John Graham-Cumming · 12 years ago
  79. d4775a7 net/http/httptest: fix possible race on historyListener.history by Dave Cheney · 12 years ago
  80. ec2460a A+C: Add John Graham-Cumming (Individual CLA) by Brad Fitzpatrick · 12 years ago
  81. 7171f53 cmd/go: fix data race on cgoLibGccFile Fixes #4426. by Shenghou Ma · 12 years ago
  82. f142dee cmd/go: show -race if necessary when giving "go test -i" hint by Shenghou Ma · 12 years ago
  83. e126763 spec: be clearer about the scope of a package name by Robert Griesemer · 12 years ago
  84. 6a10364 dashboard/builder: pass $CC to builder if set by Dave Cheney · 12 years ago
  85. dd43bf8 net/http: use runtime.Stack instead of runtime/debug.Stack by Dave Cheney · 12 years ago
  86. dd01e92 cmd/cgo: fix alignment of bool. Fixes #4417. by Vladimir Nikishenko · 12 years ago
  87. 42c8904 all: fix the the typos Fixes #4420. by Shenghou Ma · 12 years ago
  88. 42cc4ea A+C: Add Vladimir Nikishenko (Individual CLA) by Brad Fitzpatrick · 12 years ago
  89. cd37fec runtime: update openbsd runtime to use new tfork syscall by Joel Sing · 12 years ago
  90. 1bd4a7d cmd/8g: fix erroneous LEAL nil. by Rémy Oudompheng · 12 years ago
  91. d28133d net: remove another unguarded sysfile == nil check by Dave Cheney · 12 years ago
  92. 7bce6f9 net/http, net/http/httputil: fix TestChunkReaderAllocs failure when GOMAXPROCS > 1 by Shenghou Ma · 12 years ago
  93. 4bf261f exp/types: don't test importing types if using gccgo by Ian Lance Taylor · 12 years ago
  94. 54b9c20 net/http/cgi: another attempt to fix windows tests by Alex Brainman · 12 years ago
  95. 9466c27 net/http: remove more garbage from chunk reading by Brad Fitzpatrick · 12 years ago
  96. d32d1e0 mime/multipart: transparently decode quoted-printable transfer encoding by Brad Fitzpatrick · 12 years ago
  97. aeca7a7 cmd/api: speed up API check by 2x, caching parser.ParseFile calls by Brad Fitzpatrick · 12 years ago
  98. c00bda1 go/printer: simply ignore filename changes in position information by Robert Griesemer · 12 years ago
  99. 09f3c2f doc/articles/wiki: fix racy test by Brad Fitzpatrick · 12 years ago
  100. e070aea net/http/cgi: more windows perl test work by Brad Fitzpatrick · 12 years ago