1. 41d1bf0 cmd/go/internal/modfetch: workaround file URL parsing on Windows by Jay Conrod · 5 years ago
  2. f30c564 cmd/go: add support for GOPROXY list by Russ Cox · 5 years ago
  3. 5fa14a3 cmd/go/internal/web: minor api cleanup by Russ Cox · 5 years ago
  4. be857a6 net: fix lookupHost to return DNSError on Plan 9 by David du Colombier · 5 years ago
  5. 70ac1c2 cmd/go/internal/modconv: support convert replacements in Gopkg.lock by Baokun Lee · 6 years ago
  6. 44343c7 cmd/compile: add signed divisibility by power of 2 rules by Brian Kessler · 5 years ago
  7. 2693b42 cmd/compile: don't initialize blank struct fields by Josh Bleecher Snyder · 5 years ago
  8. 7596ad0 unicode/utf8: remove some bounds checks from DecodeRune by Josh Bleecher Snyder · 5 years ago
  9. 2be64d3 unicode/utf8: use binary literals by Josh Bleecher Snyder · 5 years ago
  10. 57076b8 test: new test for issue 31637 by Than McIntosh · 5 years ago
  11. 562b7c2 testing: fix minor bug with mutex profile error message by Caleb Spare · 5 years ago
  12. d152ff2 go/internal/gccgoimporter: revise previous anonymous field fix. by Than McIntosh · 5 years ago
  13. 13d0af4 net/http: export Header.Clone, reduce its allocations, use it everywhere by Brad Fitzpatrick · 5 years ago
  14. 2417b0d cmd: re-enable tests with external linking on openbsd/arm by Joel Sing · 5 years ago
  15. f84d28b cmd/dist: skip race detector test failure for unsupported VMA by Fangming.Fang · 5 years ago
  16. a21a6e4 cmd/dist: handle arm64 as a machine hardware name by Joel Sing · 5 years ago
  17. e308d41 unicode: update table using new generator in x/text by Marcel van Lohuizen · 5 years ago
  18. 80e7832 cmd/go: change -tags to a comma-separated list by Russ Cox · 5 years ago
  19. 7469564 cmd/go: add -trimpath build flag by Russ Cox · 5 years ago
  20. 8a20fde unicode: remove script test by Marcel van Lohuizen · 5 years ago
  21. 4891a3b cmd/internal/objabi: expand -trimpath syntax by Russ Cox · 5 years ago
  22. 97dfbc5 unicode/utf8: make acceptRanges bigger by Josh Bleecher Snyder · 5 years ago
  23. ca0c449 bytes, internal/bytealg: simplify Equal by Josh Bleecher Snyder · 5 years ago
  24. de05071 cmd/go/internal/modcmd: assign module's path and version to fileJSON when modFile's module statement exists by Udalov Max · 5 years ago
  25. 601eee3 net/url: Reduce allocation on parsing URL func by sergey · 5 years ago
  26. 24513d3 cmd/compile: don't call hcrash in Warn by Matthew Dempsky · 5 years ago
  27. 2e11881 net: don't crash on Windows when Lookup name has null byte in string by Brad Fitzpatrick · 5 years ago
  28. 1761596 Revert "cmd/compile: add signed divisibility by power of 2 rules" by Keith Randall · 5 years ago
  29. 58de7c6 cmd/go/internal/web: merge internal/web2 into web by Bryan C. Mills · 5 years ago
  30. 807761f cmd/link: revert/revise CL 98075 because LLDB is very picky now by David Chase · 5 years ago
  31. 68819fb cmd/compile: add signed divisibility by power of 2 rules by Brian Kessler · 5 years ago
  32. 8515d9c runtime: randomize package initialization order in race mode by Keith Randall · 5 years ago
  33. fd788a8 cmd/compile: always mark atColumn1 results as statements by Keith Randall · 5 years ago
  34. a152dd0 cmd/compile: respect -newescape in genwrapper by Matthew Dempsky · 5 years ago
  35. f0fdbb1 math: consolidate assembly stub implementations by Michael Munday · 7 years ago
  36. 3d63166 A: Add Maya Rashish (individual CLA) by Benny Siegert · 5 years ago
  37. d0fadb9 doc: update wording in contribution guide by Benny Siegert · 5 years ago
  38. 213d1cf cmd/go: include AR env var in gccgo build IDs by Nikhil Benesch · 5 years ago
  39. d92bc7a encoding/json: document HTML escaping in Compact by Russ Cox · 5 years ago
  40. b51c157 cmd/go: move runtime/debug.modinfo to runtime.modinfo by Russ Cox · 5 years ago
  41. fac3b5d net: add IsNotFound field to DNSError by Shubham Sharma · 5 years ago
  42. 7e08c7f encoding/json: index names for the struct decoder by Daniel Martí · 5 years ago
  43. 980a57a cmd/compile: clean up string/bytes/runes conversion code by Josh Bleecher Snyder · 5 years ago
  44. f0e9754 cmd/go: add env -w and env -u to set and unset default env vars by Russ Cox · 5 years ago
  45. e40dffe cmd/compile: refactor visitBottomUp to use inspectList by Matthew Dempsky · 5 years ago
  46. ef2806e cmd/compile: change visitBottomUp from post-order traversal to pre-order by Matthew Dempsky · 5 years ago
  47. 415da714 net/http: document that Basic Auth may require URL encoding by Benoit Sigoure · 5 years ago
  48. 1f0c102 cmd/go: expand cannot determine module path error by Tyler Bui-Palsulich · 5 years ago
  49. e6ae4e8 cmd/go/internal/generate: stop premature variable substitution in commands by Shawn Elliott · 5 years ago
  50. 43001a0 cmd/compile: use correct package name for stack object symbol by Keith Randall · 5 years ago
  51. d1f43cc runtime: use named macros on NetBSD by Maya Rashish · 5 years ago
  52. 744fcfe runtime: improve mstart comments by Austin Clements · 5 years ago
  53. fe1afe8 encoding/json: avoid work when unquoting strings by Daniel Martí · 5 years ago
  54. d17d41e math/big: optimize mulAddVWW on arm64 for better performance by erifan01 · 6 years ago
  55. f8f265b cmd/compile: intrinsify math/bits.Sub64 for arm64 by erifan01 · 5 years ago
  56. db42bb3 runtime: error formatting fix by Austin Clements · 5 years ago
  57. 68d4b12 cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit division by Josh Bleecher Snyder · 5 years ago
  58. d23cba6 all: add start of netbsd/arm64 support by Maya Rashish · 5 years ago
  59. 78f0de1 runtime: move linux specific code into linux specific files by Maya Rashish · 5 years ago
  60. a1c481d cmd/go: only add a 'go' directive on 'go mod tidy' or when a conversion occurs by Bryan C. Mills · 5 years ago
  61. 9f9e17a cmd/compile: fix ICE from go/defer call to variadic function by Matthew Dempsky · 5 years ago
  62. 376ce8c cmd/compile: shortcut intrinsic inlining AFTER getcallerXX check by David Chase · 5 years ago
  63. dc193de go/internal/gccgoimporter: improve alias handling for anonymous fields by Than McIntosh · 5 years ago
  64. 4590abe cmd/link: adjust whitelist for -strictdups checking for plan9 by Than McIntosh · 5 years ago
  65. 059f2d4 os: disable the use of netpoll on directories as well on *BSDs by Yuval Pavel Zholkover · 5 years ago
  66. 14b5b4a cmd/go/internal/modload: fix boundary conditions in matchPackages by Bryan C. Mills · 5 years ago
  67. dbe3228 cmd/link: mmap object data by Cherry Zhang · 5 years ago
  68. f957a7e cmd/link: apply relocations later by Cherry Zhang · 5 years ago
  69. 248444d cmd/link: apply DWARF relocations while doing compression by Cherry Zhang · 5 years ago
  70. 15a31bd cmd/link: apply R_DWARFFILEREF later by Cherry Zhang · 5 years ago
  71. b2f94d3 cmd/link: mmap output file by Cherry Zhang · 5 years ago
  72. 47150aa cmd/go/internal/modfetch: comment on known bug in isVendoredPackage by Bryan C. Mills · 5 years ago
  73. 64e29f9 internal/goversion: add new package, move Go 1.x constant there out of go/build by Brad Fitzpatrick · 5 years ago
  74. 97252f6 runtime: suppress thread event prints in gdb test by Cherry Zhang · 5 years ago
  75. 4a11914 bootstrap.bash: make source writable before cleaning by Ian Lance Taylor · 5 years ago
  76. 4c236b9 cmd/link: require cgo support for TestSectionsWithSameName by Ian Lance Taylor · 5 years ago
  77. 5ccaf2c sync: update comment by Kai Dong · 5 years ago
  78. 4aeac68 runtime, cmd/compile: re-order PCDATA and FUNCDATA indices by Josh Bleecher Snyder · 5 years ago
  79. c1544ff cmd/compile: move phi tighten after critical by Josh Bleecher Snyder · 5 years ago
  80. d68ac59 {,cmd/}vendor: rerun 'go mod vendor' to prune ignored files by Bryan C. Mills · 5 years ago
  81. 7f16126 cmd/go/internal/modcmd: skip files with the "ignore" constraint in 'go mod vendor' by Bryan C. Mills · 5 years ago
  82. bdd7bb5 cmd/compile: remove unused func nodfltconst by LE Manh Cuong · 5 years ago
  83. c8aaec2 runtime/trace: also treat plan9 as a low memory system by Brad Fitzpatrick · 5 years ago
  84. 02bd0fd testing/quick: simplify explanation of -quickchecks flag by Rob Pike · 5 years ago
  85. 825ff1e net: use DNS over TCP when use-vc is set in resolv.conf by jfbus · 5 years ago
  86. e900964 testing/quick: clarify that Config.MaxCount is from a flag by Andrew Z Allen · 5 years ago
  87. 24a6478 cmd/compile: use named fields in newnamel by Josh Bleecher Snyder · 5 years ago
  88. 3e2ceaf cmd/go: mod init outside of GOPATH silently fails by Rens Rikkerink · 5 years ago
  89. 3235f7c cmd/link: don't fail if multiple ELF sections have the same name by Ian Lance Taylor · 5 years ago
  90. c226f64 strconv: pre-allocate in appendQuotedWith by Rob Pike · 5 years ago
  91. cbaa8e5 runtime: move libcall to stack for runtime syscalls on AIX by Clément Chigot · 5 years ago
  92. 4312a18 runtime/cgo: declare variable setg_gcc as static by erifan01 · 5 years ago
  93. 3b37ff4 cmd/link: increase the reserved space for ELF relocations by erifan01 · 5 years ago
  94. b5946ed test: fix escape_runtime_atomic.go by Matthew Dempsky · 5 years ago
  95. e928535 cmd/compile: use named fields in nodl by Josh Bleecher Snyder · 5 years ago
  96. 9dce58d runtime/internal/atomic: remove bad go:noescape annotations on Loadp by Matthew Dempsky · 5 years ago
  97. e598620 cmd/go: Remove old mod helper prints in Go 1.12. by Baokun Lee · 5 years ago
  98. f85d0e3 test: add escape regress for empty variadic function by Michael Fraenkel · 5 years ago
  99. ff3ae45 test: add regress test cases for self-assignment by Matthew Dempsky · 5 years ago
  100. 52d9ce8 test: add escape regress tests for runtime and sync atomics by Matthew Dempsky · 5 years ago