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