Skip to content

Commit

Permalink
Merge pull request #1087 from microsoft/dev/auto-sync/microsoft/relea…
Browse files Browse the repository at this point in the history
…se-branch.go1.21

Update submodule to latest `release-branch.go1.21` in `microsoft/release-branch.go1.21`
  • Loading branch information
microsoft-golang-review-bot authored Dec 5, 2023
2 parents 2a58c29 + 0f27b5b commit a278c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.21.4
go1.21.5
2 changes: 1 addition & 1 deletion go
Submodule go updated 40 files
+2 −2 VERSION
+7 −7 src/cmd/compile/internal/ssa/_gen/generic.rules
+1 −1 src/cmd/compile/internal/ssa/_gen/genericOps.go
+22 −1 src/cmd/compile/internal/ssa/check.go
+3 −4 src/cmd/compile/internal/ssa/deadcode.go
+57 −9 src/cmd/compile/internal/ssa/deadstore.go
+1 −1 src/cmd/compile/internal/ssa/fuse.go
+1 −1 src/cmd/compile/internal/ssa/fuse_test.go
+7 −0 src/cmd/compile/internal/ssa/loopbce.go
+20 −22 src/cmd/compile/internal/ssa/nilcheck.go
+4 −3 src/cmd/compile/internal/ssa/opGen.go
+9 −0 src/cmd/compile/internal/ssa/rewrite.go
+36 −31 src/cmd/compile/internal/ssa/rewritegeneric.go
+17 −1 src/cmd/compile/internal/ssa/schedule.go
+5 −1 src/cmd/compile/internal/ssa/value.go
+10 −7 src/cmd/compile/internal/ssagen/ssa.go
+72 −18 src/cmd/go/internal/modcmd/download.go
+19 −6 src/cmd/go/internal/vcs/vcs.go
+3 −12 src/cmd/go/testdata/script/gotoolchain_modcmds.txt
+107 −0 src/cmd/go/testdata/script/mod_download_exec_toolchain.txt
+2 −1 src/cmd/go/testdata/script/mod_get_future.txt
+28 −0 src/cmd/go/testdata/script/mod_insecure_issue63845.txt
+1 −1 src/crypto/rand/rand.go
+2 −5 src/crypto/rand/rand_windows.go
+19 −2 src/internal/poll/splice_linux.go
+1 −0 src/internal/syscall/windows/reparse_windows.go
+1 −1 src/internal/syscall/windows/syscall_windows.go
+11 −10 src/internal/syscall/windows/zsyscall_windows.go
+28 −6 src/net/http/internal/chunked.go
+59 −0 src/net/http/internal/chunked_test.go
+17 −1 src/os/types_windows.go
+10 −5 src/path/filepath/path_test.go
+7 −13 src/path/filepath/path_windows.go
+4 −0 src/runtime/malloc.go
+3 −1 src/runtime/mgc.go
+4 −0 src/runtime/mpagealloc.go
+13 −20 src/runtime/os_windows.go
+2 −0 src/syscall/rlimit_test.go
+48 −0 test/fixedbugs/issue63657.go
+22 −0 test/fixedbugs/issue63955.go

0 comments on commit a278c56

Please sign in to comment.