Update submodule to latest master in microsoft/main - #2499
Merged
Conversation
…: don't shrink HPACK decoder table before SETTINGS ack
|
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.
🔵 Needs a closer look
It advances the entire upstream Go submodule (runtime/compiler/net changes), which is inherently broad-impact and should be validated by CI and a human reviewer before approval.
Pull request overview
This PR is an automated upstream sync that updates the go submodule to a newer golang/go master revision, bringing in upstream fixes and new functionality (notably in HTTP/2 handling, arm64 SVE2 detection, plugin itab deduplication, and the cmd/compile types2 importer work).
Changes:
- Advance the
gosubmodule pointer to include upstream commits up to2c31595783(per PR description). - Pull in upstream runtime, net/http2, arm64 SIMD/CPU detection, and cmd/compile importer/types2 updates as part of the submodule bump.
File summaries
| File | Description |
|---|---|
go (submodule) |
Updates the embedded upstream golang/go source snapshot to a newer master revision containing the listed upstream commits. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 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
2c31595783net/http/internal/http2: don't shrink HPACK decoder table before SETTINGS acke077557cfbruntime, internal/cpu, simd/archsimd: add SVE2 detection on linux/arm647ae2269d48simd/archsimd: add SVE AndNot2d04c9d8b6runtime: don't add the itabs of a plugin twiceac059878bccmd/compile/internal/types2: point types2 tests to testimporter.Importer8a856e477ecmd/compile/internal/importer: implement a new types2 importerView full diff on GitHub