Skip to content

Update submodule to latest master in microsoft/main#2423

Open
bot-for-go[bot] wants to merge 1 commit into
microsoft/mainfrom
dev/auto-sync/microsoft/main
Open

Update submodule to latest master in microsoft/main#2423
bot-for-go[bot] wants to merge 1 commit into
microsoft/mainfrom
dev/auto-sync/microsoft/main

Conversation

@bot-for-go

@bot-for-go bot-for-go Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

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
  • f48a3fc8f1 cmd/go: move TestBinaryOnlyPackages to a script test
  • 21ae06fe28 Revert "cmd/compile: optimize abi.Type.TFlag loads"
  • 2b80068e2e Revert "cmd/compile: speedup large synthetic init function compile time"
  • c122d7e6c5 cmd/internal/obj/arm64: add CASPA/CASPAL/CASPL pair atomic instructions
  • c7abbff510 go/types, types2: pass in some targets for composite literal types
  • 39cc89aa11 go/types, types2: check for composite literal type target
  • 17810c616f go/types, types2: thread composite literal target through expressions
  • 54539e7c9e go/types, types2: reorder channel sends to extract value target type
  • 0ca95db05f go/parser: allow untyped composite literals
  • a3edc4c682 cmd/compile/internal/syntax: allow untyped composite literals
  • ebdf81fda7 Revert "cmd/compile: on AMD64 use leave instruction for go compiled functions"
  • 297d5911b5 all: update vendored dependencies
  • 1ad6b283d4 crypto/internal/fips140/subtle: re-add assembly implementation of xorBytes for mips64x
  • 73aaa406fb crypto/internal/fips140/subtle: re-add assembly implementation of xorBytes for mipsx
  • a28f0001b7 cmd/go/testdata/script/build_cwd_newline.txt: update go list output
  • c252639210 cmd/compile: fix broken 386 softfloat builder
  • ce608609c1 internal/bytealg: use NEON for compare_arm64.s large-input path
  • fb355d8a3c cmd/compile: rewrite x*y-z to fused multiply subtract for GOAMD64=v3
  • c2dcde178d cmd/compile: add align128 compiler marker for 128-bit struct alignment
  • 61b0b6dd84 runtime: use sigaction syscalls when cgo is enabled on riscv64
  • 339fd9cf0a cmd/internal/script: correct interrupt process implementation
  • d888e9e419 cmd/go/internal/telemetrystats: drop go/platform/target/{goos,goarch}:*
  • 831c5835d9 cmd/compile: use right shift to compute >= 0 and < 0
  • d31e2b6711 cmd/go/internal/doc: always return cached executable
  • 9f1012d9a1 go/doc/comment: never rewrite into smart quotes
  • 4bbe2752b3 cmd/go: retry ETXTBSY when running a cached builtin tool
  • e7d8668a6a cmd/compile: use a value slice for SSA Func.Names
  • 9b1a726059 text/template, html/template: correct the documentation for IsTrue
  • 6bb1bf7890 bytes, strings: add example for CutLast
  • dd9e8d9bbd reflect: add example for TypeAssert
  • f28114cca0 bytes: add example for Buffer.Peek
  • 940c49c26a debug/elf: use bytes.IndexByte in getString
  • 10981ef137 cmd/go: avoid a blank line before ok when discarded output lacks a newline
  • 1e28d9f580 encoding/base64, encoding/base32: panic when encoded length overflows int
  • d3c517908d cmd/compile: avoid heap-allocating LocalSlot in addNamedValue
  • 86eb9afa8c cmd/compile: optimize abi.Type.TFlag loads
  • e75c0ec6b3 crypto: clarify allowed overlap for AEAD
  • 59468eb957 html/template: test JavaScript escaping of cyclic values
  • d060863557 cmd/compile: avoid temporaries for float division call args
  • c78af9ddc8 reflect: improve escape analysis for Value.Set
  • a6351c94fb encoding/xml: reject invalid comment tokens
  • 58e8638c80 cmd/compile: require alignment for memcombine on riscv64
  • cff61723f3 reflect: extract potentially embedded reflect types before use
  • 4472de41fd cmd/internal/obj/riscv: document rva23u64 feature macros
  • f0c78119ea cmd/compile/internal/types: store SIMD flags in Type.flags bitset
  • 2a95a616e9 net/http: reject userinfo in CrossOriginProtection
  • f192b5be2e cmd/compile/internal/ir: handle RHS = nil in static value
  • 56d7cfd457 cmd/compile: on AMD64 use leave instruction for go compiled functions
  • 553ac454c2 cmd/compile: cleanup PPC64 atomics ssa asm generation
  • f23bcc2fa7 cmd/compile: remove write barrier wbMove ABI optimization
  • 0948ed6c87 cmd/compile: remove LEA splitting
  • aa5fc60a63 cmd/compile/internal/arm64: fuse adjacent spill/reload STR/LDR into STP/LDP
  • 9fb7b20135 cmd/go: do not pass -mthreads to C compiler on Windows
  • ff884052f0 net/url: add MustParse
  • 12a1a35032 cmd/compile: fix bug in convertIntWithBitsize
  • 26fd8f14e6 cmd/link: resolve crt0_64.o the same way as the other AIX startup files.
  • 77a63bd811 cmd/compile: fix typographical errors in Midway comment
  • ed5e6156e2 cmd/compile: fix typo in arm64 ssa comment
  • 607cfcea17 cmd/compile: prevent arm[64] noov InvertFlags miscompilation at min int
  • bc4eb9a15f go/build/constraint: match "go1." only as a tag prefix in GoVersion
  • 0a6ccc557a cmd/compile: on amd64 optimize x + carry and x - carry into ADC and SBB
  • 916488f43a runtime: restructure arm64 memequal for small sizes
  • 4dd8b7df66 cmd/link: deduplicate ELF symbol string table entries
  • 806916c4a3 path/filepath: avoid Rel loop on exhausted matching paths
  • 4a7dfbfa38 cmd/compile: fold int(invertibleBool)^1 and int(!bool)^c
  • 3c2bdfff47 cmd/compile: enable CondSelect math for pow2 Or/Xor on amd64
  • 33b70e98de cmd/compile/internal/ssa: strength reduce bits.Mul64(x, 1<<s)
  • b9301d4823 cmd/compile/internal/ssa: improve splitPtr analysis
  • d2d6d44095 runtime: add plan9 to osHasLowResTimer
  • 8a92448bc2 runtime: remove unused frag calculation in ASAN poisoning
  • e702299143 net: eliminate bounds checks in hasUpperCase
  • ab7c73882b crypto/internal/fips140/bigmod: trim extendedGCD comments
  • 856af779c9 crypto/internal/fips140/bigmod: fix extendedGCD implementation mismatch
  • e24c7a6508 internal/bytealg: unroll compare_arm64.s chunk16_loop to 32 bytes/iter
  • d9884eed65 cmd/compile: fix bit width in IsInBounds Rsh rules
  • dc72b71db0 cmd/compile: speedup large synthetic init function compile time
  • c1657c45eb cmd/distpack: exclude the .jj directory
  • 6561d9e488 cmd/go: avoid build actions for pure-Go go list -compiled
  • b3cbe6a122 cmd/go/internal/work: cache coverage output

View full diff on GitHub

Copilot AI review requested due to automatic review settings July 17, 2026 16:56

@review-bot-for-go review-bot-for-go Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Auto-approving.

@bot-for-go
bot-for-go Bot enabled auto-merge July 17, 2026 16:56
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the tracked revision of a Git submodule.

Changes:

  • Bumps the go submodule pointer from 060245832fdda78cb2f6113ed4c5fc6339808e47 to f48a3fc8f113c4a6851454e622fcca480aa690ab.

@bot-for-go
bot-for-go Bot force-pushed the dev/auto-sync/microsoft/main branch from 0b8ea8e to 18e3ee4 Compare July 17, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant