1. 0da58d0 cmd/go: clarify error text for module path mismatch by Jay Conrod · 4 years, 10 months ago
  2. a6a7b14 crypto/tls: deprecate SSLv3 support by Filippo Valsorda · 4 years, 10 months ago
  3. 37b194a cmd/link: put shlib ".type" functions in internal ABI by Ian Lance Taylor · 4 years, 10 months ago
  4. 24a6ca0 cmd/go/internal/modfetch: always check for a go.mod file when fetching from version control by Bryan C. Mills · 4 years, 10 months ago
  5. 20e4540 crypto/tls: remove TestVerifyHostnameResumed by Filippo Valsorda · 4 years, 10 months ago
  6. b9edee3 cmd/go: check for source files in relative paths before attempting to determine the package path by Bryan C. Mills · 4 years, 10 months ago
  7. 4b36588 cmd/go: add go command known variables to test cache hash by LE Manh Cuong · 5 years ago
  8. 89d300b doc/go1.13: fix misspelling of "interpreted" by Alberto Donizetti · 4 years, 10 months ago
  9. 21f5484 cmd/go: improve module version query documentation by Jay Conrod · 4 years, 10 months ago
  10. e831719 cmd/cgo: do not rewrite call if there are more args than parameters by Ian Lance Taylor · 4 years, 10 months ago
  11. 7942671 doc/go1.13: document removal of NaCl targets in Go 1.14 by Norman B. Lancaster · 4 years, 10 months ago
  12. e0739d1 test: add a test for gccgo bug #33062. by Cherry Zhang · 4 years, 10 months ago
  13. a5f3823 net: set TestNotTemporaryRead flaky for AIX by Clément Chigot · 4 years, 10 months ago
  14. 80cca23 strings: document that order of pairs matters in NewReplacer by Francesco Renzi · 4 years, 10 months ago
  15. 9d56dd8 test: new testcase for gccgo compiler bug by Than McIntosh · 4 years, 10 months ago
  16. a1bcee4 test: add a test for gccgo bug in handling break statement in a select by Cherry Zhang · 4 years, 10 months ago
  17. a05c132 cmd/go/internal/modload: remove unused warnPattern function by Bryan C. Mills · 4 years, 10 months ago
  18. 0067586 cmd/go: add a Latest field to the output of 'go mod download -json' by Bryan C. Mills · 4 years, 10 months ago
  19. 726b1bf runtime: expand comments on runtime panic checks by Austin Clements · 5 years ago
  20. 84fce98 cmd/cgo: fix check for conversion of ptr to struct field by Gernot Vormayr · 4 years, 10 months ago
  21. 06ef108 cmd/compile: fix unsafeValue handles OLSH/ORSH wrong by LE Manh Cuong · 4 years, 10 months ago
  22. a19c0ce Revert "go/parser: include more comments in a struct or interface" by Agniva De Sarker · 4 years, 10 months ago
  23. c893ea8 doc: document Go 1.12.7 by Alexander Rakoczy · 4 years, 10 months ago
  24. 0fddd66 doc: document Go 1.11.12 by Alexander Rakoczy · 4 years, 10 months ago
  25. fbaf881 net/http: fix Transport.MaxConnsPerHost limits & idle pool races by Russ Cox · 4 years, 10 months ago
  26. ddc8439 test: add new test case for gccgo compiler bug by Than McIntosh · 4 years, 10 months ago
  27. 13327f2 encoding/json: obey SetEscapeHTML in all MarshalJSON cases by Daniel Martí · 4 years, 10 months ago
  28. a2fb5cd cmd/cgo: accept weak dynamic imports by Austin Clements · 4 years, 10 months ago
  29. 7aac343 debug/elf: add version information to all dynamic symbols by Austin Clements · 4 years, 10 months ago
  30. 9a00e64 test: add another test for issue 32680 by Keith Randall · 4 years, 10 months ago
  31. e94472a doc/go1.13: fix links and a closing tag by Mohit Agarwal · 4 years, 10 months ago
  32. 04e2e81 net/http: stop ExampleServer_Shutdown from hanging on error by Patrik Lundin · 4 years, 10 months ago
  33. adcb2b1 lib/time: update tz data to 2019b by Kyle Shannon · 4 years, 10 months ago
  34. beeb8fe cmd/go: update tests for new @upgrade query by Jay Conrod · 4 years, 10 months ago
  35. a3a0cc2 cmd/go: restore @latest behavior and support @upgrade in 'go get' by Jay Conrod · 4 years, 10 months ago
  36. b412fde go/build: document characters allowed in build tags by Jay Conrod · 4 years, 10 months ago
  37. 1c1e517 test: add a test for gccgo bug #32901 by Cherry Zhang · 4 years, 10 months ago
  38. e2fdce9 doc/go1.13: fix typo by Tobias Klauser · 4 years, 10 months ago
  39. 54c6b81 cmd/go: fix TestScript/mod_sumdb_golang to avoid assumptions about @v/list by Bryan C. Mills · 4 years, 10 months ago
  40. e62c3d3 test: add testcase for gccgo compile failure by Than McIntosh · 4 years, 10 months ago
  41. fbde753 cmd/compile: make duplicate anonymous interface output deterministic by Keith Randall · 4 years, 10 months ago
  42. d410642 runtime: use correct register in darwin/386 pipe_trampoline by Ian Lance Taylor · 4 years, 10 months ago
  43. bc593ea sync: document implementation of Once.Do by Russ Cox · 4 years, 10 months ago
  44. c485e8b runtime: use a pipe to wake up signal_recv on Darwin by Ian Lance Taylor · 4 years, 10 months ago
  45. 623d653 crypto/tls: deflake localPipe in tests by Russ Cox · 4 years, 10 months ago
  46. 2e0cd2a net: deflake TestVariousDeadlines by Russ Cox · 4 years, 10 months ago
  47. 91c385b runtime: fix pprof cpu profile corruption on arm/mips/mipsle by Russ Cox · 4 years, 10 months ago
  48. 3b040b7 cmd/doc: provide working directory to build.Import calls by Dmitri Shuralyov · 4 years, 10 months ago
  49. 98188f3 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 4 years, 10 months ago
  50. 67f181b doc: fix spec links in Go 1.13 release notes by Diogo Pinela · 4 years, 10 months ago
  51. b97ec8e text/scanner: remove AllowDigitSeparator flag again by Robert Griesemer · 4 years, 10 months ago
  52. f205ae3 go/importer: update documentation on ForCompiler lookup parameter by Robert Griesemer · 4 years, 10 months ago
  53. f1a8ca3 go/build: don't check if srcDir in GOPATH when deciding to use modules by Jay Conrod · 4 years, 10 months ago
  54. 0d4de70 misc/cgo/errors: align code snippets in ptr_test.go by Bryan C. Mills · 4 years, 10 months ago
  55. e301e16 Revert "syscall: use Ctty before fd shuffle" by Damien Neil · 4 years, 10 months ago
  56. 998a989 fmt: fix typo in errors.go by Baokun Lee · 4 years, 10 months ago
  57. f938b9b cmd/go: fix typo in sumdb cache path by Heschi Kreinick · 4 years, 11 months ago
  58. 9acd2d6 misc/cgo/errors: fix TestPointerChecks when GO111MODULE=on by Bryan C. Mills · 4 years, 10 months ago
  59. ab94ebb doc/go1.13: make cmd/go paragraphs more concise by Bryan C. Mills · 4 years, 10 months ago
  60. fc26cba doc/go1.13: describe new 'go version' behavior by Jay Conrod · 4 years, 10 months ago
  61. 9caaac2 sync: only check for successful PopHeads in long mode by Austin Clements · 4 years, 10 months ago
  62. c19b3a6 sync: make TestPoolDequeue termination condition more robust by Austin Clements · 4 years, 10 months ago
  63. 93c0562 sync: fix pool wrap-around test by Austin Clements · 4 years, 10 months ago
  64. 4b41f7f cmd/go/internal/modfetch: halt proxy fallback if the proxy returns a non-404/410 response for @latest by Bryan C. Mills · 4 years, 10 months ago
  65. 070e2dd cmd/go/internal/modfetch/codehost: don't try to execute a nonexistent fetch function by Bryan C. Mills · 4 years, 10 months ago
  66. 4047f01 cmd/go: move mod_get_svn test to vcs-test.golang.org by Bryan C. Mills · 4 years, 10 months ago
  67. 06f709a doc/go1.13: move 'go get -t' paragraph to be adjacent to 'go get -u' changes by Bryan C. Mills · 4 years, 10 months ago
  68. b21c837 doc/go1.13: describe the change in behavior of GO111MODULE=auto by Bryan C. Mills · 4 years, 10 months ago
  69. 60f14fd api: promote next to go1.13 by Andrew Bonventre · 4 years, 10 months ago go1.13beta1
  70. 4ea7aa7 cmd/compile, runtime: use R20, R21 in ARM64's Duff's devices by Cherry Zhang · 4 years, 10 months ago
  71. 24f7d89 cmd/go: 'go get' should not delete binaries when run from $GOBIN by Jay Conrod · 4 years, 10 months ago
  72. 9bf6278 syscall: fix nil pointer dereference in Getdirentries on 32-bit freebsd 12 by Tobias Klauser · 4 years, 10 months ago
  73. adf8883 go/types: avoid race condition with dot-imported objects by Robert Griesemer · 4 years, 10 months ago
  74. 6d1aaf1 misc/cgo/test: use char, not int, so test works on big-endian systems by Ian Lance Taylor · 4 years, 10 months ago
  75. 343b7fa cmd/compile: don't mark argument array as noalg by Keith Randall · 4 years, 11 months ago
  76. 8382ccb doc/go1.13: binary-only package are no longer supported by Jay Conrod · 4 years, 10 months ago
  77. fa0537b doc/go1.13: close <em> and <code> tags by Dmitri Shuralyov · 4 years, 10 months ago
  78. 53a42d3 doc/go1.13: describe new cmd/go environment variables by Bryan C. Mills · 4 years, 10 months ago
  79. 816ce1a doc/go1.13: describe 'go env -w' by Bryan C. Mills · 4 years, 10 months ago
  80. a6ad626 doc/go1.13: describe changes to 'go get' by Bryan C. Mills · 4 years, 10 months ago
  81. fd62982 cmd/internal/obj/ppc64: add doc.go by Lynn Boger · 4 years, 10 months ago
  82. 599aa6d cmd/go: validate path in mod init path by LE Manh Cuong · 4 years, 11 months ago
  83. 3f83c83 cmd/go: ensure that runtime/cgo is not stale in TestExecBuildX by Bryan C. Mills · 4 years, 10 months ago
  84. 98e1bd2 doc/go1.13: add release notes for the errors package by Andrew · 4 years, 10 months ago
  85. 1969005 cmd/go/internal/modfetch: filter pseudo-versions from proxy /list endpoints by Bryan C. Mills · 4 years, 11 months ago
  86. e28f0d9 cmd/go/internal/modfetch: return structured errors from proxy operations by Bryan C. Mills · 4 years, 10 months ago
  87. df901bc runtime: fix a register save/restore bug in sigtramp of arm-darwin by Ben Shi · 4 years, 10 months ago
  88. d1d9ad5 bufio: fix ExampleScanner_Bytes comment, add error check by Ian Lance Taylor · 4 years, 10 months ago
  89. 5f7e9ce doc/go1.13: cmd/go, math/big, and a leftover crypto/x509 release note by Filippo Valsorda · 4 years, 10 months ago
  90. 26c60ce cmd/go: fix a typo in module-private help text by Bryan C. Mills · 4 years, 10 months ago
  91. 38fc0af cmd/cgo: fix inappropriate array copy by kawakami · 4 years, 11 months ago
  92. 4ae3835 cmd/go: silence ar with D flag failures by Clément Chigot · 4 years, 11 months ago
  93. 122a4fb doc/go1.13: mention {NetBSD,OpenBSD}/arm64 ports by Ian Lance Taylor · 4 years, 10 months ago
  94. 43e53be cmd/go/internal/modfetch: treat a missing go.mod file as a “not exist” error by Bryan C. Mills · 4 years, 10 months ago
  95. fafc92d doc/go1.13: remove bytes TODO since it does not require a release note by Andrew · 4 years, 10 months ago
  96. c290cb6 test: update blank1.go for changed gofrontend error messages by Ian Lance Taylor · 4 years, 11 months ago
  97. 295419d runtime/cgo: on Solaris link against -lxnet by Ian Lance Taylor · 4 years, 11 months ago
  98. c11f6c4 doc: add release notes for godoc and go doc by Dmitri Shuralyov · 4 years, 11 months ago
  99. 1803ab1 cmd/go: validate pseudo-versions against module paths and revision metadata by Bryan C. Mills · 5 years ago
  100. 851616d cmd/go/testdata: update addmod.go to work with the mainline go command by Bryan C. Mills · 4 years, 11 months ago