1. 2d6f941 runtime: fix time.Now on Sierra and older by Giovanni Bajo · 6 years ago
  2. 7e05455 runtime: update URL of the Linux vDSO parser tool by Tobias Klauser · 6 years ago
  3. 8f6e8f9 doc: specify which pprof version was vendored in go1.10 by Alberto Donizetti · 6 years ago
  4. 4b3a3bd runtime: don't issue cgocheck error for timer bucket source pointer by Ian Lance Taylor · 6 years ago
  5. 3968705 cmd/go: clarify and simplify (a little) the description of go test's caching by Rob Pike · 6 years ago
  6. a89fa70 net/rpc: improve error report messages by Kunpei Sakai · 6 years ago
  7. 9f31353 cmd/go: use Windows %AppData% for build cache if %LocalAppData% is empty by Brad Fitzpatrick · 6 years ago
  8. 9745eed cmd/go: make gccgo -buildmode=shared and -linkshared work again by Ian Lance Taylor · 6 years ago
  9. 8554fd6 cmd/compile: document reserved import paths by Robert Griesemer · 6 years ago
  10. c13e0e8 spec: remove example explaining that type B0 and B0 are identical by Robert Griesemer · 6 years ago
  11. fe49d10 misc/cgo/test: avoid endless loop when we can't parse notes by Ian Lance Taylor · 6 years ago
  12. 1c0d542 cmd/go: correct buildmode test (from "c-header" to "c-shared") by Ian Lance Taylor · 6 years ago
  13. 594668a doc, api: add type Srcset string change to go1.10 notes and API by Andrew Bonventre · 6 years ago upstream-go1.10beta2
  14. 4458a35 crypto/x509: parse multiple URLs in a single CRLDP. by Adam Langley · 6 years ago
  15. 6631f22 net/http: avoid for-loop if possible by Kunpei Sakai · 6 years ago
  16. 08e342d cmd/compile/internal/syntax: don't record semi position if there's none by Robert Griesemer · 6 years ago
  17. 40a17ee crypto: clarify that some files come from CRYPTOGAMS by Ian Lance Taylor · 6 years ago
  18. 936b6bf net/http: redirect host-based patterns to trailing slash by Terin Stock · 6 years ago
  19. bb4356d net/http: fix "http2: no cached connection..." error with x/net/http2 by Brad Fitzpatrick · 6 years ago
  20. 1b89dad cmd/cgo: support niladic macros for gccgo by Ian Lance Taylor · 6 years ago
  21. f7d8098 cmd/go: check for another GCC error message by Ian Lance Taylor · 6 years ago
  22. 37d5627 cmd/go: limit test input file change detection to local GOROOT/GOPATH tree by Russ Cox · 6 years ago
  23. c203696 go/importer,os/exec: use testenv.GoToolPath by Daniel Martí · 6 years ago
  24. c5d744a os/exec: skip TestContextCancel on the Windows XP builder by Brad Fitzpatrick · 6 years ago
  25. e7303a7 doc/go1.10: document that Go 1.11 will remove Windows XP support by Russ Cox · 6 years ago
  26. 6697aa5 go/internal/gccgoimporter: parse optional escape info in export data by Robert Griesemer · 6 years ago
  27. 5e1dcb7 cmd/compile: workaround for inconsistent receiver param srcpos by Than McIntosh · 6 years ago
  28. c951768 html/template: check for duplicates when inserting escapers by Samuel Tan · 6 years ago
  29. dbdeeed doc/go1.10: fix typo of "preserves" by kim yongbin · 6 years ago
  30. 4a28707 cmd/go: run the real test binary if the test link was cached by Ian Lance Taylor · 6 years ago
  31. ba1018b net/url: reject invalid userinfo values when parsing URLs by Brad Fitzpatrick · 6 years ago
  32. e858a6b all: use Fatalf instead of Fatal if format is given by Kunpei Sakai · 6 years ago
  33. 23aefcd doc/go1.10: fix more TODOs by Russ Cox · 6 years ago
  34. de29261 os: fix grammar nit by Russ Cox · 6 years ago
  35. 8c916a2 spec: use consistent quoting style in prose by Robert Griesemer · 6 years ago
  36. 585717b cmd/compile: fix path for go tool in test by Keith Randall · 6 years ago
  37. 484586c strings: prevent copyCheck from forcing Builder to escape and allocate by Brad Fitzpatrick · 6 years ago
  38. b26c88d reflect: fix doc nit by Russ Cox · 6 years ago
  39. 6be622c doc: remove interior <code> spaces in debugging, diagnostics docs by Russ Cox · 6 years ago
  40. ee34617 doc/debugging_with_gdb: soften text about disabling optimizations by Russ Cox · 6 years ago
  41. b6c871a doc: s/tool chain/toolchain/ by Russ Cox · 6 years ago
  42. dd806b8 cmd/go: adjust import config debugging flag by Russ Cox · 6 years ago
  43. 8396015 cmd/link: set runtime.GOROOT default during link by Russ Cox · 6 years ago
  44. 28639df cmd/link: apply -X options after loading symbols by Russ Cox · 6 years ago
  45. bf89784 Revert "html/template: prevent aliasing of parse Trees via AddParseTree" by Samuel Tan · 6 years ago
  46. 9044f01 cmd/test2json: emit Benchmark name output early by Russ Cox · 6 years ago
  47. a99deed container/list: document nil values more by Brad Fitzpatrick · 6 years ago
  48. a62071a A+C: update late Go 1.10 contributors by Brad Fitzpatrick · 6 years ago
  49. ac53c96 crypto/x509: update iOS root certs. by Giovanni Bajo · 6 years ago
  50. 3ea72fb doc/go1.10: remove ReverseProxy TODO by Brad Fitzpatrick · 6 years ago
  51. 24df1d0 Revert "net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requests" by Brad Fitzpatrick · 6 years ago
  52. 91f9985 net/http: document cloning of Server.TLSConfig by Brad Fitzpatrick · 6 years ago
  53. fc408b6 cmd/go: add support for build IDs with gccgo by Ian Lance Taylor · 6 years ago
  54. 65fa531 cmd/test2json: fix processing of --- BENCH: output by Russ Cox · 6 years ago
  55. acc1ec9 doc/debugging_with_gdb: mention delve as an alternative. by Hana Kim · 6 years ago
  56. 010d894 go/constant: make string addition compute actual string lazily by Russ Cox · 6 years ago
  57. 26222dd cmd/go: skip long tests in -short mode by Russ Cox · 6 years ago
  58. fcdcb19 net/http: document internal error errServerClosedIdle more by Brad Fitzpatrick · 6 years ago
  59. 596e3d9 net/http: don't validate WriteHeader code if header's already been sent by Brad Fitzpatrick · 6 years ago
  60. 301714d net/http: document CONNECT more by Brad Fitzpatrick · 6 years ago
  61. 3639929 net/http: soften wording around when the Transport reuses connections by Brad Fitzpatrick · 6 years ago
  62. a6b9385 cmd/go: fix build failure in -x test by Russ Cox · 6 years ago
  63. 100bd43 crypto/tls: optional "certificate_status" with OCSP by Brad Burch · 6 years ago
  64. 3526c40 math/rand: typo fixed in documentation of seedPos by Paul PISCUC · 6 years ago
  65. 4de1d1d spec: consistently use "element" rather than "value" for map entry values by Robert Griesemer · 6 years ago
  66. 3f15093 sync: document when and when not to use Map by Russ Cox · 6 years ago
  67. b32ac54 cmd/test2json: fix test log output containing test output by Russ Cox · 6 years ago
  68. 23e68d7 cmd/go: fix caching of test -json outputs by Russ Cox · 6 years ago
  69. 29208ce cmd/go: fix coverage rebuild corner case by Russ Cox · 6 years ago
  70. 5d647f2 cmd/go: fix compile -p flag for building test of main package by Russ Cox · 6 years ago
  71. 7c2cf4e runtime: avoid race on allp in findrunnable by Austin Clements · 6 years ago
  72. 1f84cd9 cmd/go: add -v option in the usage section for get by Agniva De Sarker · 6 years ago
  73. afd090c cmd/buildid: fix rewrite algorithm by Hiroshi Ioka · 6 years ago
  74. e676dbb doc/diagnostics: update gc flags recommended for debugging by Hana Kim · 6 years ago
  75. 1a9f27d encoding/gob: avoid race on idToType by Ian Lance Taylor · 6 years ago
  76. 43bf63f cmd/go, testing: test names don't have to be alphanumeric by Ian Lance Taylor · 6 years ago
  77. f05c8b4 net: set CLOEXEC on sockets used for capability probes by Ian Lance Taylor · 6 years ago
  78. 86cca11 time: revert CL 78735 (was: space padding using underscore) by Ian Lance Taylor · 6 years ago
  79. 74d8340 net: ignore TestDialerLocalAddr timeout failures on Darwin by Ian Lance Taylor · 6 years ago
  80. 3645418 net: report connect error as coming from "connect" by Ian Lance Taylor · 6 years ago
  81. ce94c0a cmd/go: on Windows, disable cache if LocalAppData is not set by Ian Lance Taylor · 6 years ago
  82. 77ea9f9 runtime: always use 1MB stacks on 32-bit Windows by Austin Clements · 7 years ago
  83. 78583a1 database/sql: fix nil pointer use within withLock by Daniel Theophanes · 6 years ago
  84. 15bc0a1 doc/go1.10: mention new os.IsTimeout function by Ian Lance Taylor · 6 years ago
  85. 7f1c4b3 cmd/compile: disable "redundant zeroextensions" optimization for Select on AMD64 by Cherry Zhang · 6 years ago
  86. 2ba3fd4 net/http: relax the matching of strace output in test by Caio Marcelo de Oliveira Filho · 6 years ago
  87. 5305bdd math: correct result for Pow(x, ±.5) by Brian Kessler · 6 years ago
  88. 6317ade reflect: explicitly state that Type values can be used as map keys by Tim Cooper · 6 years ago
  89. cd97aca doc: 2018 is the Year of the Gopher by Brad Fitzpatrick · 6 years ago
  90. 92b142a crypto/tls: document VerifyPeerCertificate behavior in relation to ClientAuth by Filippo Valsorda · 6 years ago
  91. 38c561c encoding/xml: remove duplicate test of element presence by Igor Vashyst · 6 years ago
  92. 0770aac os: document that StartProcess's argv starts with the binary name by Brad Fitzpatrick · 6 years ago
  93. acce826 cmd/vendor/golang.org/x/arch: revendor at commit 98fd8d9 by Cherry Zhang · 6 years ago
  94. 46c5856 net: revert CL 82975 by Jeff Johnson · 6 years ago
  95. f3f507b spec: provide some (minimal) intuition for the notion of "terminating statement" by Robert Griesemer · 6 years ago
  96. 60be6f8 cmd/compile: additional test cleanup by David Chase · 6 years ago
  97. 14332ed cmd/internal/obj/arm: fix wrong encoding of NMULAF/NMULAD/NMULSF/NMULSD by Ben Shi · 6 years ago
  98. 5ad3c1c go/types: document Typ slice by Robert Griesemer · 6 years ago
  99. a58286c cmd/trace: init goroutine info entries with GoCreate event by Hana Kim · 6 years ago
  100. 841d865 cmd/compile: second attempt at fix for issue 23179 by Than McIntosh · 6 years ago