1. 65e624e syscall: document relationship among Errno, errors.Is and os.Err* by Jonathan Amsterdam · 4 years, 9 months ago
  2. f3e3b71 net/http: change TimeoutHandler's docs to match its new interfaces by Jeff Hodges · 4 years, 9 months ago
  3. d9b1323 strconv: update documentation by Emmanuel T Odeke · 4 years, 9 months ago
  4. e764432 doc/go1.13: document _ between digits for math/big, strconv by Emmanuel T Odeke · 4 years, 9 months ago
  5. eee07a8 Revert "encoding/json: avoid work when unquoting strings" by Filippo Valsorda · 4 years, 9 months ago
  6. c61c29f cmd/go: accept GOSUMDB=sum.golang.google.cn by Russ Cox · 4 years, 9 months ago
  7. 5a17052 [dev.boringcrypto] misc/boring: add go1.12.9b4 to RELEASES by Filippo Valsorda · 4 years, 9 months ago
  8. 7238523 doc/go1.13: mention '-o <directory>' support for 'go build' by Bryan C. Mills · 4 years, 9 months ago
  9. 53c088f cmd/go: fix "go help build -o" docs by Filippo Valsorda · 4 years, 9 months ago
  10. d6ffc1d doc: rewrite reference to plan9.bell-labs.com to 9p.io by Wagner Riffel · 4 years, 9 months ago
  11. 0dd120d encoding/json: fix format string in the Fuzz func by Dmitry Vyukov · 4 years, 9 months ago
  12. c485506 time: update TestSub to avoid future regressions by Joe Tsai · 4 years, 9 months ago
  13. bb5441d cmd/gofmt: update TestRewrite to avoid future regressions by Joe Tsai · 4 years, 9 months ago
  14. 4983a0b Revert "time: optimize Sub" by Joe Tsai · 4 years, 9 months ago
  15. 0212f04 doc: document Go 1.12.9 by Dmitri Shuralyov · 4 years, 9 months ago
  16. 395fd10 doc: document Go 1.12.8 and Go 1.11.13 by Dmitri Shuralyov · 4 years, 9 months ago
  17. 1ebc594 [dev.boringcrypto] misc/boring: add go1.12.8b4 and go1.11.13b4 to RELEASES by Filippo Valsorda · 4 years, 9 months ago
  18. 5f45a33 reflect: align first argument in callMethod by Cherry Zhang · 4 years, 9 months ago
  19. ad4ed87 doc/go1.13: add missing periods by Toshihiro Shiino · 4 years, 9 months ago
  20. 9417029 [dev.boringcrypto] misc/boring: remove download of releaselet.go in build.release by Dmitri Shuralyov · 4 years, 9 months ago
  21. 61bb56a net/url: make Hostname and Port predictable for invalid Host values by Filippo Valsorda · 4 years, 10 months ago
  22. 4550406 src/go.mod: sync golang.org/x/net with h2_bundle.go by Filippo Valsorda · 4 years, 10 months ago
  23. 8b058cf net: document that a keep-alive failure also returns a timeout by Ian Lance Taylor · 4 years, 10 months ago
  24. 2754118 doc/asm: document go_asm.h only works in the runtime package by Pure White · 4 years, 10 months ago
  25. 3928915 doc/go1.13: mention faster sync.Mutex/RWMutex/Once by Carlo Alberto Ferraris · 4 years, 10 months ago
  26. 9c1f14f doc/install-source: create distinction between steps that involve "git clone" by K. "pestophagous" Heller · 4 years, 10 months ago
  27. 951143c cmd/link: increase the function call limit in stkcheck by Ian Lance Taylor · 4 years, 10 months ago
  28. 3626252 doc/install-source.html: add new GOOS and GOARCHes by Agniva De Sarker · 4 years, 10 months ago
  29. 2b8b34a cmd/go: query each path only once in 'go get' by Bryan C. Mills · 4 years, 10 months ago
  30. 1dc0110 cmd/go: improve 'go mod download' and 'go list -m' error messages by Jay Conrod · 4 years, 10 months ago
  31. c5178ef Revert "go/ast: fix SortImports to handle block comments" by Joe Tsai · 4 years, 10 months ago
  32. fc23e21 api/go1.13: add debug/elf.Symbol fields added in CL 184099 by Filippo Valsorda · 4 years, 10 months ago
  33. f4be93a doc: update list of archs supporting -race by Alberto Donizetti · 4 years, 10 months ago
  34. e9782bd path: fix mismatch between error message and corresponding test function by Derek Phan · 4 years, 10 months ago
  35. 0ca4f6b runtime/pprof: Mention goroutine label heritability by David Finkel · 4 years, 10 months ago
  36. e37a1b1 cmd/go: improve error message for missing import starting with cmd/ by Jay Conrod · 4 years, 10 months ago
  37. 0ed86cd doc: mention Unicode update in release notes by Marcel van Lohuizen · 4 years, 10 months ago
  38. 46f99ce cmd/go: look for __go_buildinfo section when looking for Mach-O version by Jay Conrod · 4 years, 10 months ago
  39. 8e82624 net: fix the docs in IPNet.String by Bharath Thiruveedula · 4 years, 10 months ago
  40. 546ea78 errors: improve doc by Jonathan Amsterdam · 4 years, 10 months ago
  41. a4c8251 doc/go1.13.html: describe error-value additions by Jonathan Amsterdam · 4 years, 10 months ago
  42. 2691091 misc/boring: add Go 1.11.12b4 and 1.12.7b4 to RELEASES by Filippo Valsorda · 4 years, 10 months ago
  43. d1338ec syscall: include complete prototype of system calls by Keith Randall · 4 years, 10 months ago
  44. 6e11d81 cmd/go: adjust expected error message in TestScript/mod_invalid_version by Bryan C. Mills · 4 years, 10 months ago
  45. 6c74db4 cmd/go: look for .go.buildinfo section when looking for ELF version by Mark Glines · 4 years, 10 months ago
  46. 09c9d3a net/http: fix typo in Response.Body's doc by Shivani Singhal · 4 years, 10 months ago
  47. a2f5d64 doc/go1.13: add release notes for GOWASM environment variable by Agniva De Sarker · 4 years, 10 months ago
  48. fc82166 os: change Readdirnames doc to follow that of Readdir by Ian Lance Taylor · 4 years, 10 months ago
  49. d178c58 os: don't consult Is methods on non-syscall error types by Damien Neil · 4 years, 10 months ago
  50. 55e23cb doc/go1.13: mention confusion between keep-alive timeout and deadline by Ian Lance Taylor · 4 years, 10 months ago
  51. 07b3e62 cmd/go: report loading errors from 'go mod tidy' and 'go mod vendor' by Bryan C. Mills · 4 years, 10 months ago
  52. 316ac4f cmd/compile: fix crash on write barrier insertion by Keith Randall · 4 years, 10 months ago
  53. bdea352 doc/go1.13: document net/http.Transport.Request.Body unfurling by Emmanuel T Odeke · 4 years, 10 months ago
  54. 0e54d28 all: remove os.ErrTimeout by Damien Neil · 4 years, 10 months ago
  55. 2d1a1e0 doc: fix Block interface parameters order by Alberto Donizetti · 4 years, 10 months ago
  56. 2d6ee6e os: enable the close-on-exec flag for openFdAt by Baokun Lee · 4 years, 10 months ago
  57. e7c51ca net/http: fix a typo in spelling of MultiPartForm by Darren McCleary · 4 years, 10 months ago
  58. d6f6a46 doc/go1.13: add more release notes for net/http by Emmanuel T Odeke · 4 years, 10 months ago
  59. ea8b0ac all: remove os.ErrTemporary by Damien Neil · 4 years, 10 months ago
  60. 8a317eb cmd/compile: don't eliminate all registers when restricting to desired ones by Keith Randall · 4 years, 10 months ago
  61. 407010e cmd/go: only pass -fsplit-stack to gccgo if supported by Ian Lance Taylor · 4 years, 10 months ago
  62. e81b731 encoding/json: clarify Marshal behavior for string keys of maps by Eli Bendersky · 4 years, 10 months ago
  63. fe8a866 doc/go1.12: document change in syscall.Setrlimit behavior by Andrew Bonventre · 4 years, 10 months ago
  64. 8dddf75 net/http: return nil from Header.Clone if the receiver is nil by Andrew Bonventre · 4 years, 10 months ago
  65. 39d4178 spec: add an example of a trivially invalid interface by Robert Griesemer · 4 years, 10 months ago
  66. 1ad64fa net/http: improve Request.Form and Request.PostForm documentation by David Ndungu · 4 years, 10 months ago
  67. 5f8d816 cmd/go/internal/cache: verify that timestamp is positive by Bryan C. Mills · 4 years, 10 months ago
  68. 2fc7574 cmd/go/internal/cache: avoid ioutil.WriteFile for writing cache entries by Bryan C. Mills · 4 years, 10 months ago
  69. 8c3040d runtime: call sysHugePage less often by Michael Knyszek · 4 years, 10 months ago
  70. a41ebe6 runtime: add physHugePageShift by Michael Anthony Knyszek · 4 years, 10 months ago
  71. fbb819e strings: clarify usage of Title and ToTitle by Andrew Todd · 4 years, 10 months ago
  72. 01d1372 runtime: use uintptr instead of int32 for counting to next heap profile sample by Keith Randall · 4 years, 10 months ago
  73. 7b8234b go1.13.html: release note for %w by Jonathan Amsterdam · 4 years, 10 months ago
  74. 5235501 crypto/x509: add Ed25519 to ExampleParsePKIXPublicKey by Filippo Valsorda · 5 years ago
  75. c4ca603 all: change some function documentation to be more idiomatic by Dominik Honnef · 4 years, 10 months ago
  76. a25c287 doc: use <code> for a few file paths that didn't by Daniel Martí · 4 years, 10 months ago
  77. 80f9d32 doc: mention that GOPATH/bin should be in PATH by Giovanni Bajo · 4 years, 10 months ago
  78. 9195948 os: document File's concurrent operation resource limits by Emmanuel T Odeke · 5 years ago
  79. 68e2899 cmd/go: keep "go help" in unknown topic suggestion by Jordi Martin · 4 years, 10 months ago
  80. e8c7e63 test: new testcase for gccgo compiler failure by Than McIntosh · 4 years, 10 months ago
  81. 707f3e8 cmd/go: mention GODEBUG in "go help environment" by Ian Lance Taylor · 4 years, 10 months ago
  82. b9df8df doc/go1.13: mention the effect of testing.Init on package initialization by Bryan C. Mills · 4 years, 10 months ago
  83. 5e21032 Revert "cmd/go: move automatic testing.Init call into generated test code" by Bryan C. Mills · 4 years, 10 months ago
  84. 6eccf6a [dev.boringcrypto] misc/boring: add scripts to automate merges and releases by Filippo Valsorda · 5 years ago
  85. f518a96 cmd/go: document go get @upgrade behavior in release notes by Jay Conrod · 4 years, 10 months ago
  86. 5b15510 runtime: align allocations harder in GODEBUG=sbrk=1 mode by Austin Clements · 4 years, 10 months ago
  87. ba31496 time: clarify when draining a Timer's channel is needed by Allen Li · 4 years, 11 months ago
  88. 52fdd62 cmd/go/internal/mvs: in Req, omit versions implied by older-than-selected versions already in the graph by Bryan C. Mills · 4 years, 10 months ago
  89. a005f99 cmd/go/internal/mvs: retain modules required by older versions by Bryan C. Mills · 4 years, 10 months ago
  90. 4a2d3d0 cmd/go: in module mode, populate PackagePublic.Root with the module root by Bryan C. Mills · 5 years ago
  91. 5ba15db cmd/go: suppress errors with '@upgrade' when the latest version is replaced by Bryan C. Mills · 4 years, 10 months ago
  92. 34778e5 test: new testcase for gccgo bug by Than McIntosh · 4 years, 10 months ago
  93. 196e67f test: new testcase for gccgo bug by Than McIntosh · 4 years, 10 months ago
  94. 4814e7d cmd/go: include GOEXPERIMENT flags in tool id for cache key by Jay Conrod · 4 years, 10 months ago
  95. f93234a net/http/httputil: fix regression in ReverseProxy.ServeHTTP by Joe Tsai · 4 years, 10 months ago
  96. 5bc46cb doc/go1.13: remove 1.12 reference from 1.13 release notes by Alberto Donizetti · 4 years, 10 months ago
  97. b5df14c CONTRIBUTORS: first round of updates for Go 1.13 by Dmitri Shuralyov · 4 years, 10 months ago
  98. 0cadf40 cmd/go: tweak wording of module path mismatch error message by Jay Conrod · 4 years, 10 months ago
  99. 2bcbe6a runtime: add a test for getg with thread switch by Cherry Zhang · 4 years, 10 months ago
  100. 6bf2767 cmd/go: tighten the check for pseudo-version base tags by Bryan C. Mills · 5 years ago