1. 6bb1bbc Merge tag 'upstream-go1.23.4' by Colin Cross · 5 months ago main master
  2. 194de8f [release-branch.go1.23] go1.23.4 by Gopher Robot · 6 months ago upstream-go1.23.4
  3. 5164a86 [release-branch.go1.23] cmd/trace: also show end stack traces by Felix Geisendörfer · 6 months ago
  4. 25f042d [release-branch.go1.23] runtime: reserve 4kB for system stack on windows-386 by Russ Cox · 6 months ago
  5. be062b7 [release-branch.go1.23] runtime: explicitly keep handle alive during getOrAddWeakHandle by Michael Anthony Knyszek · 6 months ago
  6. d8adc6c [release-branch.go1.23] runtime: prevent weak->strong conversions during mark termination by Michael Anthony Knyszek · 6 months ago
  7. 847cb6f [release-branch.go1.23] syscall: mark SyscallN as noescape by qmuntal · 6 months ago
  8. 777f43a [release-branch.go1.23]time: accept "+01" in TestLoadFixed on OpenBSD by Dmitri Shuralyov · 7 months ago
  9. 3726f07 [release-branch.go1.23] cmd/compile: use a non-fragile test for "does f contain closure c?" by David Chase · 7 months ago
  10. c390a1c [release-branch.go1.23] go1.23.3 by Gopher Robot · 7 months ago upstream-go1.23.3
  11. 1207de4 [release-branch.go1.23] runtime: reduce syscall.SyscallX stack usage by qmuntal · 7 months ago
  12. a0d15cb [release-branch.go1.23] runtime: fix MutexProfile missing root frames by Felix Geisendörfer · 7 months ago
  13. 958f3a0 [release-branch.go1.23] internal/poll: handle the special case of sendfile(2) sending the full chunk by Andy Pan · 7 months ago
  14. 6ba3a8a [release-branch.go1.23] internal/poll: keep copying after successful Sendfile return on BSD by Damien Neil · 7 months ago
  15. 5472853 [release-branch.go1.23] cmd/link: generate Mach-O UUID when -B flag is specified by Cherry Mui · 7 months ago
  16. cfe0ae0 [release-branch.go1.23] runtime: uphold goroutine profile invariants in coroswitch by Michael Anthony Knyszek · 7 months ago
  17. 58babf6 [release-branch.go1.23] runtime,time: use atomic.Int32 for isSending by Michael Anthony Knyszek · 7 months ago
  18. 8d79bf7 [release-branch.go1.23] runtime: don't frob isSending for tickers by Ian Lance Taylor · 7 months ago
  19. 35c010a [release-branch.go1.23] runtime: fix GoroutineProfile stacks not getting null terminated by Felix Geisendörfer · 7 months ago
  20. 6495ce0 [release-branch.go1.23] syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature check child by Michael Pratt · 8 months ago
  21. 7fc8312 [release-branch.go1.23] os: add clone(CLONE_PIDFD) check to pidfd feature check by Michael Pratt · 8 months ago
  22. cc16cdf [release-branch.go1.23] runtime: clear isSending bit earlier by Ian Lance Taylor · 8 months ago
  23. 20472ab Merge tag 'upstream-go1.23.2' by Colin Cross · 8 months ago
  24. 4349fc3 Fix update-prebuilts.sh by Colin Cross · 8 months ago
  25. 9563300f [release-branch.go1.23] os: ignore SIGSYS in checkPidfd by cions · 8 months ago
  26. f8080ed [release-branch.go1.23] runtime: fix TestGdbAutotmpTypes on gdb version 15 by Shulhan · 8 months ago
  27. ed07b32 [release-branch.go1.23] go1.23.2 by Gopher Robot · 8 months ago upstream-go1.23.2
  28. 3b2e846 [release-branch.go1.23] runtime: if stop/reset races with running timer, return correct result by Ian Lance Taylor · 8 months ago
  29. fbddfae [release-branch.go1.23] cmd/compile: fix wrong esacpe analysis for rangefunc by Cuong Manh Le · 8 months ago
  30. c8c6f9a [release-branch.go1.23] syscall: on exec failure, close pidfd by Ian Lance Taylor · 9 months ago
  31. a74951c [release-branch.go1.23] unique: don't retain uncloned input as key by Michael Anthony Knyszek · 9 months ago
  32. e6598e7 [release-branch.go1.23] os: dup pidfd if caller sets PidFD manually by Wei Fu · 9 months ago
  33. 82575f7 [release-branch.go1.23] internal/weak: shade pointer in weak-to-strong conversion by Michael Anthony Knyszek · 9 months ago
  34. a886959 [release-branch.go1.23] runtime: size maps.Clone destination bucket array safely by Keith Randall · 9 months ago
  35. 80ff7cd [release-branch.go1.23] cmd/cgo: correct padding required by alignment by Ian Lance Taylor · 9 months ago
  36. 69234de [release-branch.go1.23] go1.23.1 by Gopher Robot · 9 months ago upstream-go1.23.1
  37. 032ac07 [release-branch.go1.23] go/build/constraint: add parsing limits by Roland Shoemaker · 9 months ago
  38. fa8ff1a [release-branch.go1.23] encoding/gob: cover missed cases when checking ignore depth by Roland Shoemaker · 9 months ago
  39. 53487e5 [release-branch.go1.23] go/parser: track depth in nested element lists by Roland Shoemaker · 9 months ago
  40. 3d1f1f2 [release-branch.go1.23] cmd: vendor golang.org/x/telemetry@internal-branch.go1.23-vendor by Michael Pratt · 9 months ago
  41. 6de5a71 [release-branch.go1.23] database/sql: fix panic with concurrent Conn and Close by Nic Klaassen · 9 months ago
  42. 9625a7f [release-branch.go1.23] go/types, types2: unalias tilde terms in underIs by Tim King · 9 months ago
  43. 9c939a1 [release-branch.go1.23] runtime: store bp on cgocallback as unsafe.Pointer by Michael Anthony Knyszek · 9 months ago
  44. 7afe17b [release-branch.go1.23] go/types, types2: use max(fileVersion, go1.21) if fileVersion present by Michael Matloob · 9 months ago
  45. 8002845 [release-branch.go1.23] runtime: on AIX, fix call to _cgo_sys_thread_create in _rt0_ppc64_aix_lib by Paul E. Murphy · 10 months ago
  46. 9166d2f [release-branch.go1.23] go/types, types2: Named.cleanup must also handle *Alias types by Robert Griesemer · 10 months ago
  47. 76346b3 [release-branch.go1.23] unique: use TypeFor instead of TypeOf to get type in Make by Michael Anthony Knyszek · 10 months ago
  48. 3c93405 [release-branch.go1.23] os: use O_EXCL instead of O_TRUNC in CopyFS to disallow rewriting existing files does not exist by Andy Pan · 10 months ago
  49. dbecb41 [release-branch.go1.23] os: fix Chtimes test flakes by Kir Kolyshkin · 10 months ago
  50. 6885bad [release-branch.go1.23] go1.23.0 by Gopher Robot · 10 months ago upstream-go1.23.0
  51. ec7d609 [release-branch.go1.23] revert "go/types, types2: only use fileVersion if 1.21 or greater" by Carlos Amedee · 10 months ago
  52. 63b0f80 [release-branch.go1.23] go/types, types2: only use fileVersion if 1.21 or greater by Michael Matloob · 10 months ago
  53. 7adb012 [release-branch.go1.23] crypto/tls: fix testHandshake close flakes by Filippo Valsorda · 10 months ago
  54. c9940fe [release-branch.go1.23] types2, go/types: fix instantiation of named type with generic alias by Cuong Manh Le · 10 months ago
  55. 3509415 [release-branch.go1.23] cmd/compile: more informative panic when importing generic type alias by Robert Griesemer · 10 months ago
  56. 559c775 [release-branch.go1.23] os: document CopyFS behavior for symlinks in destination by Damien Neil · 10 months ago
  57. f5e4e45 [release-branch.go1.23] all: merge master (5e8a731) into release-branch.go1.23 by Dmitri Shuralyov · 11 months ago
  58. 5e8a731 README: fix CC BY license name by Will Faught · 11 months ago
  59. a799fa5 slices: explicitly document nil and empty slice equality by Sean Liao · 11 months ago
  60. f0de94f cmd/compile: don't inline runtime functions in -d=checkptr build by Cherry Mui · 11 months ago
  61. 3959d54 runtime: mark lockWithRankMayAcquire as nosplit by Cuong Manh Le · 11 months ago
  62. 70491a8 maps: document handling of non-reflexive keys by Sean Liao · 11 months ago
  63. 7321aa9 cmd: vendor golang.org/x/telemetry@0b706e1 by Rob Findley · 11 months ago
  64. 420037b os: don't try to signal PID -1 on Unix by Ian Lance Taylor · 11 months ago
  65. 87abb4a runtime: avoid multiple records with identical stacks from MutexProfile by Nick Ripley · 11 months ago
  66. 8c88f0c cmd/cgo/internal/testcarchive: remove 1-minute timeout by Cherry Mui · 11 months ago
  67. fc51e50 math/big: fix comment typo in natdiv.go by withsky · 11 months ago
  68. 90c6558 internal/bytealg: extend memchr result correctly on wasm by Zxilly · 11 months ago
  69. 3557118 cmd/internal/cov: close counter data files eagerly by Than McIntosh · 11 months ago
  70. f2bcab5 regexp: more cross-references in docstrings by Kir Kolyshkin · 11 months ago
  71. 9915b87 bytes: more cross-references in docstrings by Kir Kolyshkin · 11 months ago
  72. 97ccc22 math/big: use lists in docstrings by Kir Kolyshkin · 11 months ago
  73. 66e940b math/big: more cross-references in docstrings by Kir Kolyshkin · 11 months ago
  74. 0dae393 encoding/binary: use list format in docstrings by Kir Kolyshkin · 11 months ago
  75. 451a284 strings,bytes,regexp: use lists in Split* docstrings by Kir Kolyshkin · 11 months ago
  76. b4a92f5 crypto/tls: add exclude tls flags to bogo_shim_test by Clide Stefani · 11 months ago
  77. 3bfbfa8 encoding/json: document compact json output in Encoder.Encode by Sean Liao · 11 months ago
  78. d5479e1 net: document ParseIP always returns IPv6 addresses by Sean Liao · 11 months ago
  79. 5c7f541 archive/zip: document handling of duplicate names in Writer.Create by Sean Liao · 11 months ago
  80. 6b97448 sort: add example for Find by cui fliter · 11 months ago
  81. 8b48290 cmd/compile: fix recursive generic interface instantiation by Cuong Manh Le · 11 months ago
  82. 30b6fd6 [release-branch.go1.23] go1.23rc2 by Gopher Robot · 11 months ago upstream-go1.23rc2
  83. 959b3fd flag: add FlagSet example by Miki Tebeka · 11 months ago
  84. 7e4d6c2 [release-branch.go1.23] all: merge master (6948b4d) into release-branch.go1.23 by Cherry Mui · 11 months ago
  85. 6948b4d Revert "runtime: avoid multiple records with identical stacks from MutexProfile" by Cherry Mui · 11 months ago
  86. 8bd4ed6 [release-branch.go1.23] all: merge master (8f1ec59) into release-branch.go1.23 by Cherry Mui · 11 months ago
  87. 8f1ec59 strings: re-introduce noescape wrapper by Cuong Manh Le · 11 months ago
  88. 5d36bc1 net/http: document io.Seeker requirement for fs.FS arguments by Sean Liao · 11 months ago
  89. 071b8d5 cmd: vendor golang.org/x/telemetry@268b4a8ec2d7 by Rob Findley · 11 months ago
  90. 4e77872 go/types: fix assertion failure when range over int is not permitted by Tim King · 11 months ago
  91. 8bc32ab os: clean up after TestIssue60181 by Joel Sing · 11 months ago
  92. b31e9a6 unsafe: say "functions like syscall.Syscall", not only Syscall by Ian Lance Taylor · 11 months ago
  93. a71bb57 all: make struct comments match struct names by cuishuang · 11 months ago
  94. 611f18c strings: more cross-references in docstrings by Kir Kolyshkin · 11 months ago
  95. 08a6e08 database/sql/driver: fix name in comment by Jonathan Hall · 11 months ago
  96. dfaaa91 os: clarify that IsNotExist, IsExist, IsPermission and IsTimeout work with nil errors by Diogo Pinela · 11 months ago
  97. 5881d85 crypto/tls: add support for -expect-no-hrr to bogo_shim_test by Clide Stefani · 11 months ago
  98. b304067 math: remove riscv64 assembly implementations of rounding by Jorropo · 11 months ago
  99. 70e453b context: handle nil values for valueCtx.String() by Sean Liao · 11 months ago
  100. 183a40d runtime: avoid multiple records with identical stacks from MutexProfile by Nick Ripley · 11 months ago