Skip to content
Snippets Groups Projects
Commit 4241f582 authored by Carlos Amedee's avatar Carlos Amedee
Browse files

[release-branch.go1.24] all: merge master (37f27fbe) into release-branch.go1.24

Conflicts:

- src/cmd/go/testdata/script/goauth_netrc.txt

Merge List:

+ 2025-01-31 37f27fbe cmd/go: enable fips test and fix caching bug
+ 2025-01-31 77d20838 cmd: update golang.org/x/tools to CL 645697, and revendor
+ 2025-01-30 ce7ea0a6 cmd/go: refine GOAUTH user parsing to be more strict
+ 2025-01-29 e81f7155 lib/fips140: freeze v1.0.0 FIPS 140 module zip file
+ 2025-01-29 4f48ad5c cmd/link/internal/loader: fix linknames from FIPS 140 frozen tree
+ 2025-01-29 1f58ad5d Revert "os: employ sendfile(2) for file-to-file copying on Linux when needed"
+ 2025-01-28 90ec9996 crypto/pbkdf2: add keyLength limit
+ 2025-01-28 62cd7cb6 crypto/hkdf: check error in TestFIPSServiceIndicator
+ 2025-01-28 7764c502 crypto/internal/sysrand: skip TestNoGetrandom without cgo
+ 2025-01-28 50455385 internal/coverage: fix bug in text-format coverage output with multiple packages
+ 2025-01-28 28d389ef internal/godebug: check error from os.ReadFile in test
+ 2025-01-28 8071f2a1 runtime: mapiter linkname compatibility layer
+ 2025-01-28 78e6f2a1 runtime: rename mapiterinit and mapiternext
+ 2025-01-28 4ebd5bf8 internal/goexperiment: update location of baseline experiment in comment
+ 2025-01-27 f8937cb6 archive/zip, archive/tar: writer appends slash to directory names
+ 2025-01-27 11e08d9d strconv: adjust comment so that gofmt doesn't mung it
+ 2025-01-27 b9872221 crypto/internal/fips140/rsa: avoid CAST unsetting the service indicator
+ 2025-01-27 3f791c8d crypto/internal/fips140/aes: set FIPS 140 service indicator for CTR and CBC
+ 2025-01-27 e0aeee82 crypto/ecdsa: avoid needless ScalarBaseMult in s390x
+ 2025-01-27 f70aa382 cmd/go: do not call base.fatal for an unset HOME for GOAUTH=netrc
+ 2025-01-27 475e0834 Revert "runtime: Check LSE support on ARM64 at runtime init"
+ 2025-01-27 e2e700f8 crypto/internal/boring: keep ECDH public key alive during cgo calls
+ 2025-01-22 608acff8 go/types: avoid importer.Default
+ 2025-01-22 9d21ef3b runtime: fix the equality check in AddCleanup
+ 2025-01-22 5a46b17b os: force a goroutine to be scheduled on WASM
+ 2025-01-22 6fc23a3c crypto/internal/fips140/nistec: make p256NegCond constant time on ppc64le
+ 2025-01-22 70b603f4 go/importer: document limitations of this API
+ 2025-01-21 f6d17c54 net/http: update bundled golang.org/x/net/http2 [generated]
+ 2025-01-21 3aa7c5ef testing: fix reference to B.N in docstring
+ 2025-01-20 3f4164f5 runtime: delete out of date comment
+ 2025-01-17 40b3c0e5 internal/coverage: refactor EmitTextual in preparation for bugfix
+ 2025-01-17 87023bb2 go/types, types2: ensure deterministic output when reporting an init cycle
+ 2025-01-17 80bf7d83 go/types, types2: remove superfluous assertion (fix build)
+ 2025-01-16 1a93e4a2 lib/time: update to 2025a/2025a
+ 2025-01-16 0b632d26 cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initialization
+ 2025-01-16 6a4effa0 crypto/x509: avoid panic when parsing partial PKCS#1 private keys
+ 2025-01-16 139d6eed cmd/go: restore netrc preferences for GOAUTH and fix domain lookup
+ 2025-01-16 2b2314e9 crypto/x509: properly check for IPv6 hosts in URIs
+ 2025-01-16 67833772 net/http: persist header stripping across repeated redirects
+ 2025-01-14 368a9ec9 encoding/json: cleanup tests
+ 2025-01-14 bd80d895 cmd/go/internal/modfetch: do not trust server to send all tags in shallow fetch
+ 2025-01-14 4fa61d6f cmd/api: report error in test instead of crashing
+ 2025-01-14 c5e205e9 internal/runtime/maps: re-enable some tests
+ 2025-01-14 befc4365 testing/fstest: fix function name and comment
+ 2025-01-14 c83f2ca4 cmd/dist: ignore packages with no Go files in BenchmarkAll
+ 2025-01-13 6da16013 cmd/go: check go version when parsing go.mod fails
+ 2025-01-13 de9fdc7b syscall/js: adjust comments to that gofmt does not change them
+ 2025-01-13 17ed2159 go/types, types2: don't panic when instantiating generic alias with wrong number of type arguments
+ 2025-01-13 c53307c3 spec: fix grammar issue
+ 2025-01-13 47a56b2b encoding/json: add cases to TestUnmarshal for fatal syntactic errors
+ 2025-01-13 7bb192a1 encoding/json: always check resulting Go value for unmarshaling
+ 2025-01-12 44a6f817 cmd/compile: fix write barrier coalescing
+ 2025-01-10 19e92318 crypto/internal/fips140test: add hmac DRBG ACVP tests
+ 2025-01-10 7255b949 crypto/internal/fips140test: add ML-KEM ACVP tests
+ 2025-01-09 932ec2be crypto/rsa: fix GenerateKey flakes for toy-sized keys
+ 2025-01-09 d0c9142c runtime/pprof: hide map runtime frames from heap profiles
+ 2025-01-09 c7c4420a cmd/go: clarify GODEBUG in go help environment
+ 2025-01-09 c6ab13fc cmd/go/internal/mmap: reslice to file size on Windows
+ 2025-01-09 f5a89dff crypto: fix fips140=only detection of SHA-3
+ 2025-01-08 4225c6cb encoding/json: improve fidelity of TestUnmarshal for Numbers
+ 2025-01-08 c87a6f93 crypto/mlkem: merge mlkem768.go and mlkem1024.go to improve godoc
+ 2025-01-08 f57a3a7c crypto/mlkem: add example and improve docs
+ 2025-01-08 c9afcbad go/types, types2: require iterator yield to return bool (work-around)
+ 2025-01-08 54693a81 crypto/md5,crypto/sha1: apply fips140=only to Write and Sum, not New
+ 2025-01-08 0cdf8c7a crypto/ecdsa: apply fips140=only to deterministic ECDSA hash
+ 2025-01-08 4640e92a crypto/rsa: apply fips140=only to opts.Hash in SignPSS

Change-Id: I443d8d9433e7f504905b60652d3fcd975e5f674b
parents 8a4c24f9 37f27fbe
No related branches found
No related tags found
No related merge requests found
Showing
with 96 additions and 18 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment