aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-06[release-branch.go1.24] go1.24.6go1.24.6Gopher Robot
2025-08-06[release-branch.go1.24] database/sql: avoid closing Rows while scan is in pro...Damien Neil
2025-07-30[release-branch.go1.24] os/exec: fix incorrect expansion of "", "." and ".." ...Olivier Mengué
2025-07-30[release-branch.go1.24] cmd/compile: for arm64 epilog, do SP increment with a...Keith Randall
2025-07-30[release-branch.go1.24] os/user: user random name for the test user accountqmuntal
2025-07-10[release-branch.go1.24] runtime: prevent unnecessary zeroing of large objects...Michael Anthony Knyszek
2025-07-10[release-branch.go1.24] runtime: stash allpSnapshot on the MMichael Pratt
2025-07-08[release-branch.go1.24] go1.24.5go1.24.5Gopher Robot
2025-07-08[release-branch.go1.24] cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-06-27[release-branch.go1.24] cmd/link: permit a larger size BSS reference to a sma...Cherry Mui
2025-06-27[release-branch.go1.24] runtime: set mspan limit field early and eagerlyMichael Anthony Knyszek
2025-06-27[release-branch.go1.24] runtime: prevent mutual deadlock between GC stopTheWo...Michael Anthony Knyszek
2025-06-27[release-branch.go1.24] runtime: handle system goroutines later in goroutine ...Michael Anthony Knyszek
2025-06-26[release-branch.go1.24] cmd/go/internal/fips140: ignore GOEXPERIMENT on errorMichael Pratt
2025-06-25[release-branch.go1.24] runtime: add missing unlock in sysReserveAlignedSbrkCherry Mui
2025-06-11[release-branch.go1.24] cmd/compile/internal/ssa: fix PPC64 merging of (AND (...Paul Murphy
2025-06-11[release-branch.go1.24] cmd/compile: do nil check before calling duff functio...Keith Randall
2025-06-05[release-branch.go1.24] go1.24.4go1.24.4Gopher Robot
2025-06-05[release-branch.go1.24] net/http: strip sensitive proxy headers from redirect...Neal Patel
2025-05-29[release-branch.go1.24] os: don't follow symlinks on Windows when O_CREATE|O_...Damien Neil
2025-05-29[release-branch.go1.24] cmd/link: allow linkname reference to a TEXT symbol r...Cherry Mui
2025-05-28[release-branch.go1.24] crypto/x509: decouple key usage and policy validationRoland Shoemaker
2025-05-28[release-branch.go1.24] lib/fips140: set inprocess.txt to v1.0.0Filippo Valsorda
2025-05-28[release-branch.go1.24] hash/maphash: hash channels in purego version of maph...Vladislav Yarmak
2025-05-28[release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSettingSean Liao
2025-05-12[release-branch.go1.24] os: fix Root.Mkdir permission bits on OpenBSDJosh Rickmar
2025-05-06[release-branch.go1.24] go1.24.3go1.24.3Gopher Robot
2025-05-06[release-branch.go1.24] os: avoid escape from Root via paths ending in ../Damien Neil
2025-04-29[release-branch.go1.24] cmd/compile: remove no-longer-necessary recursive inl...David Chase
2025-04-29[release-branch.go1.24] cmd/internal/obj/wasm: use i64 for large return addrZxilly
2025-04-28[release-branch.go1.24] cmd/go/internal/load: join incompatible and dirty bui...Dimitri John Ledkov
2025-04-28[release-branch.go1.24] runtime: cleanup M vgetrandom state before dropping PMichael Pratt
2025-04-28[release-branch.go1.24] internal/runtime/maps: pass proper func PC to race.Wr...Mateusz Poliwczak
2025-04-28[release-branch.go1.24] runtime: fix 9-arg syscall on darwin/amd64Keith Randall
2025-04-28[release-branch.go1.24] crypto/tls: fix ECH compatibility古大羊
2025-04-10[release-branch.go1.24] cmd/link: choose one with larger size for duplicated ...Cherry Mui
2025-04-03[release-branch.go1.24] os: avoid panic in Root when symlink references the rootDamien Neil
2025-04-01[release-branch.go1.24] go1.24.2go1.24.2Gopher Robot
2025-03-26[release-branch.go1.24] testing: detect a stopped timer in B.LoopAustin Clements
2025-03-26[release-branch.go1.24] testing: detect early return from B.LoopAustin Clements
2025-03-26[release-branch.go1.24] testing: separate b.Loop counter from b.NAustin Clements
2025-03-26[release-branch.go1.24] runtime: explicitly disable async preempt for interna...Andy Pan
2025-03-25[release-branch.go1.24] runtime: skip TestCgoCallbackPprof on platforms with ...Michael Pratt
2025-03-25[release-branch.go1.24] runtime: only set isExtraInC if there are no Go frame...Michael Pratt
2025-03-25[release-branch.go1.24] go/types,types2: allocate the used* maps in initFilesRob Findley
2025-03-25[release-branch.go1.24] go/types,types2: externalize used objectsRob Findley
2025-03-25[release-branch.go1.24] testing: allow manual timer control in testing.B.LoopJunyang Shao
2025-03-24[release-branch.go1.24] internal/godebugs: fix changed version for winsymlink...Jordan Liggitt
2025-03-18[release-branch.go1.24] net/http: reject newlines in chunk-size linesDamien Neil
2025-03-17[release-branch.go1.24] net/http: don't modify caller's tls.Config.NextProtosDamien Neil