1. c769f03 cmd/go/internal/modload: support go.mod retract directive by Jay Conrod · 4 years ago
  2. db821b5 cmd/go/internal/modload: refactor version filtering for exclude by Jay Conrod · 4 years ago
  3. bf869c6 cmd/go: update vendored golang.org/x/mod by Jay Conrod · 4 years ago
  4. d4986e0 cmd/go/internal/modload: reject empty go.mod files by Michael Matloob · 4 years, 4 months ago
  5. 6f561e6 cmd/fix: remove un-used code by Cuong Manh Le · 3 years, 8 months ago
  6. 6382809 math/big: add function example by zhouzhongyuan · 4 years ago
  7. 3ffa138 cmd/internal/objabi: delete doc.go by Cherry Zhang · 3 years, 8 months ago
  8. 03eb7e2 cmd/compile: apply strong typing to all remaining s390x rewrite rules by Michael Munday · 3 years, 8 months ago
  9. 758ac37 misc/wasm: make wasm_exec more robust against uncommon environments by Richard Musiol · 3 years, 8 months ago
  10. 8381408 net/http: fix detection of Roundtrippers that always error by Michael Fraenkel · 3 years, 9 months ago
  11. 3d77461 src/go.mod, net/http: update bundled and latest golang.org/x/net by Emmanuel T Odeke · 3 years, 8 months ago
  12. e3d608a go/types: factor out some methods that compute a single error by Rob Findley · 3 years, 10 months ago
  13. 00a053b testing: fix Cleanup race with Logf and Errorf by Michał Łowicki · 3 years, 8 months ago
  14. 8d31ca2 Revert "net/http: fix data race due to writeLoop goroutine left running" by Bryan C. Mills · 3 years, 8 months ago
  15. 5e1e8c4 net/http: fix data race due to writeLoop goroutine left running by Steven Hartland · 4 years ago
  16. 91a52de crypto/x509: fix duplicate import by Katie Hockman · 3 years, 8 months ago
  17. 41bc0a1 math/big: fix TestShiftOverlap for test -count arguments > 1 by SparrowLii · 3 years, 8 months ago
  18. d3f6e2f cmd/compile: report error for unexported name only once by Cuong Manh Le · 3 years, 8 months ago
  19. 27136419 encoding/binary: replace constant literals with named constant (cleanup) by Robert Griesemer · 3 years, 8 months ago
  20. bca0b44 cmd/compile: also check package.function for GOSSAFUNC match by David Chase · 3 years, 8 months ago
  21. 02f4452 cmd/link: remove superfluous check in TestIssue34788Android386TLSSequence by Tobias Klauser · 3 years, 8 months ago
  22. bb54a85 net/http: handle Request.URL.RawPath in StripPrefix by Andrew Gerrand · 4 years ago
  23. b3d9cf7 os: return a *PathError from Readdirnames and Readdir on POSIX platforms by Bryan C. Mills · 4 years ago
  24. c78d215 go/build: ignore symlinks to directories when matching source files by Bryan C. Mills · 3 years, 10 months ago
  25. d9a6bdf cmd/compile: don't allow go:notinheap on the heap or stack by Keith Randall · 3 years, 8 months ago
  26. 95df156 cmd/go/internal/par: add Queue as a simpler alternative to Work by Bryan C. Mills · 3 years, 9 months ago
  27. 865d72f cmd/go: add baseline test cases for non-lazy module loading by Bryan C. Mills · 4 years, 2 months ago
  28. a9146a4 cmd/go/internal/modload: cache parsed go.mod files globally by Bryan C. Mills · 3 years, 9 months ago
  29. 2a9636d cmd/go/internal/modload: cache the Go language version for each module globally by Bryan C. Mills · 3 years, 9 months ago
  30. c777863 cmd/go/internal/mvs: indicate the actual version when printing a mismatched ModuleError by Bryan C. Mills · 3 years, 9 months ago
  31. 6a71817 cmd/go/internal/mvs: export a NewBuildListError function by Bryan C. Mills · 3 years, 9 months ago
  32. 9bcc5d2 cmd/go/internal/mvs: reverse the order of BuildListError.stack by Bryan C. Mills · 3 years, 9 months ago
  33. 5a69192 cmd/go/internal/modload: drop requirements on excluded versions by Bryan C. Mills · 3 years, 9 months ago
  34. 5c76382 cmd/go/internal/modload: add a "v" prefix to the indexed go version by Bryan C. Mills · 4 years, 1 month ago
  35. 94953d3 sync: delete dirty keys inside Map.LoadAndDelete by Changkun Ou · 3 years, 8 months ago
  36. bb99874 cmd/go: populate the Module field for test packages by Bryan C. Mills · 3 years, 10 months ago
  37. fb5c3ea net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCH by Segflow · 3 years, 8 months ago
  38. 494ec85 go/types: update test case to exercise mutually recursive interfaces by Rob Findley · 3 years, 10 months ago
  39. 3a7f8cc go/types: add tests for AssignableTo and ConvertibleTo by Rob Findley · 3 years, 10 months ago
  40. d556c25 cmd/compile: add more generic rewrite rules to reassociate (op (op y C) x|C) by fanzha02 · 4 years ago
  41. 4e4d5df cmd/compile: complete adjust MIPS64x rewrite rules to use typed aux fields by Meng Zhuo · 4 years ago
  42. 85902b6 cmd/compile: convert rest ARM64.rules lines to typed aux mode by fanzha02 · 4 years ago
  43. 0e03167 cmd/go: use verbose flag to log proxy activities by Constantin Konstantinidis · 4 years ago
  44. ffbd852 cmd/compile: convert typed aux to CCop for ARM64 rules by fanzha02 · 4 years ago
  45. 328214e cmd/compile: convert more ARM64.rules lines to typed aux mode by fanzha02 · 4 years ago
  46. aa49a0b runtime: add test for StorepNoWB param leaking by Cuong Manh Le · 3 years, 8 months ago
  47. 4220d67 cmd/compile: make GOSSAHASH package-sensitive, also append to log files by David Chase · 3 years, 9 months ago
  48. c060260 runtime: implement StorepNoWB for wasm in assembly by Keith Randall · 3 years, 8 months ago
  49. 623652e cmd/compile: make Haspointers a method instead of a function by Keith Randall · 3 years, 8 months ago
  50. 0c3bf27 test: remove nacl checking condition by Cuong Manh Le · 3 years, 8 months ago
  51. 8acbe4c cmd/compile: optimize unsigned comparisons with 0/1 on wasm by Agniva De Sarker · 3 years, 9 months ago
  52. 13e41bc cmd/objdump: skip cgo test in testGoAndCgoDisasm on AIX by Alex Brainman · 3 years, 8 months ago
  53. ea51acb cmd/internal/objfile: use pe.FileHeader.Machine to reliably determine GOARCH by Alex Brainman · 3 years, 10 months ago
  54. e5da468 net/http: use iotest.ErrReader in tests by Carlos Alexandro Becker · 3 years, 8 months ago
  55. 5d72618 go/doc: support examples on methods from embedded unexported types by Jonathan Amsterdam · 3 years, 8 months ago
  56. 0ef5625 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 3 years, 8 months ago
  57. 9679b30 cmd/go/testdata/script: make list_case_collision's behavior more clear by Michael Matloob · 4 years ago
  58. 8535008 cmd/go: clarify error for invalid proxy responses by Michał Łowicki · 4 years ago
  59. 454300a hash/maphash: adding benchmarks for maphash by Meng Zhuo · 3 years, 8 months ago
  60. cbc0a79 go/types: update flag documentation for gotype command by Robert Griesemer · 3 years, 8 months ago
  61. e94544c cmd/compile: fix checkptr handling of &^ by Matthew Dempsky · 3 years, 8 months ago
  62. 268dd2e cmd/internal/obj: fix inline marker issue on s390x by Michael Munday · 3 years, 9 months ago
  63. 822dca4 cmd/go: add tracing for querying and downloading from the proxy by Michael Matloob · 3 years, 9 months ago
  64. 3f56862 cmd/go: do context propagation for tracing downloads by Michael Matloob · 3 years, 10 months ago
  65. c57c021 cmd/compile: define starting block before opening html writer by Keith Randall · 3 years, 8 months ago
  66. 8ec5a05 unicode: upgrade to Unicode 13.0.0 by Marcel van Lohuizen · 3 years, 8 months ago
  67. 46ca7b5 cmd/internal/obj: stop removing NOPs from instruction stream by Keith Randall · 3 years, 8 months ago
  68. b0cc02e internal/poll: treat copy_file_range EPERM as not-handled by Tobias Klauser · 3 years, 8 months ago
  69. 2d34f3d cmd/dist: fix tipo in comment by Ian Lance Taylor · 3 years, 8 months ago
  70. 6b42016 os, internal/poll: loop on EINTR for all file syscalls by Ian Lance Taylor · 3 years, 8 months ago
  71. 18239be cmd/go/internal: remove some users of par.Work by Michael Matloob · 3 years, 10 months ago
  72. 64350f1 cmd/asm,cmd/internal/obj/ppc64: add {l,st}xvx power9 instructions by Paul E. Murphy · 3 years, 8 months ago
  73. 01aad9e cmd/compile: Optimize ARM64's code with EON by diaxu01 · 3 years, 11 months ago
  74. 8d91d73 cmd/dist: ignore _test.s files in bootstrap by Cherry Zhang · 3 years, 8 months ago
  75. d3a411b internal/poll: treat copy_file_range EOPNOTSUPP as not-handled by Ian Lance Taylor · 3 years, 8 months ago
  76. bd519d0 runtime: don't call setitimer for each thread by Ian Lance Taylor · 3 years, 10 months ago
  77. 31da1d9 cmd/internal/objfile: cache computation of goobj.Arch by Tao Qingyun · 3 years, 8 months ago
  78. ac875bc cmd/compile: don't bother to declare closure inside redeclared func by Cuong Manh Le · 3 years, 8 months ago
  79. 98a0071 path,path/filepath: add Join examples with ".." components by Andrew Ekstedt · 3 years, 9 months ago
  80. 0941fc3 runtime: reduce syscall when call runtime.clone by cui · 3 years, 8 months ago
  81. 84a6245 cmd/compile: remove unnecessary error condition on reading fingerprint by Cherry Zhang · 4 years ago
  82. e7c7ce6 cmd/compile: combine multiply/add into maddld on ppc64le/power9 by Paul E. Murphy · 3 years, 8 months ago
  83. 216714e math/big: improve performance of mulAddVWW on ppc64x by Lynn Boger · 3 years, 8 months ago
  84. a401718 cmd/compile/internal/gc: cleanup walkselectcases slightly by Matthew Dempsky · 3 years, 9 months ago
  85. fe23ba4 runtime: eliminate scase.kind field by Matthew Dempsky · 3 years, 9 months ago
  86. d36bc7d runtime: split PCs out of scase by Matthew Dempsky · 3 years, 9 months ago
  87. 8a984e8 runtime: omit nil-channel cases from selectgo's orders by Matthew Dempsky · 3 years, 9 months ago
  88. 78a1064 runtime: remove scase.releasetime field by Matthew Dempsky · 3 years, 9 months ago
  89. 30a68bf runtime: add "success" field to sudog by Matthew Dempsky · 3 years, 9 months ago
  90. 6bbe47c [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Filippo Valsorda · 3 years, 8 months ago
  91. 861a948 encoding/asn1: speed up marshal by reducing allocations by Martin Möhrmann · 4 years ago
  92. cdc77d3 testing: treat PAUSE lines as changing the active test name by Bryan C. Mills · 3 years, 8 months ago
  93. 93eeb81 cmd/asm: Add SHA512 hardware instructions for ARM64 by Meng Zhuo · 3 years, 11 months ago
  94. 20b4987 cmd/dist: use GO_TEST_SHORT value more consistently by Dmitri Shuralyov · 4 years ago
  95. b58d297 cmd/compile, runtime: mark R12 clobbered for write barrier call on PPC64 by Cherry Zhang · 3 years, 8 months ago
  96. c12d9ed cmd/go: revert 3 CLs affecting par.Work, context propagation, tracing by Dmitri Shuralyov · 3 years, 8 months ago
  97. 6e876f1 cmd/compile: clean up and optimize s390x multiplication rules by Michael Munday · 3 years, 11 months ago
  98. ac5c406 [dev.link] cmd/link: clean up some pclntab state by Jeremy Faller · 3 years, 8 months ago
  99. 26407b2 [dev.link] cmd/{compile,link}: remove pcdata tables from pclntab_old by Jeremy Faller · 3 years, 8 months ago
  100. 4149493 runtime: move startupRandomData declaration to os_linux.go by Tobias Klauser · 3 years, 8 months ago