1. 895df14 math: explain OEIS link by Andrew Gerrand · 10 years ago
  2. bf5e19f net/http: tolerate old buggy user agents, per RFC 2616 section 4.1 by Brad Fitzpatrick · 10 years ago
  3. fe1cecf misc/cgo/testcshared: don't leave garbages after test by Mikio Hara · 10 years ago
  4. 751eef8 doc: first cut at prose for big changes in go1.5.html by Rob Pike · 10 years ago
  5. 055e1a3 runtime/race: fix test driver by Dmitry Vyukov · 10 years ago
  6. 1045351 net/http: bound the number of bytes read seeking EOF in Handler's Body.Close by Brad Fitzpatrick · 10 years ago
  7. 26f12be doc: add a missing space in func signature by Brad Fitzpatrick · 10 years ago
  8. 4e834cf fmt: handle negative width/prec when supplied as an argument by Todd Neal · 10 years ago
  9. 2bcdb5a net/http: sync Get and Head's documentation by Matthew Dempsky · 10 years ago
  10. d6ef6eb doc: move go1.5.txt to go1.5.html by Rob Pike · 10 years ago
  11. 190313e net/http: document that Hijack's net.Conn might have left-over timeouts set by Brad Fitzpatrick · 10 years ago
  12. dbe9ab6 cmd/compile/internal/gc: make sure nonzero-sized objects have nonzero alignment by Keith Randall · 10 years ago
  13. f81f6d6 net/http: don't always require certFile, keyFile in Server.ListenAndServerTLS by Brad Fitzpatrick · 10 years ago
  14. 2917ab2 net/http: document that FormValue returns the empty string by Brad Fitzpatrick · 10 years ago
  15. 33ce9c1 text/template: make zero Template work again by Russ Cox · 10 years ago
  16. 6613090 cmd/compile: handle copy in escape analysis by Russ Cox · 10 years ago
  17. a9e5364 runtime: set m.procid always on Linux by Russ Cox · 10 years ago
  18. c68f2f8 go/format: fix //line corner case when formatting statements by Didier Spezia · 10 years ago
  19. 7708248 runtime/race: make test more robust by Dmitry Vyukov · 10 years ago
  20. 703166e net/url: validate ports in URLs and bytes after IPv6 literals by Brad Fitzpatrick · 10 years ago
  21. 222b23a net: make LookupIP("1.2.3.4") behavior consistent by Russ Cox · 10 years ago
  22. 0dccee6 text/scanner: add runnable example for package by Carlos C · 10 years ago
  23. 5bf1853 cmd/go: don't fetch from insecure repositories without -insecure by Andrew Gerrand · 10 years ago
  24. d8c6dac spec: clarify effect of rounding of constant expressions by Robert Griesemer · 10 years ago
  25. eb30fda go/types: in string(x) conversions, x must be of integer type by Robert Griesemer · 10 years ago
  26. 4ba1f25 go/types: better error message for certain unary/binary expression errors by Robert Griesemer · 10 years ago
  27. a8ae93f runtime: fix heap bitmap repeating with large scalar tails by Austin Clements · 10 years ago
  28. eabdd05 runtime: document memory ordering for h_spans by Austin Clements · 10 years ago
  29. ef4a17b go/types: add missing test for constant shifts by Robert Griesemer · 10 years ago
  30. 989b372 cmd/asm: fix shifts again, this time for sure by Rob Pike · 10 years ago
  31. 4bba672 image/gif: set default loop count to 0 when app ext. is not present by Andrew Bonventre · 10 years ago
  32. f2662f2 text/template: explain better the semantics of ParseFiles by Rob Pike · 10 years ago
  33. c8aea7b net/http: Remove unused code by Todd Neal · 10 years ago
  34. cb3e2bf cmd/doc: fix copy/paste error in test by Rob Pike · 10 years ago
  35. 58d177c cmd/asm: fix handling of negative shifts. by Rob Pike · 10 years ago
  36. 98c9e9e cmd/vet: refer info about -printfuncs to the -printf flag by Rob Pike · 10 years ago
  37. 1ab9176 runtime: remove race and increase precision in pointer validation. by Rick Hudson · 10 years ago
  38. ffbed5c net/http: fix tests for recent URL.RawPath addition by Russ Cox · 10 years ago
  39. 9a3112b runtime: one more Map{Bits,Spans} before arena_used update by Austin Clements · 10 years ago
  40. 2a331ca runtime: document relaxed access to arena_used by Austin Clements · 10 years ago
  41. 874a605 net/url: add RawPath field, a hint at the desired encoding of Path by Russ Cox · 10 years ago
  42. 794c01b cmd/go: fix test for issue 8181 by Russ Cox · 10 years ago
  43. 1be335b encoding/csv: add examples for package by Carlos C · 10 years ago
  44. 71859ef cmd/asm: remove needless check for negative right shift by Rob Pike · 10 years ago
  45. 626188d net/textproto: skip zero-length keys by Jeff R. Allen · 10 years ago
  46. 3cab476 cmd/asm: remove pointless check for negative uint by Rob Pike · 10 years ago
  47. 13c44d2 cmd/doc: add test for constructor, fix build by Rob Pike · 10 years ago
  48. 79d4d6e syscall: skip non-root user namespace test if kernel forbids by Ian Lance Taylor · 10 years ago
  49. 2f2908b cmd/doc: fix test on nacl by Rob Pike · 10 years ago
  50. d0652e7 cmd/doc: add test by Rob Pike · 10 years ago
  51. 5ac5a98 doc: mention moderation delay in contributing docs by Josh Bleecher Snyder · 10 years ago
  52. cc6554f cmd/link/internal/ld, cmd/go: -buildmode=c-shared support for darwin/amd64 by Srdjan Petrovic · 10 years ago
  53. dc89350 cmd/go: fix build by Russ Cox · 10 years ago
  54. 1eb8c4a math/big: fix GCD in presence of aliasing by Robert Griesemer · 10 years ago
  55. 5b458fb doc/go1.5.txt: cmd/go: add vendoring support by Rob Pike · 10 years ago
  56. 183cc0c cmd/go: add preliminary support for vendor directories by Russ Cox · 10 years ago
  57. 7bcc6a1 cmd/compile: add -importmap option by Russ Cox · 10 years ago
  58. f5d494b runtime: ensure GC sees type-safe memory on weak machines by Austin Clements · 10 years ago
  59. 75ce330 image/gif: re-enable some invalid-palette tests. by Nigel Tao · 10 years ago
  60. a3c0730 html: add examples to the functions by Carlos C · 10 years ago
  61. 9d968cb runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall by Alex Brainman · 10 years ago
  62. 1a040c9 cmd/cgo: static variables in the preamble may not be referenced by Ian Lance Taylor · 10 years ago
  63. 679fd5b cmd/go: do not permit importing a main package by Ian Lance Taylor · 10 years ago
  64. 8668ac0 doc: update gccgo docs for move of gofrontend to git by Ian Lance Taylor · 10 years ago
  65. 18d9a8d cmd/go: format temporary Go files in testsuite by Ian Lance Taylor · 10 years ago
  66. 9f3a2d5 doc: clarify duplicate symbol condition in cgo by Andrey Petrov · 10 years ago
  67. 2f3d103 os: fix nits found by vet by Mikio Hara · 10 years ago
  68. 3269683 os: skip TestStartProcess and TestHostname on android by Mikio Hara · 10 years ago
  69. 82020f8 image/gif: return an error on missing palette by Jeff R. Allen · 10 years ago
  70. 682ecea image/gif: (temporarily) disable broken tests. by Nigel Tao · 10 years ago
  71. ccec934 compress/lzw: reject writing bytes that don't fit into litWidth. by Nigel Tao · 10 years ago
  72. 0c247bf math/big: refine Fibonacci example by Andrew Gerrand · 10 years ago
  73. 2a5745d compress/lzw: mention relation between litWidth and input bytes by Jeff R. Allen · 10 years ago
  74. 90a1996 runtime: reduce latency by aggressively ending mark phase by Rick Hudson · 10 years ago
  75. e6d2112 internal/testenv: skip network tests only when -short is specified by Andrew Gerrand · 10 years ago
  76. ee1ef8f math/big: Add small complete example of big.Float usage by ALTree · 10 years ago
  77. 2e7831a go/parser: document that parser accepts a wider language than specified by Robert Griesemer · 10 years ago
  78. 32f2f72 cmd/compile: provide better error when method called without receiver by Michael Matloob · 10 years ago
  79. 3925a7c all: switch to the new deprecation convention by Shenghou Ma · 10 years ago
  80. 526b501 time: correct unrepresentable Unix time comment by Shenghou Ma · 10 years ago
  81. 1e07603 hash/crc32: speedup crc32 of IEEE using slicingBy8 by Davies Liu · 10 years ago
  82. d1e7980 log: fix flaky test by Josh Bleecher Snyder · 10 years ago
  83. 9490fbf xml: add check of version in document declaration by Giulio Iotti · 10 years ago
  84. a13606e encoding/json: Remove extra allocation in scanner. by Peter Waldschmidt · 10 years ago
  85. 4f4da07 cmd/go: suggest running 'go help gopath' with problematic GOPATH by Egon Elbre · 10 years ago
  86. 01187f7 build: fix clean scripts by Shenghou Ma · 10 years ago
  87. 7733a7c archive/tar: add missing error checks by Michael Gehring · 10 years ago
  88. 1b26946 cmd/trace: gracefully handle empty profiles by Dmitry Vyukov · 10 years ago
  89. e72f5f6 runtime: fix tracing of syscallexit by Dmitry Vyukov · 10 years ago
  90. 62f169c compress/lzw: be consistent with error message prefixes. by Nigel Tao · 10 years ago
  91. 2858b73 runtime: remove cgocall and asmcgocall by Alex Brainman · 10 years ago
  92. 24db235 net: fix build on android by Mikio Hara · 10 years ago
  93. 3cc7b27 go/internal/gccgoimporter: enable tests on Plan9 by Robert Griesemer · 10 years ago
  94. 8fa1a69 go/types: use testenv.MustHaveGoBuild to exclude some builds by Robert Griesemer · 10 years ago
  95. bc7a3a6 go/importer: implement support for gccgo by Robert Griesemer · 10 years ago
  96. 289e282 go/internal/gccgoimporter: adjust to std repo libraries (fix build) by Robert Griesemer · 10 years ago
  97. f6ae5f9 go/internal/gccgoimporter: unmodified copy of x/tools/go/gccgoimporter by Robert Griesemer · 10 years ago
  98. bbf7957 math/big: incorporate feedback by josharian (Example_fibonacci) by Robert Griesemer · 10 years ago
  99. cfa3eda runtime: fix race in scanvalid assertion by Russ Cox · 10 years ago
  100. f0fee97 math/big: Added small complete example of big.Int usage by ALTree · 10 years ago