aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-01-27crypto/internal/boring: keep ECDH public key alive during cgo callsRoland Shoemaker
2025-01-22go/types: avoid importer.DefaultAlan Donovan
2025-01-22runtime: fix the equality check in AddCleanupCarlos Amedee
2025-01-22os: force a goroutine to be scheduled on WASMCarlos Amedee
2025-01-22crypto/internal/fips140/nistec: make p256NegCond constant time on ppc64leRoland Shoemaker
2025-01-22go/importer: document limitations of this APIAlan Donovan
2025-01-21net/http: update bundled golang.org/x/net/http2 [generated]Dmitri Shuralyov
2025-01-21testing: fix reference to B.N in docstringKir Kolyshkin
2025-01-20runtime: delete out of date commentBill Morgan
2025-01-17internal/coverage: refactor EmitTextual in preparation for bugfixThan McIntosh
2025-01-17go/types, types2: ensure deterministic output when reporting an init cycleWingrez
2025-01-17go/types, types2: remove superfluous assertion (fix build)Robert Griesemer
2025-01-16lib/time: update to 2025a/2025aTobias Klauser
2025-01-16cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial...Cherry Mui
2025-01-16[release-branch.go1.24] go1.24rc2go1.24rc2Gopher Robot
2025-01-16[release-branch.go1.24] crypto/x509: avoid panic when parsing partial PKCS#1 ...Filippo Valsorda
2025-01-16[release-branch.go1.24] cmd/go: restore netrc preferences for GOAUTH and fix ...Sam Thanawalla
2025-01-16[release-branch.go1.24] net/http: persist header stripping across repeated re...Damien Neil
2025-01-16[release-branch.go1.24] crypto/x509: properly check for IPv6 hosts in URIsRoland Shoemaker
2025-01-16crypto/x509: avoid panic when parsing partial PKCS#1 private keysFilippo Valsorda
2025-01-16cmd/go: restore netrc preferences for GOAUTH and fix domain lookupSam Thanawalla
2025-01-16crypto/x509: properly check for IPv6 hosts in URIsRoland Shoemaker
2025-01-16net/http: persist header stripping across repeated redirectsDamien Neil
2025-01-14encoding/json: cleanup testsJoe Tsai
2025-01-14cmd/go/internal/modfetch: do not trust server to send all tags in shallow fetchRuss Cox
2025-01-14cmd/api: report error in test instead of crashingRuss Cox