1. 8ef45cf cmd/link: reduce the size of Reloc struct by Cherry Zhang · 6 years ago
  2. 1805f42 database/sql: check if src is nil before converting to string by Daniel Theophanes · 6 years ago
  3. 2ae5e7f vendor: pull in text@v0.3.2 by Marcel van Lohuizen · 6 years ago
  4. 511484a cmd/go: add internal/note, internal/sumweb, internal/tlog from golang.org/x/exp/sumdb by Russ Cox · 6 years ago
  5. 3cafbea cmd/vendor: add golang.org/x/crypto/ed25519 by Russ Cox · 6 years ago
  6. a4f9c2a cmd/link: add support for openbsd/arm64 by Joel Sing · 6 years ago
  7. 6c04c26 syscall: add support for openbsd/arm64 by Joel Sing · 6 years ago
  8. 3d94dd7 runtime: add support for openbsd/arm64 by Joel Sing · 6 years ago
  9. 80704ec runtime: test for cgo build tag in TestGdbPythonCgo by Ian Lance Taylor · 6 years ago
  10. 3f7276c cmd: update vendored golang.org/x/sys by Joel Sing · 6 years ago
  11. 06a8f68 doc: clarify to use MinGW-W64 for amd64 systems by Brandon Ryan · 6 years ago
  12. f61353f runtime: enable runtime_mmap_test.go on AIX by Clément Chigot · 6 years ago
  13. 8feeada time: fix misleading error with the leading zero format by LE Manh Cuong · 6 years ago
  14. bc48cc7 runtime: gofmt defs1_netbsd_arm64.go by Ian Lance Taylor · 6 years ago
  15. a7dc6ca net/url: document, test that PathEscape escapes / to %2F by Russ Cox · 6 years ago
  16. 216797b cmd/go: make 'go version' apply to files by Russ Cox · 6 years ago
  17. d6b06f0 cmd/link: make it easy to find binary versions by Russ Cox · 6 years ago
  18. a62887a api: add recent Go 1.13 work by Russ Cox · 6 years ago
  19. 9ac471a cmd/link: use read-only mmap to back selected symbol name strings by Than McIntosh · 6 years ago
  20. 4598c23c runtime: switch to P 0 before destroying current P by Austin Clements · 6 years ago
  21. b0c6165 runtime: document P statuses by Austin Clements · 6 years ago
  22. 34fc6ce all: update to Unicode 11 by Marcel van Lohuizen · 6 years ago
  23. 8c05d67 runtime: make mTreap.find actually find the best fit by Michael Anthony Knyszek · 6 years ago
  24. 93fceba cmd/link: avoid writing to read-only memory in addstrdata by Cherry Zhang · 6 years ago
  25. 41d1bf0 cmd/go/internal/modfetch: workaround file URL parsing on Windows by Jay Conrod · 6 years ago
  26. f30c564 cmd/go: add support for GOPROXY list by Russ Cox · 6 years ago
  27. 5fa14a3 cmd/go/internal/web: minor api cleanup by Russ Cox · 6 years ago
  28. be857a6 net: fix lookupHost to return DNSError on Plan 9 by David du Colombier · 6 years ago
  29. 70ac1c2 cmd/go/internal/modconv: support convert replacements in Gopkg.lock by Baokun Lee · 7 years ago
  30. 44343c7 cmd/compile: add signed divisibility by power of 2 rules by Brian Kessler · 6 years ago
  31. 2693b42 cmd/compile: don't initialize blank struct fields by Josh Bleecher Snyder · 6 years ago
  32. 7596ad0 unicode/utf8: remove some bounds checks from DecodeRune by Josh Bleecher Snyder · 6 years ago
  33. 2be64d3 unicode/utf8: use binary literals by Josh Bleecher Snyder · 6 years ago
  34. 57076b8 test: new test for issue 31637 by Than McIntosh · 6 years ago
  35. 562b7c2 testing: fix minor bug with mutex profile error message by Caleb Spare · 6 years ago
  36. d152ff2 go/internal/gccgoimporter: revise previous anonymous field fix. by Than McIntosh · 6 years ago
  37. 13d0af4 net/http: export Header.Clone, reduce its allocations, use it everywhere by Brad Fitzpatrick · 6 years ago
  38. 2417b0d cmd: re-enable tests with external linking on openbsd/arm by Joel Sing · 6 years ago
  39. f84d28b cmd/dist: skip race detector test failure for unsupported VMA by Fangming.Fang · 6 years ago
  40. a21a6e4 cmd/dist: handle arm64 as a machine hardware name by Joel Sing · 6 years ago
  41. e308d41 unicode: update table using new generator in x/text by Marcel van Lohuizen · 6 years ago
  42. 80e7832 cmd/go: change -tags to a comma-separated list by Russ Cox · 6 years ago
  43. 7469564 cmd/go: add -trimpath build flag by Russ Cox · 6 years ago
  44. 8a20fde unicode: remove script test by Marcel van Lohuizen · 6 years ago
  45. 4891a3b cmd/internal/objabi: expand -trimpath syntax by Russ Cox · 6 years ago
  46. 97dfbc5 unicode/utf8: make acceptRanges bigger by Josh Bleecher Snyder · 6 years ago
  47. ca0c449 bytes, internal/bytealg: simplify Equal by Josh Bleecher Snyder · 6 years ago
  48. de05071 cmd/go/internal/modcmd: assign module's path and version to fileJSON when modFile's module statement exists by Udalov Max · 6 years ago
  49. 601eee3 net/url: Reduce allocation on parsing URL func by sergey · 6 years ago
  50. 24513d3 cmd/compile: don't call hcrash in Warn by Matthew Dempsky · 6 years ago
  51. 2e11881 net: don't crash on Windows when Lookup name has null byte in string by Brad Fitzpatrick · 6 years ago
  52. 1761596 Revert "cmd/compile: add signed divisibility by power of 2 rules" by Keith Randall · 6 years ago
  53. 58de7c6 cmd/go/internal/web: merge internal/web2 into web by Bryan C. Mills · 6 years ago
  54. 807761f cmd/link: revert/revise CL 98075 because LLDB is very picky now by David Chase · 6 years ago
  55. 68819fb cmd/compile: add signed divisibility by power of 2 rules by Brian Kessler · 6 years ago
  56. 8515d9c runtime: randomize package initialization order in race mode by Keith Randall · 6 years ago
  57. fd788a8 cmd/compile: always mark atColumn1 results as statements by Keith Randall · 6 years ago
  58. a152dd0 cmd/compile: respect -newescape in genwrapper by Matthew Dempsky · 6 years ago
  59. f0fdbb1 math: consolidate assembly stub implementations by Michael Munday · 7 years ago
  60. 3d63166 A: Add Maya Rashish (individual CLA) by Benny Siegert · 6 years ago
  61. d0fadb9 doc: update wording in contribution guide by Benny Siegert · 6 years ago
  62. 213d1cf cmd/go: include AR env var in gccgo build IDs by Nikhil Benesch · 6 years ago
  63. d92bc7a encoding/json: document HTML escaping in Compact by Russ Cox · 6 years ago
  64. b51c157 cmd/go: move runtime/debug.modinfo to runtime.modinfo by Russ Cox · 6 years ago
  65. fac3b5d net: add IsNotFound field to DNSError by Shubham Sharma · 6 years ago
  66. 7e08c7f encoding/json: index names for the struct decoder by Daniel Martí · 6 years ago
  67. 980a57a cmd/compile: clean up string/bytes/runes conversion code by Josh Bleecher Snyder · 6 years ago
  68. f0e9754 cmd/go: add env -w and env -u to set and unset default env vars by Russ Cox · 6 years ago
  69. e40dffe cmd/compile: refactor visitBottomUp to use inspectList by Matthew Dempsky · 6 years ago
  70. ef2806e cmd/compile: change visitBottomUp from post-order traversal to pre-order by Matthew Dempsky · 6 years ago
  71. 415da714 net/http: document that Basic Auth may require URL encoding by Benoit Sigoure · 6 years ago
  72. 1f0c102 cmd/go: expand cannot determine module path error by Tyler Bui-Palsulich · 6 years ago
  73. e6ae4e8 cmd/go/internal/generate: stop premature variable substitution in commands by Shawn Elliott · 6 years ago
  74. 43001a0 cmd/compile: use correct package name for stack object symbol by Keith Randall · 6 years ago
  75. d1f43cc runtime: use named macros on NetBSD by Maya Rashish · 6 years ago
  76. 744fcfe runtime: improve mstart comments by Austin Clements · 6 years ago
  77. fe1afe8 encoding/json: avoid work when unquoting strings by Daniel Martí · 6 years ago
  78. d17d41e math/big: optimize mulAddVWW on arm64 for better performance by erifan01 · 7 years ago
  79. f8f265b cmd/compile: intrinsify math/bits.Sub64 for arm64 by erifan01 · 6 years ago
  80. db42bb3 runtime: error formatting fix by Austin Clements · 6 years ago
  81. 68d4b12 cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit division by Josh Bleecher Snyder · 6 years ago
  82. d23cba6 all: add start of netbsd/arm64 support by Maya Rashish · 6 years ago
  83. 78f0de1 runtime: move linux specific code into linux specific files by Maya Rashish · 6 years ago
  84. a1c481d cmd/go: only add a 'go' directive on 'go mod tidy' or when a conversion occurs by Bryan C. Mills · 6 years ago
  85. 9f9e17a cmd/compile: fix ICE from go/defer call to variadic function by Matthew Dempsky · 6 years ago
  86. 376ce8c cmd/compile: shortcut intrinsic inlining AFTER getcallerXX check by David Chase · 6 years ago
  87. dc193de go/internal/gccgoimporter: improve alias handling for anonymous fields by Than McIntosh · 6 years ago
  88. 4590abe cmd/link: adjust whitelist for -strictdups checking for plan9 by Than McIntosh · 6 years ago
  89. 059f2d4 os: disable the use of netpoll on directories as well on *BSDs by Yuval Pavel Zholkover · 6 years ago
  90. 14b5b4a cmd/go/internal/modload: fix boundary conditions in matchPackages by Bryan C. Mills · 6 years ago
  91. dbe3228 cmd/link: mmap object data by Cherry Zhang · 6 years ago
  92. f957a7e cmd/link: apply relocations later by Cherry Zhang · 6 years ago
  93. 248444d cmd/link: apply DWARF relocations while doing compression by Cherry Zhang · 6 years ago
  94. 15a31bd cmd/link: apply R_DWARFFILEREF later by Cherry Zhang · 6 years ago
  95. b2f94d3 cmd/link: mmap output file by Cherry Zhang · 6 years ago
  96. 47150aa cmd/go/internal/modfetch: comment on known bug in isVendoredPackage by Bryan C. Mills · 6 years ago
  97. 64e29f9 internal/goversion: add new package, move Go 1.x constant there out of go/build by Brad Fitzpatrick · 6 years ago
  98. 97252f6 runtime: suppress thread event prints in gdb test by Cherry Zhang · 6 years ago
  99. 4a11914 bootstrap.bash: make source writable before cleaning by Ian Lance Taylor · 6 years ago
  100. 4c236b9 cmd/link: require cgo support for TestSectionsWithSameName by Ian Lance Taylor · 6 years ago