Update submodule to latest master in microsoft/main - #2483
Update submodule to latest master in microsoft/main#2483bot-for-go[bot] wants to merge 6 commits into
master in microsoft/main#2483Conversation
…nc write a stable go.work.sum
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
This is an automated upstream sync that updates the go git submodule (pointing at https://github.com/golang/go) to a newer upstream master revision, bringing in the listed upstream commits into the Microsoft superproject.
Changes:
- Bump the
gosubmodule pointer to the latest upstreammaster(as of the PR generation). - Pull in upstream fixes and performance improvements across
cmd/go,cmd/compile,net/http,runtime, and other standard library/toolchain areas via the submodule update.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
The failing tests are new tests introduced in https://go-review.googlesource.com/c/go/+/822464. Submitted https://go-review.googlesource.com/c/go/+/825644 to fix the Windows failures. Still need to figure out how to fix Linux and Darwin. |
|
Also https://go-review.googlesource.com/c/go/+/825664 to fix the darwin failures. |
|
Also https://go-review.googlesource.com/c/go/+/826364 to fix the remaining windows failures. |
Hi! I'm a bot, and this is an automatically generated upstream sync PR. 🔃
After submitting the PR, I will attempt to enable auto-merge in the "merge commit" configuration.
For more information, visit sync documentation in microsoft/go-infra.
Upstream commits included in this update
b614756d7bcmd/go: make go work sync write a stable go.work.sumc5f8a9ea4ccmd/go/internal/modload: parallelize for speedc9ed5e9172cmd/compile: change how ssa/_gen processes generic simd opsbaaa78e747os: update examples to use errors.Is instead of deprecated helpers8b5a040d15bufio: add fast path to WriteString for strings that fit in the buffer489a414c39math/big: fix DivMod when the modulus aliases the divisor603439a1c6cmd/compile: use SLLW for Lsh32x(64|32|16|8) on riscv64da7c67f595net/http: abort in-flight response writes when the connection diesb3f5034b15cmd/internal/obj/arm64: handle large offsets in load/store pairscff1e3df74net/http: close connection after invalid trailers (including bare LF)3d727ce069runtime: disable mutex profile during async preemption on windows142f9be9bbcmd/go: invoke go compiler using -linkobj and combine outputs afterd46cdb752bcmd/compile: extract Sreedhar-Gao phi walk into ssa.IterDomFrontierPlus069f875c97simd: fix GODEBUG vector size parsing30843789bfsimd: fix CLMUL report for GODEBUG=simd=+e12674b074cmd/go: make the go.mod summary cache per-loaderf4fbda30f1syscall/js: test that ValueError reports the correct method name9149afe0c7cmd/go: add test for go work sync writing incomplete go.sum filesfce20c7944cmd/go: skip TestScript/test_fuzz_modcache when !fuzz091c48a7f2hash/adler32: prepare update for vectorized implementationsea7d327c80cmd/compile: fix incorrect qualifying generic methods with alias receiver2c7cbba805cmd/go/internal/list: put new go list -export format behind experiment1c2ab392e2cmd/go/internal/list: update documentation for export changesaf149556a4cmd/go/internal/work: add export actionb0434e1e9ago/types, types2: return Type rather than *Signature from target.sig48e387d5e0go/types, types2: add test cases that execute all newTarget/newHint calls94b71ff4d0encoding/json/v2: avoid setting with errors parsing float474840591druntime/pprof: stop the coroutine spinner in TestGoroutineProfileCoro194e4228abcmd/go: use correct skip syntax in build_cgo_consistent_results1c57be50f8runtime: skip TestSecretCgo if runtime/secret is not implemented86935037f4runtime/race: tolerate the WaitGroup reuse panic in the testdata program33aff0e52bcmd/go: disable tests broken on certain platforms793ccaca60cmd/go/internal/load: record -mod=vendor in build settingfba9e4b2d0go/types, types2: remove all vestiges of composite literal hint parametersef3608b90ego/types, types2: use target to propagate composite literal type hints8af6b7616dgo/types, types2: use target consistently to hold the assignment context type56480a26ddnet/http: bind the HTTP/3 test client to the server's address971bc73657database/sql: fix closingMutex writer coordination9eac81ba2fnet/http: reject IDNA conversion to the empty stringd87b733482go/types, types2: allow target to hold any type, not just signaturese656c14b0acrypto/mlkem: fix FIPS 130-3 CAST2117d7cf9fnet/http: use consistent IDNA processing for h1 and h26f1086d994net/http: encourage FileServerFS with an os.Root over FileServer with Dir88b2ccb649net/http: add multiplexed connections to the idle pool prior to deliverydb50c14931net/http: wait for QUIC endpoint to shut down when detecting goroutine leaks32970ad8e6net/http: add MethodQuery constant849501bbd9cmd/compile: fix type mismatches in float and int conversion lowering rules on loong64286c7389e9cmd/compile: eliminate redundant high-bit extensions on loong64026391c1b9cmd/compile: do not use float min max on s390xdadd464412cmd/go: remove [short] skip from even more script tests6e63dfef13cmd/go/testdata/script: remove redundant GO111MODULE=ond24f5e126acmd/go: remove [short] skip from some more script tests563c6549fdcmd/go: report an implicit go directive as upgraded from 1.16f0fb6be53ccmd/internal/obj/ppc64: fix async preempt safepoint bugaf83819064runtime: avoid setting SA_SIGINFO with SIG_DFL or SIG_IGN on darwin620058f867debug/elf: use addend when applying ppc relocationsf30a9b3490cmd/go: remove [short] skip from some script testsView full diff on GitHub