Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MICROSOFT_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
1
Comment thread
dagood marked this conversation as resolved.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.26.5
go1.26.6
2 changes: 1 addition & 1 deletion go
Submodule go updated 75 files
+2 −2 VERSION
+4 −0 doc/godebug.md
+8 −4 src/cmd/compile/internal/dwarfgen/dwarf.go
+6 −1 src/cmd/compile/internal/liveness/mergelocals.go
+15 −1 src/cmd/compile/internal/mips/ssa.go
+15 −1 src/cmd/compile/internal/mips64/ssa.go
+92 −86 src/cmd/compile/internal/ssa/_gen/386Ops.go
+282 −273 src/cmd/compile/internal/ssa/_gen/AMD64Ops.go
+58 −52 src/cmd/compile/internal/ssa/_gen/ARM64Ops.go
+35 −29 src/cmd/compile/internal/ssa/_gen/ARMOps.go
+37 −31 src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go
+2 −1 src/cmd/compile/internal/ssa/_gen/MIPS64.rules
+49 −36 src/cmd/compile/internal/ssa/_gen/MIPS64Ops.go
+45 −39 src/cmd/compile/internal/ssa/_gen/MIPSOps.go
+56 −44 src/cmd/compile/internal/ssa/_gen/PPC64Ops.go
+13 −11 src/cmd/compile/internal/ssa/_gen/RISCV64.rules
+45 −39 src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go
+99 −90 src/cmd/compile/internal/ssa/_gen/S390XOps.go
+18 −18 src/cmd/compile/internal/ssa/_gen/WasmOps.go
+8 −0 src/cmd/compile/internal/ssa/_gen/main.go
+2 −0 src/cmd/compile/internal/ssa/op.go
+1,783 −996 src/cmd/compile/internal/ssa/opGen.go
+365 −364 src/cmd/compile/internal/ssa/prove.go
+22 −0 src/cmd/compile/internal/ssa/rewriteMIPS64.go
+22 −11 src/cmd/compile/internal/ssa/rewriteRISCV64.go
+12 −0 src/cmd/compile/internal/ssa/value.go
+2 −0 src/cmd/internal/moddeps/moddeps_test.go
+3 −0 src/cmd/internal/obj/mips/asm0.go
+43 −0 src/cmd/link/internal/ld/ld_test.go
+1 −1 src/cmd/link/internal/ld/pe.go
+1 −1 src/cmd/vendor/golang.org/x/mod/sumdb/client.go
+30 −11 src/cmd/vendor/golang.org/x/mod/sumdb/tlog/tile.go
+0 −1 src/crypto/tls/bogo_config.json
+1 −1 src/crypto/tls/conn.go
+34 −0 src/crypto/tls/conn_test.go
+13 −3 src/crypto/tls/handshake_client.go
+10 −4 src/crypto/tls/handshake_server.go
+15 −6 src/encoding/asn1/asn1.go
+87 −0 src/encoding/asn1/asn1_test.go
+13 −15 src/encoding/xml/read.go
+154 −0 src/encoding/xml/read_test.go
+9 −2 src/encoding/xml/xml.go
+1 −1 src/go.mod
+2 −2 src/go.sum
+53 −3 src/html/template/escape_test.go
+4 −0 src/html/template/transition.go
+1 −0 src/internal/godebugs/table.go
+58 −1 src/net/http/serve_test.go
+11 −13 src/net/http/server.go
+19 −29 src/net/url/url.go
+21 −4 src/net/url/url_test.go
+6 −0 src/os/removeall_noat.go
+6 −0 src/os/root_noopenat.go
+15 −4 src/os/root_openat.go
+56 −1 src/os/root_test.go
+24 −0 src/runtime/callers_test.go
+10 −0 src/runtime/export_test.go
+10 −2 src/runtime/iface.go
+4 −0 src/runtime/metrics/doc.go
+9 −0 src/runtime/mgcmark.go
+38 −9 src/runtime/stack.go
+5 −0 src/runtime/sys_darwin_amd64.s
+6 −1 src/runtime/traceback.go
+14 −11 src/vendor/golang.org/x/net/dns/dnsmessage/svcb.go
+14 −1 src/vendor/golang.org/x/net/idna/idna10.0.0.go
+1 −1 src/vendor/modules.txt
+57 −0 test/fixedbugs/issue79874.go
+23 −0 test/fixedbugs/issue80097.go
+30 −0 test/fixedbugs/issue80127.go
+238 −0 test/fixedbugs/issue80188.go
+41 −0 test/fixedbugs/issue80517_1.go
+33 −0 test/fixedbugs/issue80517_2.go
+33 −0 test/fixedbugs/issue80517_3.go
+68 −0 test/fixedbugs/issue80577.go
+1 −1 test/prove.go
8 changes: 4 additions & 4 deletions patches/0001-Vendor-external-dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ index 00000000000000..f5dc9afe4b0ead
+// that are used by the backend package. This allows to track
+// their versions in a single patch file.
diff --git a/src/go.mod b/src/go.mod
index b329ba18def47c..3b633611d198ec 100644
index 620a311881f098..1d31de950c52f7 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -11,3 +11,9 @@ require (
Expand All @@ -2207,7 +2207,7 @@ index b329ba18def47c..3b633611d198ec 100644
+ github.com/microsoft/go-crypto-winnative v0.0.0-20260127024749-832b168a84e9
+)
diff --git a/src/go.sum b/src/go.sum
index 37f908522c1926..fff82a95d3ec12 100644
index 055a4281932ce4..4f663137c4e278 100644
--- a/src/go.sum
+++ b/src/go.sum
@@ -1,3 +1,9 @@
Expand All @@ -2219,7 +2219,7 @@ index 37f908522c1926..fff82a95d3ec12 100644
+github.com/microsoft/go-crypto-winnative v0.0.0-20260127024749-832b168a84e9/go.mod h1:gD686525Li/blRSYwSzFJ6/LJQVFJp7Y0MKp+dmqFbc=
golang.org/x/crypto v0.46.1-0.20251210140736-7dacc380ba00 h1:JgcPM1rzpSOZS8y69FQvnY0xN0ciHlpQqwTXJcuZIA4=
golang.org/x/crypto v0.46.1-0.20251210140736-7dacc380ba00/go.mod h1:Evb/oLKmMraqjZ2iQTwDwvCtJkczlDuTmdJXoZVzqU0=
golang.org/x/net v0.47.1-0.20260417193450-705de46f8788 h1:fVWwoa/P68Bsajqy2FO4dha7TRBfgf09o932L4USeXI=
golang.org/x/net v0.47.1-0.20260731170545-cb1d721f7fb3 h1:qbgM8pnaNGo8FUbT74e+whlrJGZ0RVX6xdN8ANEYj3Y=
diff --git a/src/go/build/deps_test.go b/src/go/build/deps_test.go
index f4b7e9dae5f3ae..74aa45a868b35c 100644
--- a/src/go/build/deps_test.go
Expand Down Expand Up @@ -38741,7 +38741,7 @@ index 00000000000000..1722410e5af193
+ return getSystemDirectory() + "\\" + dll
+}
diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt
index ceaebeb8a55620..1af909781beb20 100644
index aa2aa893310b0e..4ba42c8b8e5c65 100644
--- a/src/vendor/modules.txt
+++ b/src/vendor/modules.txt
@@ -1,3 +1,26 @@
Expand Down
Loading