aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-03-17[release-branch.go1.24] runtime: Added usage example for the runtime.AddClean...Alexandr Primak
2025-03-17[release-branch.go1.24] crypto/tls: allow P-521 in FIPS 140-3 mode and Go+Bor...Filippo Valsorda
2025-03-12[release-branch.go1.24] cmd/compile: use inline-Pos-based recursion testDavid Chase
2025-03-05[release-branch.go1.24] cmd/compile: fix out of memory when inlining closureCuong Manh Le
2025-03-04[release-branch.go1.24] all: updates vendored x/netJunyang Shao
2025-03-04[release-branch.go1.24] go1.24.1go1.24.1Gopher Robot
2025-03-04[release-branch.go1.24] all: updated vendored x/net with security fixDamien Neil
2025-02-26[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...Ian Lance Taylor
2025-02-26[release-branch.go1.24] cmd/compile: don't pull constant offsets out of point...Keith Randall
2025-02-26[release-branch.go1.24] runtime: document that cleanups can run concurrently ...Michael Anthony Knyszek
2025-02-26[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...Ian Lance Taylor
2025-02-26[release-branch.go1.24] reflect: let Value.Seq return the iteration value cor...qiulaidongfeng
2025-02-26[release-branch.go1.24] syscall: disable O_DIRECTORY on Windows for js/wasmZxilly
2025-02-26[release-branch.go1.24] reflect: correctly handle method values in SeqMichael Anthony Knyszek
2025-02-26[release-branch.go1.24] runtime: use WCLONE when waiting on pidfd test childMichael Pratt
2025-02-26[release-branch.go1.24] syscall: don't send child signal when testing pidfdIan Lance Taylor
2025-02-26[release-branch.go1.24] cmd/compile: don't report newLimit discovered when un...Jorropo
2025-02-26[release-branch.go1.24] debug/buildinfo: base64-encode test binariesMichael Pratt
2025-02-26[release-branch.go1.24] cmd/compile: ensure we don't reuse temporary registerkhr@golang.org
2025-02-25[release-branch.go1.24] internal/godebugs: add fips140 as an opaque godebug s...Ian Lance Taylor
2025-02-21[release-branch.go1.24] cmd/compile, runtime: use deferreturn as target PC fo...David Chase
2025-02-19[release-branch.go1.24] doc/godebug: mention GODEBUG=fips140Ian Lance Taylor
2025-02-19[release-branch.go1.24] cmd/compile: avoid infinite recursion when inlining c...Cuong Manh Le
2025-02-19[release-branch.go1.24] syscall: don't truncate newly created files on Windowsqmuntal
2025-02-19[release-branch.go1.24] runtime: fix usleep on s390x/linuxPaul Murphy
2025-02-19[release-branch.go1.24] runtime: add some linknames back for `github.com/byte...段仪
2025-02-12[release-branch.go1.24] cmd/go: initialize req.Header when loading git creden...Quan Tong
2025-02-11[release-branch.go1.24] go1.24.0go1.24.0Gopher Robot
2025-02-10[release-branch.go1.24] bytes: use "subslice" instead of "substring" in doc c...Cherry Mui
2025-02-10[release-branch.go1.24] os: hide SetFinalizer from users of RootMichael Anthony Knyszek
2025-02-06[release-branch.go1.24] weak: prevent unsafe conversions using weak pointersthepudds
2025-02-05[release-branch.go1.24] go1.24rc3go1.24rc3Gopher Robot
2025-02-05[release-branch.go1.24] Revert "cmd/go/internal/work: allow @ character in so...Roland Shoemaker
2025-01-31[release-branch.go1.24] all: merge master (37f27fb) into release-branch.go1.24Carlos Amedee
2025-01-31cmd/go: enable fips test and fix caching bugRuss Cox
2025-01-31cmd: update golang.org/x/tools to CL 645697, and revendorRob Findley
2025-01-30cmd/go: refine GOAUTH user parsing to be more strictSam Thanawalla