aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-01-29lib/fips140: freeze v1.0.0 FIPS 140 module zip fileFilippo Valsorda
2025-01-29cmd/link/internal/loader: fix linknames from FIPS 140 frozen treeFilippo Valsorda
2025-01-29Revert "os: employ sendfile(2) for file-to-file copying on Linux when needed"Michael Pratt
2025-01-28crypto/pbkdf2: add keyLength limitRoland Shoemaker
2025-01-28crypto/hkdf: check error in TestFIPSServiceIndicatorIan Lance Taylor
2025-01-28crypto/internal/sysrand: skip TestNoGetrandom without cgoFilippo Valsorda
2025-01-28internal/coverage: fix bug in text-format coverage output with multiple packagesThan McIntosh
2025-01-28internal/godebug: check error from os.ReadFile in testIan Lance Taylor
2025-01-28runtime: mapiter linkname compatibility layerMichael Pratt
2025-01-28runtime: rename mapiterinit and mapiternextMichael Pratt
2025-01-28internal/goexperiment: update location of baseline experiment in commentIan Lance Taylor
2025-01-27archive/zip, archive/tar: writer appends slash to directory namesyincong
2025-01-27strconv: adjust comment so that gofmt doesn't mung itIan Lance Taylor
2025-01-27crypto/internal/fips140/rsa: avoid CAST unsetting the service indicatorFilippo Valsorda
2025-01-27crypto/internal/fips140/aes: set FIPS 140 service indicator for CTR and CBCFilippo Valsorda
2025-01-27crypto/ecdsa: avoid needless ScalarBaseMult in s390xFilippo Valsorda
2025-01-27cmd/go: do not call base.fatal for an unset HOME for GOAUTH=netrcSam Thanawalla
2025-01-27Revert "runtime: Check LSE support on ARM64 at runtime init"Cherry Mui