Update submodule to latest master in microsoft/main - #2469
Merged
Conversation
…acompile/prove: add slices of same length later
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the go git submodule to a newer upstream golang/go master revision, syncing Microsoft’s fork wrapper repo to include the listed upstream commits (compiler/SSA updates, net/http behavior + tests, crypto/tls test fix, etc.).
Changes:
- Bump the
gosubmodule pointer to a newer upstreamgolang/gocommit (fromc9e4a2aa...tof85791f6...), bringing in the upstream commit set enumerated in the PR description.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
f85791f6dfcmd/compile/internal/ssacompile/prove: add slices of same length latere0ecd48a28cmd/compile: adjust logopt to attempt to deal with -trimpath62bb6b4a80simd, cmd/compile: add arm64 VCMTST instruction and peephole6a4ff9ce36cmd/compile: avoid zero extension when sufficiently shifted on riscv6487177af2cctest/codegen: add tests for combined shift and zero extension on riscv64e5da70bf01simd/archsimd: generate unifier values for SVEb2b97b9496net/http: close connection after handling req with TE and CLc9bdc8d647net/http: add a test of the h1 server's body length computationd1c32e1e30net/http: make response test failures more descriptive18439e2e45go/parser: preserve ResolveFile failure state after panicb60817a581cmd/compile/internal/ssa: add per-value debug data to HTML dumpsed40f70205cmd/compile/internal/ssa: reuse single pass struct between passes2ba7d6096cinternal/cpu: detect RISC-V VLENB when the vector extension is availablec1969e2f05strings: reuse converted rune in IndexRune fallback0f4db1c83emath: implement func archHypot in assembly on loong64caa79d2f4fmath: implement func archLog in assembly on loong64417429c636cmd/internal/obj/loong64: add [X]VSTELM.{B/H/W/D} instructions supportdefa1f0155cmd/compile/internal/inline,internal/runtime/maps: inline mapaccess2 into mapaccess16f896356eedatabase/sql: add int64 and float64 fast paths to convertAssignRows866630a96dnet/http: preserve method and body on 301/302 redirects for QUERY8e35b7dc52cmd/compile/internal, cmd/internal: implement jump table on riscv64d4e072a416cmd/compile/internal/ssa: only get a fresh memstat if we need it5aaedc8a79cmd/compile: fix ICE when functions have params with very large offsets78c9eae8eecmd/compile/internal: add intrinsic rule for sync Atomic{And,Or}{32,64} on riscv64d86dd2ed4fcmd/compile: free IR fields after compiling each function8058a57773internal/cpu: enable ARM64 feature detection on ios86d99fe203net: avoid overflow when parsing ports785f9d843acontext: skip the Done receive in Err when the channel is closedchan979f74e417cmd/asm, cmd/internal/obj: support 6-bit VROR.VI immediates82e90bec02cmd/compile: fix htmlwriter pointer/interface confusion22c93ff2b2crypto/tls: fix client handshake tests hardcoding TLSv1.0d750c2d436cmd/internal/objfile: get size of final symbols rightView full diff on GitHub