1. ae287a2 Add METADATA file by Peter DeLong · 2 weeks ago main master
  2. 7b7806a [go][build] Correct variable name to mixedCaps by Aaron Wood · 2 weeks ago
  3. cebf48c [build] Remove invalid dependencies on packages by Aaron Wood · 4 weeks ago
  4. 71714f1 [golang][build] Exclude binaries and generated sources from makeroot's validation by Aaron Wood · 3 weeks ago
  5. 6c2ca61 Merge tag 'go1.21.8' into HEAD by Bruno Dal Bo · 5 weeks ago releases/f19
  6. 63992de [release-branch.go1.21] go1.21.8 by Gopher Robot · 7 weeks ago go1.21.8
  7. bf80213 [release-branch.go1.21] net/textproto, mime/multipart: avoid unbounded read in MIME header by Damien Neil · 3 months ago
  8. 20586c0 [release-branch.go1.21] net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zones by Damien Neil · 4 months ago
  9. be5b52b [release-branch.go1.21] crypto/x509: make sure pub key is non-nil before interface conversion by Roland Shoemaker · 3 months ago
  10. 3643147 [release-branch.go1.21] html/template: escape additional tokens in MarshalJSON errors by Roland Shoemaker · 2 months ago
  11. 3a58877 [release-branch.go1.21] internal/syscall/windows: fix the signature of SetFileInformationByHandle by Bryan C. Mills · 5 months ago
  12. 263c059 [release-branch.go1.21] net/mail: properly handle special characters in phrase and obs-phrase by Roland Shoemaker · 4 months ago
  13. 99e44c7 [release-branch.go1.21] cmd/go/internal/modcmd: correctly filter out main modules in verify by Michael Matloob · 9 weeks ago
  14. 6d31b27 [release-branch.go1.21] runtime: don't let the tests leave core files behind by Ian Lance Taylor · 8 months ago
  15. f38fca3 [release-branch.go1.21] cmd/cgo/internal/testsanitizers: disable location checking for clang by Michael Anthony Knyszek · 3 months ago
  16. b214108 [release-branch.go1.21] internal/testenv: support the LUCI mobile builders in tests by Michael Anthony Knyszek · 3 months ago
  17. f997dfd [release-branch.go1.21] internal/testenv: allow "-noopt" anywhere in builder name in test by Michael Anthony Knyszek · 3 months ago
  18. f292080 [release-branch.go1.21] go1.21.7 by Gopher Robot · 3 months ago go1.21.7
  19. 2fdad8a [release-branch.go1.21] cmd/internal/obj/arm64: fix frame pointer restore in epilogue by Keith Randall · 6 months ago
  20. 01c93ad [release-branch.go1.21] cmd/go/internal/generate: call modload.InitWorkFile by Michael Matloob · 3 months ago
  21. db74bfb [release-branch.go1.21] Revert "crypto/internal/boring: upgrade module to fips-20220613" +1 by Filippo Valsorda · 3 months ago
  22. 916e6cd [release-branch.go1.21] runtime: fix Pinner.Pin documentation by qiulaidongfeng · 3 months ago
  23. 6552f3d [release-branch.go1.21] cmd/go/internal/toolchain: apply the -modcacherw flag when downloading a module to determine what toolchain it needs by Bryan C. Mills · 4 months ago
  24. 3960318 [release-branch.go1.21] crypto/x509: properly gate test on macos version by Roland Shoemaker · 5 months ago
  25. f2688e4 [fxbug.dev] Migrate bug numbers by Mitchell Kember · 3 months ago releases/f18
  26. 00f974e [release-branch.go1.21] go/types, types2: don't lose position info of interface embeddings by Robert Griesemer · 4 months ago
  27. 2f91c16 [release-branch.go1.21] runtime: properly model rwmutex in lock ranking by Michael Pratt · 4 months ago
  28. 2540b14 [release-branch.go1.21] slices: explicitly discard results of some functions by Alan Donovan · 4 months ago
  29. 7e34c43 [release-branch.go1.21] runtime: clear g0 stack bounds in dropm by Michael Pratt · 6 months ago
  30. 491c1e7 [release-branch.go1.21] runtime: allow update of system stack bounds on callback from C thread by Michael Pratt · 8 months ago
  31. caafb50 [release-branch.go1.21] runtime: don't print "unexpected SPWRITE" when printing traceback by Cherry Mui · 7 months ago
  32. cc85462 [release-branch.go1.21] go1.21.6 by Gopher Robot · 4 months ago go1.21.6
  33. d2cb140 [release-branch.go1.21] crypto/tls: align FIPS-only mode with BoringSSL policy by Filippo Valsorda · 4 months ago
  34. 368e2a9 [release-branch.go1.21] crypto/internal/boring: upgrade module to fips-20220613 by Filippo Valsorda · 4 months ago
  35. 8c6078a [release-branch.go1.21] runtime: add race annotations in IncNonDefault by David Chase · 4 months ago
  36. f6b203c [release-branch.go1.21] maps: fix aliasing problems with Clone by Keith Randall · 5 months ago
  37. 4381820 [release-branch.go1.21] runtime: put ReadMemStats debug assertions behind a double-check mode by Michael Anthony Knyszek · 5 months ago
  38. cf65d74 [release-branch.go1.21] runtime: add the disablethp GODEBUG setting by Michael Anthony Knyszek · 5 months ago
  39. ad1ec60 [release-branch.go1.21] runtime/pprof: fix generics function names by Tolya Korniltsev · 5 months ago
  40. f535761 [regen] Set --available to HEAD when invoking fidlc by dhobsd · 4 months ago releases/f17
  41. b379064 [Go] Don't run host tests that need fuchsia runtime on macs by Aaron Wood · 4 months ago
  42. f254dba [go] Leave timestamp if no files were updated by David Fang · 5 months ago
  43. e158fee Merge tag 'go1.21.4' into HEAD by Tony Gong · 5 months ago
  44. 84d1575 [build] Copy over only if contents have changed by David Fang · 5 months ago
  45. bbab863 [release-branch.go1.21] os/signal: skip nohup tests on darwin builders by Michael Pratt · 6 months ago
  46. 7dc67e8 [release-branch.go1.21] os/signal: remove go t.Run from TestNohup by Michael Pratt · 6 months ago
  47. 9f8b3ac [release-branch.go1.21] cmd/compile: fix escape analysis of string min/max by Matthew Dempsky · 5 months ago
  48. 8c840b1 [release-branch.go1.21] cmd/compile: fix memcombine pass for big endian, > 1 byte elements by Keith Randall · 5 months ago
  49. 6018ad9 [release-branch.go1.21] go1.21.5 by Gopher Robot · 5 months ago go1.21.5
  50. ec8c526 [release-branch.go1.21] net/http: limit chunked data overhead by Damien Neil · 6 months ago
  51. f7a79cb [release-branch.go1.21] cmd/compile: fix findIndVar so it does not match disjointed loop headers by Jorropo · 6 months ago
  52. 3684d19 [release-branch.go1.21] runtime: call enableMetadataHugePages and its callees on the systemstack by Michael Anthony Knyszek · 6 months ago
  53. 9e43850 [release-branch.go1.21] crypto/rand,runtime: switch RtlGenRandom for ProcessPrng by Roland Shoemaker · 6 months ago
  54. 8caf4bb [release-branch.go1.21] path/filepath: consider \\?\c: as a volume on Windows by Damien Neil · 6 months ago
  55. 23c943e [release-branch.go1.21] cmd/go/internal/vcs: error out if the requested repo does not support a secure protocol by Bryan C. Mills · 6 months ago
  56. 1717378 [go] Make netstack team owners by Aidan Wolter · 5 months ago releases/f16
  57. 58a9b71 [assembly] Use non-shell packages for sbase by Aidan Wolter · 5 months ago
  58. 0629087 [go] Disable TestPanicRecoverMemoryAccess by Aidan Wolter · 5 months ago
  59. 4952f41 [release-branch.go1.21] cmd/go: allow 'go mod download' to switch toolchains if called with explicit arguments by Bryan C. Mills · 8 months ago
  60. f26fa05 [release-branch.go1.21] os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and Lstat by Bryan C. Mills · 6 months ago
  61. 8ae493b [release-branch.go1.21] internal/poll: add SPLICE_F_NONBLOCK flag for splice to avoid inconsistency with O_NONBLOCK by Andy Pan · 6 months ago
  62. b9f245b [release-branch.go1.21] cmd/compile: ensure pointer arithmetic happens after the nil check by Keith Randall · 6 months ago
  63. caacf3a [release-branch.go1.21] cmd/compile: handle constant pointer offsets in dead store elimination by Keith Randall · 6 months ago
  64. 1e91861 [release-branch.go1.21] syscall: copy rlimit.go's build constraint to rlimit_test.go by Dmitri Shuralyov · 6 months ago
  65. ed817f1 [release-branch.go1.21] go1.21.4 by Gopher Robot · 6 months ago go1.21.4
  66. 9e933c1 [release-branch.go1.21] path/filepath: fix various issues in parsing Windows paths by Damien Neil · 8 months ago
  67. 434af85 [release-branch.go1.21] net/http: pull http2 underflow fix from x/net/http2 by Mauri de Souza Meneguzzo · 6 months ago
  68. 7b04d81 [release-branch.go1.21] runtime/cgo: avoid taking the address of crosscall2 in code by Cherry Mui · 7 months ago
  69. f9a31cd [release-branch.go1.21] cmd/compile/internal/typecheck: fix closure field naming by Matthew Dempsky · 8 months ago
  70. 64b6c48 [release-branch.go1.21] go/types, types2: don't use generics by Robert Griesemer · 7 months ago
  71. ef6993f [release-branch.go1.21] runtime: don't eagerly collapse hugepages by Michael Anthony Knyszek · 7 months ago
  72. bae0152 [release-branch.go1.21] go/types, types2: don't implicitly modify an argument function's type by Robert Griesemer · 7 months ago
  73. 236c07c [release-branch.go1.21] cmd/link: split text sections for arm 32-bit by Than McIntosh · 7 months ago
  74. 9465990 [release-branch.go1.21] all: tidy dependency versioning after release by Dmitri Shuralyov · 7 months ago
  75. 883f062 [release-branch.go1.21] go1.21.3 by Gopher Robot · 7 months ago go1.21.3
  76. 24ae2d9 [release-branch.go1.21] net/http: regenerate h2_bundle.go by Damien Neil · 7 months ago
  77. 26b5783 [release-branch.go1.21] go1.21.2 by Gopher Robot · 7 months ago go1.21.2
  78. 2ddfc04 [release-branch.go1.21] cmd/compile: use absolute file name in isCgo check by Ian Lance Taylor · 7 months ago
  79. 6ea4087 [fidl][go] Clean up remnants of v1 by Mitchell Kember · 7 months ago releases/f15
  80. 39cbdc1 Fix regen-api python invocation by Mitchell Kember · 7 months ago
  81. 85e6685 [fidl][go] Remove support for the v1 wire format by Mitchell Kember · 7 months ago
  82. a15ef1b [release-branch.go1.21] cmd/compile: absorb InvertFlags into Noov comparisons by Keith Randall · 8 months ago
  83. 41d71a5 [release-branch.go1.21] cmd/compile: reset memcombine correctly between basic blocks by Keith Randall · 8 months ago
  84. 0b6b0a2 [release-branch.go1.21] runtime: always lock OS thread in debugcall by Michael Anthony Knyszek · 9 months ago
  85. cd671a1 [release-branch.go1.21] runtime: increase g0 stack size in non-cgo case by Cherry Mui · 8 months ago
  86. fc57cc3 [release-branch.go1.21] cmd/link: suppress -bind_at_load deprecation warning for ld-prime by Cherry Mui · 10 months ago
  87. 9bec49c [release-branch.go1.21] cmd/link: disable DWARF by default in c-shared mode on darwin by Cherry Mui · 8 months ago
  88. 3ef4f93 [release-branch.go1.21] cmd/link: force old Apple linker in plugin mode by Cherry Mui · 8 months ago
  89. 556e9c3 [release-branch.go1.21] cmd/link: avoid deadcode of global map vars for programs using plugins by Than McIntosh · 8 months ago
  90. b64dc5f [release-branch.go1.21] cmd/go: in TestScript/gotoolchain_path, remove the user's PATH by Bryan C. Mills · 7 months ago
  91. a4c4d26 [fidl] Add Unwrap to error types by Mitchell Kember · 7 months ago
  92. cd66ca0 [release-branch.go1.21] runtime/metrics: fix /gc/scan/* metrics by Nayef Ghattas · 8 months ago
  93. d7a0626 [release-branch.go1.21] runtime: ignore SPWrite on innermost traceback frame by Austin Clements · 8 months ago
  94. 2c1e5b0 [release-branch.go1.21] go1.21.1 by Gopher Robot · 8 months ago go1.21.1
  95. bbd043f [release-branch.go1.21] html/template: properly handle special tags within the script context by Roland Shoemaker · 9 months ago
  96. b0e1d3e [release-branch.go1.21] html/template: support HTML-like comments in script contexts by Roland Shoemaker · 9 months ago
  97. d25a935 [release-branch.go1.21] cmd/go: reject toolchain directives containing path separators by Bryan C. Mills · 8 months ago
  98. ae86e92 [zxwait] Wait for done when canceled and closed by Jeff Martin · 8 months ago
  99. e3ba569 [release-branch.go1.21] net/http: revert "support streaming POST content in wasm" by haruyama480 · 8 months ago
  100. 8dc6ad1 [release-branch.go1.21] runtime: restore caller's frame pointer when recovering from panic by Nick Ripley · 9 months ago