1. 33f6b08 net/http: make Transport treat 101 as a terminal status by Mark Fischer · 6 years ago
  2. 17e503f net/http: prevent Server reuse after a Shutdown by Brad Fitzpatrick · 6 years ago
  3. 4ba5527 cmd/vet: make vetx output deterministic by Ian Lance Taylor · 6 years ago
  4. 3f54e85 cmd/compile: run generic deadcode in -N mode by Cherry Zhang · 6 years ago
  5. 398a8ed cmd/compile: remove broken rules by Keith Randall · 6 years ago
  6. adfa8b8 cmd/compile: keep autos whose address reaches a phi by Michael Munday · 6 years ago
  7. 23ce272 cmd/cgo: permit missing dynamic symbol section by Peter Gonda · 6 years ago
  8. 59934e7 cmd/go: add -flat_namespace to LDFLAGS whitelist by Ian Lance Taylor · 6 years ago
  9. cc41c1e cmd/vendor/golang.org/x/sys/unix: pick up fixes for TestUtimesNanoAt by Tobias Klauser · 6 years ago
  10. 99e9be8 runtime: query thread stack size from OS on Windows by Austin Clements · 6 years ago
  11. 52e782a runtime: initialize g0 stack bounds on Windows to full stack by Austin Clements · 6 years ago
  12. b55fe6a cmd/go: call flag.Parse to properly initialize test environment variables by Jakub Čajka · 6 years ago
  13. 9daa35e runtime: tidy OpenBSD sysctl code by Austin Clements · 6 years ago
  14. 869884d strings: do much less redundant testing in TestCompareStrings by Ian Lance Taylor · 6 years ago
  15. 5110d19 runtime: fix typo in mapextra comment by cch123 · 6 years ago
  16. 28f9b88 misc/wasm: make sure value ref id is unique by Cherry Zhang · 6 years ago
  17. 6780042 testing/cover: improve comments on CoverBlock by Rob Pike · 6 years ago
  18. 0dc814c regexp: examples for Regexp.FindIndex and Regexp.FindAllSubmatchIndex methods by Alex Myasoedov · 6 years ago
  19. da76981 cmd/cgo: handle GCC 8 change in errors about constant initializers by Ian Lance Taylor · 6 years ago
  20. 1b12a2c net/url: correct the documentation for PathUnescape by Caleb Martinez · 6 years ago
  21. 3198b90 time: clarify Unix, UnixNano, and In a bit by Brad Fitzpatrick · 6 years ago
  22. cdce824 net/http: update bundled http2 by Brad Fitzpatrick · 6 years ago
  23. f43aa1d runtime: throw if the runtime panics with out of bounds index by Ian Lance Taylor · 6 years ago
  24. 955cc07 runtime: remap stack spans with MAP_STACK on OpenBSD by Austin Clements · 6 years ago
  25. a94a390 os: treat "${}" in Expand like in Go 1.10 by Daniel Martí · 6 years ago
  26. a5f8128 bytes, strings: fix comparison of long byte slices on s390x by bill_ofarrell · 6 years ago
  27. d4d8237 Revert "cmd/compile: make OpAddr depend on VarDef in storeOrder" by David Chase · 6 years ago
  28. cbce223 net/http: update docs on Transport.DisableKeepAlives by Brad Fitzpatrick · 6 years ago
  29. d472055 net/http: remove a flag accidentally submitted in CL 121419 by Brad Fitzpatrick · 6 years ago
  30. 62d270e strings: add note for new Go developers to TrimLeft and TrimRight by Daniel Martí · 6 years ago
  31. 57da8dd src/testing/cover: document the CoverBlock struct fields by Stephen L · 6 years ago
  32. 1a27f04 cmd/compile: make OpAddr depend on VarDef in storeOrder by David Chase · 6 years ago
  33. d21bdf1 cmd/compile: check SSAability in handling of INDEX of 1-element array by Cherry Zhang · 6 years ago
  34. 1d1e25f cmd/vet: don't run buildtag check when in vetxonly mode by Daniel Martí · 6 years ago
  35. 997d7a1 reflect: remove struct tags from unexported types by Ian Lance Taylor · 6 years ago
  36. b410ce7 cmd/compile: don't crash in untyped expr to interface conversion by Robert Griesemer · 6 years ago
  37. a79fe53 net/http: make Server.Shutdown treat new connections as idle after 5 seconds by Brad Fitzpatrick · 6 years ago
  38. 0d52c144 cmd/vet: fix ironic misuse of fmt.Sprintf by Russ Cox · 6 years ago
  39. 578b961 text/template/parse: fix a comment around the assign operator by Andrew Braunstein · 6 years ago
  40. b71ea0b cmd/compile: mark CMOVLEQF, CMOVWEQF as cloberring AX by Ilya Tocar · 6 years ago
  41. c07f2b0 syscall/js: rename Callback.Close to Release and expose Callback.Value by Richard Musiol · 6 years ago
  42. 257d6c4 internal/syscall/unix: add build constraint to nonblocking_js.go by Dmitri Shuralyov · 6 years ago
  43. 1a3957b crypto/x509: better debug output for verify-cert calls by Adam Shannon · 6 years ago
  44. ed33335 Revert "crypto/elliptic: implement P256 for arm64" by Andrew Bonventre · 6 years ago
  45. 11f1fab go/doc: make examples that depend on top-level decls playable by Hiroshi Ioka · 6 years ago
  46. 8786750 crypto/tls: add RSASSA-PSS support for handshake messages by Peter Wu · 6 years ago
  47. a6a6922 os: when looping in RemoveAll, close and re-open directory by Ian Lance Taylor · 6 years ago
  48. 83092a4 reflect: prevent additional StructOf embedded method cases by Ian Lance Taylor · 6 years ago
  49. d144dd7 net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr} by Michael Fraenkel · 6 years ago
  50. bafe466 syscall/js: add TypedArrayOf by Richard Musiol · 6 years ago
  51. 63a4acb net: make concurrent resolver lookups independent by Grégoire Delattre · 6 years ago
  52. 0246915 crypto/elliptic: implement P256 for arm64 by Vlad Krasnov · 6 years ago
  53. 87b7b66 net/http/httptrace: add clarification never added to CL 67430 by Brad Fitzpatrick · 6 years ago
  54. 228b441 mime/quotedprintable: accept bytes >= 0x80 by Ian Lance Taylor · 6 years ago
  55. b749845 net: limit concurrent threads to limit on file descriptors by Ian Lance Taylor · 6 years ago
  56. 7c4c87c net/http/httptrace: expose request headers for http/1.1 by Meir Fischer · 7 years ago
  57. 1d303a0 cmd/compile: fold offset into address on Wasm by Cherry Zhang · 6 years ago
  58. f03ee91 misc/cgo/test: add retry loop around pthread_create in TestSigprocmask by Ian Lance Taylor · 6 years ago
  59. fbfd38c misc/cgo/test: skip Test18146 in short mode by Ian Lance Taylor · 6 years ago
  60. 6dd789f cmd/link: document limitation of -X by LE Manh Cuong · 6 years ago
  61. f040e43 mime/multipart: restore 1.9 handling of missing/empty form-data file name by Ian Lance Taylor · 6 years ago
  62. 0436b16 net: improve ExampleUDPConn_WriteTo docs by Mikio Hara · 6 years ago
  63. a12c1f2 cmd/compile: improve escape analysis explanation by David Chase · 6 years ago go1.11beta1
  64. 1f3c0ee ast: refer to "embedded" rather than "anonymous" fields in by Rowan Marshall · 6 years ago
  65. cd016af go/types: rename NewInterface2 to NewInterfaceType by Robert Griesemer · 6 years ago
  66. 8997ec1 syscall/js: use stable references to JavaScript values by Richard Musiol · 6 years ago
  67. d89efc3 syscall: fix typo in RawSyscall6 comment by Xargin · 6 years ago
  68. 5fad090 cmd/cgo: mention character restrictions on #cgo lines by Ian Lance Taylor · 6 years ago
  69. 97fa894 time: run genzabbrs.go to update zoneinfo_abbrs_windows.go by Alberto Donizetti · 6 years ago
  70. b080abf cmd/compile: map delete should clear value always by Vladimir Kuzmin · 6 years ago
  71. 3c586d4 cmd/dist: increase timeout scale to 3 for windows by Andrew · 6 years ago
  72. 7e9d55e cmd/compile: avoid remainder in loopbce when increment=0 by David Chase · 6 years ago
  73. 6d70952 cmd/dist: enable more tests on js/wasm by Brad Fitzpatrick · 6 years ago
  74. 37f05cc net/http: document and test behavior of ServeMux with ports by Guilherme Goncalves · 6 years ago
  75. 444e7dd runtime/trace: reword the trace package summary by Jeremy Jackins · 6 years ago
  76. 50bd1c4 os: have UserCacheDir return an error on failure by Andrew Bonventre · 6 years ago
  77. 4f172e7 doc/go1.11: add note about package versioning by Andrew Bonventre · 6 years ago
  78. 5881d30 syscall/js: turn constant package vars into functions by Richard Musiol · 6 years ago
  79. 9c35c1a syscall.js: add Value.InstanceOf by Richard Musiol · 6 years ago
  80. 6fdbed0 runtime: respect timeout in semasleep on Darwin by Nikhil Benesch · 6 years ago
  81. 291e57f doc/contribute: fix typo and reword a few sentences by Alberto Donizetti · 6 years ago
  82. d6a27e8 cmd/link: never coalesce type descriptors when dynamically linking Go by Michael Hudson-Doyle · 6 years ago
  83. 899e0e3 api: promote next to go1.11 by Andrew Bonventre · 6 years ago
  84. 726a2d0 cmd/link: support DWARF compression on Darwin by Heschi Kreinick · 6 years ago
  85. 3dced51 syscall, internal/poll: fix build on js/wasm by Brad Fitzpatrick · 6 years ago
  86. 7d50abf cmd/dist: skip non-std tests on js/wasm by Brad Fitzpatrick · 6 years ago
  87. f422bea cmd/compile: fix compile failure for lazily resolved shadowed types by Matthew Dempsky · 6 years ago
  88. 78a5793 cmd/compile: convert uint32 to int32 in ARM constant folding rules by Cherry Zhang · 6 years ago
  89. 82d1c2a doc/go1.11: clarify GOOS/GOARCH pair of WebAssembly port by Dmitri Shuralyov · 6 years ago
  90. f451a31 sync: fix deficiency in RWMutex race annotations by Dmitry Vyukov · 6 years ago
  91. 00eac89 os, net: avoid races between dup, set-blocking-mode, and closing by Ian Lance Taylor · 6 years ago
  92. 75fdeaa net/http: fix test assertion by Thomas Bruyelle · 6 years ago
  93. b8d4d02 runtime: fix comments style typo by Zhou Peng · 6 years ago
  94. bedfa4e text/template/parse: undo breaking API changes by Daniel Theophanes · 6 years ago
  95. 4991bc6 runtime: avoid recursive panic on bad lock count by Austin Clements · 6 years ago
  96. 011ea87 cmd/compile: fix recursive inimport handling by Matthew Dempsky · 6 years ago
  97. 6c81002 flag: add a Value example by Terin Stock · 6 years ago
  98. 4b34289 misc/wasm: fix permissions on wasm_exec.js by Paul Jolly · 6 years ago
  99. 24fb2e0 internal/poll: use more fine-grained locking in Splice by Andrei Tudor Călin · 6 years ago
  100. 1507502 cmd/go: re-enable a couple of tests of gccgo by Ian Lance Taylor · 6 years ago