1. eb07103 [release-branch.go1.15-security] net/http/cgi,net/http/fcgi: add Content-Type detection by Roberto Clapis · 3 years, 8 months ago
  2. 5f5a556 net/http: refactor ResponseWriter.ReadFrom to permit splice on Linux by Paul Forgey · 3 years, 8 months ago
  3. e01a226 debug/elf: support relocations relative to sections with non-zero addresses by Victor Michel · 3 years, 8 months ago
  4. f0c7e3e cmd/compile: adjust some AMD64 rewrite rules to use typed aux fields by David Finkel · 4 years ago
  5. 9e70564 cmd/compile,cmd/asm: simplify recording of branch targets, take 2 by Keith Randall · 3 years, 8 months ago
  6. ba0fab3 debug/elf: run relocation tests in parallel by Ian Lance Taylor · 3 years, 8 months ago
  7. 4fc3896 database/sql: shortestIdleTimeLocked correct min comparison by Shinnosuke Sawada · 3 years, 9 months ago
  8. 27a3018 cmd/compile,runtime: skip zero'ing order array for select statements by Cuong Manh Le · 3 years, 8 months ago
  9. 49bae98 test: add test that gccgo failed to compile by Ian Lance Taylor · 3 years, 8 months ago
  10. c8ea038 text/template: add CommentNode to template parse tree by Ariel Mashraki · 4 years ago
  11. a58a8d2 test: document specifying individual test files as operands by zdjones · 3 years, 10 months ago
  12. 1fa328f [release-branch.go1.15] net/mail: return error on empty address list by Ian Lance Taylor · 3 years, 9 months ago
  13. 54e18f1 testing: run a Cleanup registered by a Cleanup by Ian Lance Taylor · 3 years, 8 months ago
  14. 45e12e9 go/types: add tests for conversion of non-constant untyped values by Rob Findley · 3 years, 8 months ago
  15. 42e09dc go/types: factor out usage of implicit type by Rob Findley · 3 years, 10 months ago
  16. ae7b6a3 math/big: tune addVW/subVW performance on arm64 by Xiangdong Ji · 4 years, 2 months ago
  17. 55cf84b cmd/compile: Install testcases for flag constant Ops by Xiangdong Ji · 3 years, 11 months ago
  18. 5d0b35c cmd/asm: Always use go-style arrangement specifiers on ARM64 by Xiangdong Ji · 3 years, 11 months ago
  19. bd6dfe9 math/big: add a comment for SetMantExp by surechen · 4 years ago
  20. 3b6c812 doc: add linux/riscv64 valid combination by Santiago De la Cruz · 3 years, 8 months ago
  21. 18ea6f5 testing: restore os.Exit(0) after every call to (*M).Run by Bryan C. Mills · 3 years, 8 months ago
  22. 26ad27b Revert "cmd/compile,cmd/asm: simplify recording of branch targets" by Keith Randall · 3 years, 8 months ago
  23. 42fd130 cmd/compile: clean up equality generation by Keith Randall · 3 years, 11 months ago
  24. 4f76fe8 cmd/go, testing, os: fail test that calls os.Exit(0) by Ian Lance Taylor · 3 years, 8 months ago
  25. cdc6355 cmd/compile: invalidate zero-use values during rewrite by Keith Randall · 3 years, 10 months ago
  26. 8247da3 cmd/compile,cmd/asm: simplify recording of branch targets by Keith Randall · 3 years, 10 months ago
  27. 5c2c6d3 runtime: framepointers are no longer an experiment - hard code them by Keith Randall · 3 years, 9 months ago
  28. 2963443 cmd/cgo: ensure GCC does not use ANSI escape sequences in errors by Benjamin Barenblat · 3 years, 8 months ago
  29. 19c8546 [release-branch.go1.15] sync: delete dirty keys inside Map.LoadAndDelete by Changkun Ou · 3 years, 8 months ago
  30. 45265c2 [release-branch.go1.15] testing: fix Cleanup race with Logf and Errorf by Michał Łowicki · 3 years, 8 months ago
  31. 7615b20 cmd/compile: generate subfic on ppc64 by Paul E. Murphy · 3 years, 9 months ago
  32. 2013f70 runtime: add lock partial order edge (fin -> wbufSpans) by Michael Pratt · 3 years, 8 months ago
  33. a98fe26 cmd/go/internal/modload: address issues missed in CL 244774 by Bryan C. Mills · 3 years, 8 months ago
  34. 234e37b go/types: remove need to enumerate fixedbugs test files by Rob Findley · 3 years, 9 months ago
  35. ac2a1f8 go/types: clean up test support code and remove global variables by Rob Findley · 3 years, 9 months ago
  36. c00b708 cmd/go/internal/modfetch: do not use mangled version strings to construct module.VersionErrors by Bryan C. Mills · 3 years, 8 months ago
  37. 3b20d48 go/types: fix missing Importer for TestBenchmark by Rob Findley · 3 years, 9 months ago
  38. 17ae587 cmd/compile: use addressing modes pass on s390x by Michael Munday · 4 years ago
  39. 73a5c37 go/types: add untyped test cases for AssignableTo API by Rob Findley · 3 years, 8 months ago
  40. 346efc2 go/types: better error when converting untyped values in assignments by Rob Findley · 3 years, 10 months ago
  41. 3e636ab net/mail: return error on empty address list by Ian Lance Taylor · 3 years, 9 months ago
  42. 2aba467 cmd/compile: remove unused carry related ssa ops in ppc64 by Paul E. Murphy · 3 years, 9 months ago
  43. 47b4509 doc/go1.14: document json.Umarshal map key support of TextUnmarshaler by ShihCheng Tu · 3 years, 11 months ago
  44. e9ad52e net: export ErrClosed by Ian Lance Taylor · 3 years, 8 months ago
  45. 694fc8e cmd/go/internal/modload: reject some bad module paths by Michael Matloob · 4 years, 5 months ago
  46. 008048c doc: add module retraction to release notes by Jay Conrod · 4 years, 1 month ago
  47. 32c09ae cmd/go: improve 'go get' handling of retracted versions by Jay Conrod · 4 years, 1 month ago
  48. eb3e27a cmd/go: add -retracted flag to 'go list' by Jay Conrod · 4 years, 1 month ago
  49. 0bbd386 cmd/go: add -retract and -dropretract flags to 'go mod edit' by Jay Conrod · 4 years, 1 month ago
  50. c769f03 cmd/go/internal/modload: support go.mod retract directive by Jay Conrod · 4 years, 1 month ago
  51. db821b5 cmd/go/internal/modload: refactor version filtering for exclude by Jay Conrod · 4 years, 1 month ago
  52. bf869c6 cmd/go: update vendored golang.org/x/mod by Jay Conrod · 4 years, 1 month ago
  53. 553a6ea [BUILD] Don't hyphenate targets by Tamir Duberstein · 3 years, 8 months ago
  54. d4986e0 cmd/go/internal/modload: reject empty go.mod files by Michael Matloob · 4 years, 5 months ago
  55. e3a17c2 [fidl] Make bindingstest internal by Tamir Duberstein · 3 years, 8 months ago
  56. 879e74f [BUILD] Add "fidl-tests" group by Tamir Duberstein · 3 years, 8 months ago
  57. 6f561e6 cmd/fix: remove un-used code by Cuong Manh Le · 3 years, 8 months ago
  58. 6382809 math/big: add function example by zhouzhongyuan · 4 years ago
  59. 3ffa138 cmd/internal/objabi: delete doc.go by Cherry Zhang · 3 years, 9 months ago
  60. aac4f05 [fidl][go] Enable go_unsafevalue_test on host by Benjamin Prosnitz · 3 years, 8 months ago
  61. 03eb7e2 cmd/compile: apply strong typing to all remaining s390x rewrite rules by Michael Munday · 3 years, 8 months ago
  62. 758ac37 misc/wasm: make wasm_exec more robust against uncommon environments by Richard Musiol · 3 years, 9 months ago
  63. 706bafb runtime, syscall: regenerate Fuchsia syscalls by Devon H. O'Dell · 3 years, 8 months ago
  64. 20d9c02 [fidlc][handle] Switch to new-style handles by Scott Graham · 3 years, 8 months ago
  65. 8381408 net/http: fix detection of Roundtrippers that always error by Michael Fraenkel · 3 years, 10 months ago
  66. 3d77461 src/go.mod, net/http: update bundled and latest golang.org/x/net by Emmanuel T Odeke · 3 years, 9 months ago
  67. e3d608a go/types: factor out some methods that compute a single error by Rob Findley · 3 years, 10 months ago
  68. 0282954 [pprof] Skip crash-inducing test by Tamir Duberstein · 3 years, 9 months ago
  69. 00a053b testing: fix Cleanup race with Logf and Errorf by Michał Łowicki · 3 years, 8 months ago
  70. 8d31ca2 Revert "net/http: fix data race due to writeLoop goroutine left running" by Bryan C. Mills · 3 years, 8 months ago
  71. 50f69d2 misc: point regen-syscalls to new source of truth by Devon H. O'Dell · 3 years, 8 months ago
  72. 5e1e8c4 net/http: fix data race due to writeLoop goroutine left running by Steven Hartland · 4 years ago
  73. 91a52de crypto/x509: fix duplicate import by Katie Hockman · 3 years, 8 months ago
  74. 41bc0a1 math/big: fix TestShiftOverlap for test -count arguments > 1 by SparrowLii · 3 years, 8 months ago
  75. d3f6e2f cmd/compile: report error for unexported name only once by Cuong Manh Le · 3 years, 8 months ago
  76. 2713641 encoding/binary: replace constant literals with named constant (cleanup) by Robert Griesemer · 3 years, 9 months ago
  77. bca0b44 cmd/compile: also check package.function for GOSSAFUNC match by David Chase · 3 years, 8 months ago
  78. 02f4452 cmd/link: remove superfluous check in TestIssue34788Android386TLSSequence by Tobias Klauser · 3 years, 8 months ago
  79. bb54a85 net/http: handle Request.URL.RawPath in StripPrefix by Andrew Gerrand · 4 years ago
  80. b3d9cf7 os: return a *PathError from Readdirnames and Readdir on POSIX platforms by Bryan C. Mills · 4 years ago
  81. c78d215 go/build: ignore symlinks to directories when matching source files by Bryan C. Mills · 3 years, 10 months ago
  82. d9a6bdf cmd/compile: don't allow go:notinheap on the heap or stack by Keith Randall · 3 years, 9 months ago
  83. 95df156 cmd/go/internal/par: add Queue as a simpler alternative to Work by Bryan C. Mills · 3 years, 9 months ago
  84. 865d72f cmd/go: add baseline test cases for non-lazy module loading by Bryan C. Mills · 4 years, 2 months ago
  85. a9146a4 cmd/go/internal/modload: cache parsed go.mod files globally by Bryan C. Mills · 3 years, 10 months ago
  86. 2a9636d cmd/go/internal/modload: cache the Go language version for each module globally by Bryan C. Mills · 3 years, 10 months ago
  87. c777863 cmd/go/internal/mvs: indicate the actual version when printing a mismatched ModuleError by Bryan C. Mills · 3 years, 9 months ago
  88. 6a71817 cmd/go/internal/mvs: export a NewBuildListError function by Bryan C. Mills · 3 years, 9 months ago
  89. 9bcc5d2 cmd/go/internal/mvs: reverse the order of BuildListError.stack by Bryan C. Mills · 3 years, 10 months ago
  90. 5a69192 cmd/go/internal/modload: drop requirements on excluded versions by Bryan C. Mills · 3 years, 9 months ago
  91. 5c76382 cmd/go/internal/modload: add a "v" prefix to the indexed go version by Bryan C. Mills · 4 years, 2 months ago
  92. 94953d3 sync: delete dirty keys inside Map.LoadAndDelete by Changkun Ou · 3 years, 8 months ago
  93. bb99874 cmd/go: populate the Module field for test packages by Bryan C. Mills · 3 years, 10 months ago
  94. ea71213 [zx] Remove stub files by Tamir Duberstein · 3 years, 9 months ago
  95. 5e41e2f [network] Use new fuchsia.posix.socket APIs by Bruno Dal Bo · 3 years, 9 months ago
  96. fb5c3ea net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCH by Segflow · 3 years, 8 months ago
  97. 494ec85 go/types: update test case to exercise mutually recursive interfaces by Rob Findley · 3 years, 10 months ago
  98. 3a7f8cc go/types: add tests for AssignableTo and ConvertibleTo by Rob Findley · 3 years, 10 months ago
  99. d556c25 cmd/compile: add more generic rewrite rules to reassociate (op (op y C) x|C) by fanzha02 · 4 years ago
  100. 4e4d5df cmd/compile: complete adjust MIPS64x rewrite rules to use typed aux fields by Meng Zhuo · 4 years ago