1. fbe2133 Merge tag 'upstream-go1.22.1' by Colin Cross · 9 weeks ago main master
  2. db6097f [release-branch.go1.22] go1.22.1 by Gopher Robot · 3 months ago upstream-go1.22.1
  3. 041a477 [release-branch.go1.22] net/textproto, mime/multipart: avoid unbounded read in MIME header by Damien Neil · 4 months ago
  4. 3a85520 [release-branch.go1.22] net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zones by Damien Neil · 4 months ago
  5. 337b8e9 [release-branch.go1.22] crypto/x509: make sure pub key is non-nil before interface conversion by Roland Shoemaker · 4 months ago
  6. 16830ab [release-branch.go1.22] net/http: add missing call to decConnsPerHost by Julian Tibble · 3 months ago
  7. 056b0ed [release-branch.go1.22] html/template: escape additional tokens in MarshalJSON errors by Roland Shoemaker · 3 months ago
  8. f73eba7 [release-branch.go1.22] net: work around runtime scheduler starvation on js and wasip1 by Bryan C. Mills · 4 months ago
  9. 5330cd2 [release-branch.go1.22] net/mail: properly handle special characters in phrase and obs-phrase by Roland Shoemaker · 4 months ago
  10. d8c4239 [release-branch.go1.22] cmd/go/internal/modcmd: correctly filter out main modules in verify by Michael Matloob · 3 months ago
  11. c33adf4 [release-branch.go1.22] cmd/trace/v2,internal/trace: use correct frame for identifying goroutines by Nick Ripley · 3 months ago
  12. 3b71998 [release-branch.go1.22] go/types, types2: ensure that Alias.actual is set in NewAlias by Rob Findley · 4 months ago
  13. 8fe2ad6 [release-branch.go1.22] runtime/internal/atomic: correct GOARM=7 guard at a DMB instruction by Cherry Mui · 3 months ago
  14. 686662f [release-branch.go1.22] cmd/compile: make jump table symbol static by Cherry Mui · 3 months ago
  15. 6cbe522 [release-branch.go1.22] cmd/compile: fail noder.LookupFunc gracefully if function generic by Michael Pratt · 3 months ago
  16. fb86598 [release-branch.go1.22] cmd/compile: accept -lang=go1 as -lang=go1.0 by Matthew Dempsky · 3 months ago
  17. 6fbd01a [release-branch.go1.22] runtime: don't call traceReadCPU on the system stack by Michael Pratt · 3 months ago
  18. d6a2719 [release-branch.go1.22] cmd/cgo/internal/testsanitizers: disable location checking for clang by Michael Anthony Knyszek · 3 months ago
  19. 20107e0 [release-branch.go1.22] internal/testenv: support the LUCI mobile builders in tests by Michael Anthony Knyszek · 4 months ago
  20. 53d1b73 [release-branch.go1.22] internal/testenv: allow "-noopt" anywhere in builder name in test by Michael Anthony Knyszek · 4 months ago
  21. dd31ad7 [release-branch.go1.22] spec: fix typo in year (it's 2024 now) by Robert Griesemer · 3 months ago
  22. a10e42f [release-branch.go1.22] go1.22.0 by Gopher Robot · 4 months ago upstream-go1.22.0
  23. b0957cf [release-branch.go1.22] cmd/go/internal/generate: call modload.InitWorkFile by Michael Matloob · 4 months ago
  24. 58a35fe [release-branch.go1.22] runtime: traceAcquire and traceRelease across all P steals by Michael Anthony Knyszek · 4 months ago
  25. 4c55179 [release-branch.go1.22] runtime: clear trace map without write barriers by Michael Anthony Knyszek · 4 months ago
  26. 5d647ed [release-branch.go1.22] runtime: fix trace EvGoStop Gosched reason to match function by Michael Anthony Knyszek · 5 months ago
  27. e34f6a9 [release-branch.go1.22] runtime: model wakeableSleep.lock in the race detector by Michael Anthony Knyszek · 4 months ago
  28. 7b3786b [release-branch.go1.22] go/version: fix package to accept go1.21.0-bigcorp by Russ Cox · 4 months ago
  29. 9289b9c [release-branch.go1.22] spec: clarify iteration variable type for range over integer by Robert Griesemer · 4 months ago
  30. aa721d1 [release-branch.go1.22] 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
  31. 117d7b1 [release-branch.go1.22] Revert "crypto/internal/boring: upgrade module to fips-20220613" +1 by Filippo Valsorda · 4 months ago
  32. 333ecd4 [release-branch.go1.22] Revert "archive/tar: add FileInfoNames interface" by Cherry Mui · 4 months ago
  33. 1e1da49 [release-branch.go1.22] go1.22rc2 by Gopher Robot · 4 months ago upstream-go1.22rc2
  34. 817009d [release-branch.go1.22] cmd/trace/v2: emit user log annotations in all views by Michael Anthony Knyszek · 4 months ago
  35. b29ec30 [release-branch.go1.22] runtime: make a much better effort to emit CPU profile in a trace by Michael Anthony Knyszek · 4 months ago
  36. 10e9ab5 [release-branch.go1.22] cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linking by qmuntal · 4 months ago
  37. ba8e9e1 [release-branch.go1.22] runtime: use the correct M ID for syscalling goroutines in traces by Michael Anthony Knyszek · 4 months ago
  38. 77e9c26 [release-branch.go1.22] doc: delete go1.22.html copy by Dmitri Shuralyov · 4 months ago
  39. fe55bbc [release-branch.go1.22] doc: remove last TODO item by Carlos Amedee · 4 months ago
  40. 9a70e17 [release-branch.go1.22] all: merge master into release-branch.go1.22 by Carlos Amedee · 4 months ago
  41. 66d34c7 cmd/go/internal/modfetch: set protocol.version=2 for shallow git fetches by Bryan C. Mills · 4 months ago
  42. 5f949c4 go/types, types2: fix range clause checks for constant range expressions by Robert Griesemer · 4 months ago
  43. 97daa6e9 doc/go1.22: document net/netip changes by Damien Neil · 4 months ago
  44. 8d04110 doc/go1.22: document net/http/cgi changes by Damien Neil · 4 months ago
  45. 73eff89 runtime: document GODEBUG panicnil values by Cuong Manh Le · 7 months ago
  46. 92d7169 runtime: skip test if strace crashes by Austin Clements · 4 months ago
  47. 3c1155e runtime: mark TestGdbCoreCrashThreadBacktrace as flaky by Michael Pratt · 4 months ago
  48. f279420 cmp: add test case for uinitptr by lxl-renren · 4 months ago
  49. 8e658ee cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1 by Robert Griesemer · 4 months ago
  50. 7e7b16c doc: fill out net/http.Request.PathValue,SetPathValue section by Dan Peterson · 5 months ago
  51. b44f637 io/fs: godoc links to testing/fstest by Olivier Mengué · 8 months ago
  52. 202b435 runtime: more godoc links by Olivier Mengué · 6 months ago
  53. 7abeefd internal/trace/v2: reject events for goroutines with unknown states by Dominik Honnef · 4 months ago
  54. e58e813 internal/trace/v2: avoid several panics for malformed traces by Dominik Honnef · 5 months ago
  55. b2dbfbf crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance by Filippo Valsorda · 5 months ago
  56. eb30ac3 crypto/rsa: use E = 65537 in benchmarks by Filippo Valsorda · 5 months ago
  57. 0f3876f runtime: ensure we free unrolled GC bitmaps by Keith Randall · 4 months ago
  58. 25c5f6f go/types, types2: don't lose position info of interface embeddings by Robert Griesemer · 4 months ago
  59. d1674cb cmd/compile: document go:wasmimport directive by Mauri de Souza Meneguzzo · 4 months ago
  60. ee4b61a runtime: don't mark unrolled bitmap type as having a gc program by Keith Randall · 4 months ago
  61. e9b3ff1 os: relax tests and add examples for UserCacheDir and UserConfigDir by Bryan C. Mills · 4 months ago
  62. 8c1349b cmd/compile: use hashed symbol name for go.shape types if too long by Than McIntosh · 4 months ago
  63. 1d45a7e net: add available godoc link by cui fliter · 7 months ago
  64. dcbe772 runtime: replace rwmutexR/W with per-rwmutex lock rank by Michael Pratt · 4 months ago
  65. 59ecebf net/http: clarify the precedence order for Request.FormValue by Jes Cok · 4 months ago
  66. aba18d5 math/big: fix uint64 overflow in nat.mulRange by Robert Griesemer · 4 months ago
  67. 821f941 io/fs,path/filepath: fix typo in SkipAll/SkipDir doc by Roger Peppe · 5 months ago
  68. b7c630d runtime: fix tests when running with -msan by Mauri de Souza Meneguzzo · 5 months ago
  69. b702e04 cmd/doc: fix inconsistent receiver name by Mehdi Mostafavi · 4 months ago
  70. 66f8e1e [release-branch.go1.22] all: merge master (8eaa793) into release-branch.go1.22 by Dmitri Shuralyov · 4 months ago
  71. 8eaa793 net: clarify maxListenerBacklog windows implementation by Mauri de Souza Meneguzzo · 6 months ago
  72. 7598491 log/slog: clarify SetDefault behavior by Jonathan Amsterdam · 8 months ago
  73. 10a66d6 sync: use map[any]any instead of map[interface{}]interface{} in the godoc by sivchari · 8 months ago
  74. 881869d cmd/compile: handle defined iter func type correctly by Cuong Manh Le · 5 months ago
  75. 1ae729e doc: s/adjustements/adjustments by Jes Cok · 5 months ago
  76. 8088b6d slices: explicitly discard results of some functions by Alan Donovan · 5 months ago
  77. c0693f6 cmd/go: run cover tool before swig by Than McIntosh · 5 months ago
  78. 8db1310 github: switch seen/expected order in issue forms by Sean Liao · 5 months ago
  79. ead47b0 net/http: respond with 400 Bad Request for empty hex number of chunk length by Andy Pan · 5 months ago
  80. 1e07c14 net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine instead of a running PID by Bryan C. Mills · 5 months ago
  81. 15dcdeb cmd/api: fix panic on exported basic type aliases by Devon H. O'Dell · 5 months ago
  82. 6db1102 pagetrace: fix build when experiment is on by John Howard · 5 months ago
  83. 7d1b82d net/http: make Request.Clone create fresh copies for matches and otherValues by Jes Cok · 5 months ago
  84. aa0a6ad doc/go1.22: add links to go/types symbols by Alan Donovan · 5 months ago
  85. c95fe91 runtime: correct scavengeIndex.sysGrow min index handling by Joel Sing · 5 months ago
  86. b25f555 all: replace outdated links by cui fliter · 5 months ago
  87. 3233542 reflect: fix typo in type.go by RenJiangdu · 5 months ago
  88. 988b718 doc: fix typo in example in spec by Robert Griesemer · 5 months ago
  89. 26ba75f doc: document new iteration variable semantics in spec by Robert Griesemer · 5 months ago
  90. 1dddd83 doc: document version at which new language features were introduced in spec by Robert Griesemer · 5 months ago
  91. 36a2463 lib/time: update to 2023d/2023d by Dmitri Shuralyov · 5 months ago
  92. 2184a39 runtime/metrics: godoc link fixes by Olivier Mengué · 5 months ago
  93. 9c01ecc doc: fix misspelling in go1.22 release notes by Manlio Perillo · 5 months ago
  94. 0b56804 runtime: use racereleasemerge for godebugInc by Cherry Mui · 5 months ago
  95. f6509cf cmd/compile: handle constant-folding of an out-of-range jump table index by Keith Randall · 5 months ago
  96. adec22b doc/go1.22: document changes to vet loopclosure analyzer by Tim King · 5 months ago
  97. a2a2c5b doc: update unsafe.Pointer rule in spec by Robert Griesemer · 5 months ago
  98. fa72f3e [release-branch.go1.22] go1.22rc1 by Gopher Robot · 5 months ago upstream-go1.22rc1
  99. 35222ee doc: add html/template release note by Roland Shoemaker · 5 months ago
  100. fb23428 [release-branch.go1.22] all: merge master (0324250) into release-branch.go1.22 by Than McIntosh · 5 months ago