1. 1b87007 net: skip flaky TestNotTemporaryRead on FreeBSD by Brad Fitzpatrick · 6 years ago upstream-go1.11beta3
  2. 9594ba4 cmd/internal/obj/arm64: fix incorrect rejection of legal instructions by Ben Shi · 6 years ago
  3. ac6d156 cmd/go/internal/load: trim the " (test)" suffix from ImportStack paths by Bryan C. Mills · 6 years ago
  4. 490035b cmd/go: disable ccache when setting HOME to non-existent dir by Mark Pulford · 6 years ago
  5. 15779d5 net: update docs for unimplemented methods and functions by Mikio Hara · 6 years ago
  6. 4cc09cd database/sql: fix driverStmt.Close() comment typo by Frédéric Guillot · 6 years ago
  7. 51ddeb9 math: add tests for erf and erfc by Keith Randall · 6 years ago
  8. 0cab8bf cmd/go: revert "cmd/go: no longer eval symlinks in inDir" by Ian Lance Taylor · 6 years ago
  9. f04a002 math: ensure Erfc is not called with out-of-expected-range arguments on s390x by bill_ofarrell · 6 years ago
  10. db810b6 crypto/ecdsa: add a package level example by Phil Pearl · 6 years ago
  11. 25aaeaa cmd/go: no longer eval symlinks in inDir by Issac Trotts · 6 years ago
  12. 6eabfab cmd/go: move mod_tidy.txt from testdata/mod to testdata/src by Bryan C. Mills · 6 years ago
  13. 16ec180 doc/go1.11: remove go/scanner note by Ian Lance Taylor · 6 years ago
  14. d6597ad go/scanner: continue adding directory to file name by Ian Lance Taylor · 6 years ago
  15. 8589f46 cmd/link/internal/wasm: add Go version as a custom wasm section by Richard Musiol · 6 years ago
  16. 2069543 encoding/xml: document HTMLAutoClose and HTMLEntity more by Brad Fitzpatrick · 6 years ago
  17. 2f46dfb encoding/xml: remove some primordial semicolons by Brad Fitzpatrick · 6 years ago
  18. d9665d2 syscall: use deprecation convention in package comment, simplify by Brad Fitzpatrick · 6 years ago
  19. faadda0 os: add check for empty executable path on darwin by Roberto Clapis · 6 years ago
  20. b3b2f5d cmd/go: skip cgo test when cgo isn't available by Brad Fitzpatrick · 6 years ago
  21. de0e726 test/codegen: add more combined store tests for arm64 by Ben Shi · 6 years ago
  22. a7df7b9 misc/cgo/testcshared: force descriptor 30 to be closed when execing test by Ian Lance Taylor · 6 years ago
  23. 859a944 syscall/js: move callback helper code to misc/wasm to avoid using eval() by Xudong Zheng · 6 years ago
  24. c29370c cmd/cgo: don't give inconsistent typedef error for cgo-defined types by Ian Lance Taylor · 6 years ago
  25. a2ef8b9 vendor: update golang.org/x/net/http2/hpack by Brad Fitzpatrick · 6 years ago
  26. 3acd257 go/build: accept ! in cgo arguments by Ian Lance Taylor · 6 years ago
  27. 27a9b1b cmd/go: avoid panic on 'go mod' without arguments by as · 6 years ago
  28. acd30e9 runtime: fix syscall error returns on mips/mips64/ppc64 by David Wimmer · 6 years ago
  29. b8669ef cmd/cgo: stop expanding typedefs once we reach __builtin types by Keith Randall · 6 years ago
  30. 6b9c782 strconv: clarify "g" and "G" precision in the docs by Daniela Petruzalek · 6 years ago
  31. b7d3f4c cmd/doc: adapt directory search for modules by Russ Cox · 6 years ago
  32. b8f42d7 cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/mod by Russ Cox · 6 years ago
  33. 27e546b cmd/go: add list -find to find packages but not resolve imports by Russ Cox · 6 years ago
  34. cdac6c2 cmd/go: allow list of absolute directory path by Russ Cox · 6 years ago
  35. 30a84b3 cmd/go: replace -getmode with -mod, $GOPROXY by Russ Cox · 6 years ago
  36. c1a4fc3 cmd/go: add $GOFLAGS environment variable by Russ Cox · 6 years ago
  37. 53859e5 cmd/go: change list -compiled to populate new CompiledGoFiles list by Russ Cox · 6 years ago
  38. 6121987 cmd/go: split go mod into multiple subcommands by Russ Cox · 6 years ago
  39. 16962fa cmd/go: add 'go version' statement in go.mod by Russ Cox · 6 years ago
  40. 740e589 html: lazily populate Unescape tables by Brad Fitzpatrick · 6 years ago
  41. 04c0958 doc: fix link in contribute.html by Mohit kumar Bajoria · 6 years ago
  42. 6bea321 cmd/cgo: add column number to line directives by Kir Kolyshkin · 6 years ago
  43. 344d0e0 cmd/cgo: make sure we FinishType everything by Keith Randall · 6 years ago
  44. f152f83 cmd/go/internal/modfetch/codehost: quote arguments to commands printed from -x by Bryan C. Mills · 6 years ago
  45. ce06f5a doc/go1.11: mention ReverseProxy passing TE: trailers headers to backend by Brad Fitzpatrick · 6 years ago
  46. d3c3aaa net/http: revert CL 89275 (don't sniff Content-Type when nosniff set) by Brad Fitzpatrick · 6 years ago
  47. 9e2a4f4 syscall: remove support for O_NONBLOCK and O_SYNC on js/wasm by Richard Musiol · 6 years ago
  48. 137f2fb doc/go1.11: add note to remove CLI support for godoc by Agniva De Sarker · 6 years ago
  49. ecec63c syscall/js: improve documentation about mappings to JavaScript values by Richard Musiol · 6 years ago
  50. 1a5350e go/doc: do not treat methods as test functions by Roger Peppe · 6 years ago
  51. 5332b5e doc: mention Faccessat flags support in go1.11 by Ian Lance Taylor · 6 years ago
  52. 0b7d87e cmd/compile: remove dead code by Yury Smolsky · 6 years ago
  53. af29e98 doc: add link to go command modules docs from Go 1.11 release notes by Paul Jolly · 6 years ago
  54. d10ab13 net/http: expand a TimeoutHandler test a bit by Brad Fitzpatrick · 6 years ago
  55. b294fe9 cmd/go: prohibit modules from importing vendored golang_org packages by Bryan C. Mills · 6 years ago
  56. 68170aa cmd/go: forbid use of one module with two different paths by Bryan C. Mills · 6 years ago
  57. 682faae cmd/go/internal/modload: inline doImport into doPkg by Bryan C. Mills · 6 years ago
  58. db2f680 cmd/go: allow internal imports based on module paths by Bryan C. Mills · 6 years ago
  59. 38dc795 cmd/go: allow unversioned paths to -dropreplace flag by Bryan C. Mills · 6 years ago
  60. 52cc9e3 cmd/go: add test code packages in list -test by Michael Matloob · 6 years ago
  61. e351a16 cmd/internal/obj/arm64: reject incorrect form of LDP/STP by Ben Shi · 6 years ago
  62. 86f907f doc/go1.11: add missing word by Alberto Donizetti · 6 years ago
  63. 12d27d8 doc/go1.11: note that godoc now shows the Go version that added features by Brad Fitzpatrick · 6 years ago
  64. f6a5fad path: present the correct error message in TestMatch by John Gibb · 6 years ago
  65. 154394f cmd/go: fix TestScript/mod_gobuild_import on Plan 9 by David du Colombier · 6 years ago
  66. 5ad0a52 cmd/go: uses SID of group Guests to test ACL by Constantin Konstantinidis · 6 years ago
  67. 0090c13 cmd/go: ignore unknown directives in dependency go.mod files by Russ Cox · 6 years ago
  68. 9cde804 cmd/go: document in 'go help mod' that people should use 'go get' by Russ Cox · 6 years ago
  69. a74cc47 cmd/go: add 'go help goproxy' by Russ Cox · 6 years ago
  70. f37ca81 cmd/go: fix spurious edges in mod -graph output by Russ Cox · 6 years ago
  71. 0cb6b55 cmd/go: add go list -m -f {{.GoMod}} to show path to go.mod file by Russ Cox · 6 years ago
  72. 011b6ff cmd/go: document go env GOMOD by Russ Cox · 6 years ago
  73. 8fbbf63 cmd/cgo: document that #including source files in subdirectories is a bad idea by Russ Cox · 6 years ago
  74. f851253 go/build: invoke go command to find modules during Import, Context.Import by Russ Cox · 6 years ago
  75. 8450fd9 net/http: document Transport.Proxy's https support by Craig Citro · 6 years ago
  76. d970519 syscall: support Faccessat flags argument by Ian Lance Taylor · 6 years ago
  77. 902fc11 net/http: try to document ServeFile security more by Brad Fitzpatrick · 6 years ago
  78. 9dab384 cmd/link: added test of availability of gcc by Constantin Konstantinidis · 6 years ago
  79. 05f9b36 syscall: improve NewCallback documentation and panic message by Jeet Parekh · 6 years ago
  80. ead59f4 cmd/cgo: don't resolve typedefs in -godefs mode by Ian Lance Taylor · 6 years ago
  81. 911a5fd crypto/x509: skip TestSystemRoots by Martin Möhrmann · 6 years ago
  82. b39fb9e cmd/go/internal/par: fix TestWorkParallel retries by Daniel Martí · 6 years ago
  83. 6732633 cmd/go: remove unused global var isGoRelease by Yury Smolsky · 6 years ago
  84. bd98a81 syscall: implement pipe() on linux/mips by David Wimmer · 6 years ago
  85. e5b1340 crypto/tls: fix deadlock when Read and Close called concurrently by Minaev Mike · 6 years ago
  86. 7b46867 cmd/go: for missing binary-only package, say where it should be by Ian Lance Taylor · 6 years ago
  87. c0e5485 runtime: ignore GNU/Linux sigaction errors for signals 32 and 33 by Ian Lance Taylor · 6 years ago
  88. 5f5402b net: fix handling of Conns created by Resolver.Dial by Ian Gudger · 6 years ago
  89. c1e1e88 doc: fix a couple of drive-by review comments in FAQ by Rob Pike · 6 years ago
  90. 7bebc6b net/http: fix and normalize the [Server.][ListenAnd]Serve[TLS] docs by Filippo Valsorda · 6 years ago
  91. fe68ab3 runtime: traceback from outermost libc call by Keith Randall · 6 years ago
  92. 5fc70b6 cmd/compile: set stricter inlining threshold in large functions by Keith Randall · 6 years ago
  93. 90066bf cmd/go/internal/modfetch: run git log with "-c log.showsignature=false" by Baokun Lee · 6 years ago
  94. 4f9ae77 cmd/go: fix Go structs in -json documentation by Yann Hodique · 6 years ago
  95. 08ab820 net/rpc: clarify requirements for connections and codecs by Dmitry Vyukov · 6 years ago
  96. 6df4c3a net/http: document that Client methods always return *url.Error by Brad Fitzpatrick · 6 years ago
  97. 416676f net/http: deflake TestRetryRequestsOnError by Brad Fitzpatrick · 6 years ago
  98. 240ae7e cmd/vet: if a function modifies its args, it's not a print wrapper by Ian Lance Taylor · 6 years ago
  99. 214f7ec net/http: update Serve docs on when HTTP/2 is enabled by Brad Fitzpatrick · 6 years ago
  100. 62f401b cmd/go/internal/modfetch: do not panic when zip is incorrect by marwan-at-work · 6 years ago