Skip to content

Commit

Permalink
Merge pull request #1349 from microsoft/dev/auto-sync/microsoft/main
Browse files Browse the repository at this point in the history
Update submodule to latest `master` in `microsoft/main`
  • Loading branch information
microsoft-golang-review-bot authored Oct 2, 2024
2 parents 84de1c5 + 93d6043 commit f3c39e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go
Submodule go updated 58 files
+2 −0 api/next/54670.txt
+32 −5 doc/go_spec.html
+7 −0 doc/next/6-stdlib/99-minor/encoding/json/45669.md
+2 −0 doc/next/6-stdlib/99-minor/hash/maphash/54670.md
+4 −0 src/README.vendor
+3 −8 src/archive/tar/writer.go
+24 −9 src/cmd/cgo/doc.go
+1 −1 src/cmd/cgo/internal/testerrors/ptr_test.go
+1 −1 src/cmd/compile/internal/ssa/debug.go
+2 −1 src/cmd/compile/internal/ssa/poset.go
+16 −11 src/cmd/compile/internal/syntax/parser.go
+9 −0 src/cmd/compile/internal/syntax/testdata/issue69506.go
+1 −1 src/cmd/compile/internal/syntax/testdata/tparams.go
+5 −2 src/cmd/fix/netipv6zone.go
+6 −0 src/cmd/go/alldocs.go
+2 −1 src/cmd/go/go_test.go
+90 −15 src/cmd/go/internal/auth/auth.go
+51 −0 src/cmd/go/internal/auth/auth_test.go
+1 −0 src/cmd/go/internal/cfg/cfg.go
+1 −0 src/cmd/go/internal/envcmd/env.go
+6 −0 src/cmd/go/internal/help/helpdoc.go
+65 −0 src/cmd/go/testdata/script/goauth_netrc.txt
+1 −1 src/cmd/internal/obj/x86/asm6.go
+3 −2 src/context/context.go
+2 −6 src/database/sql/sql.go
+56 −1 src/encoding/json/encode.go
+185 −3 src/encoding/json/encode_test.go
+3 −0 src/errors/errors.go
+10 −0 src/go/ast/import.go
+78 −0 src/go/ast/internal/tests/sortimports_test.go
+15 −11 src/go/parser/parser.go
+9 −0 src/go/parser/testdata/issue69506.go2
+1 −1 src/go/token/position.go
+122 −1 src/hash/maphash/maphash.go
+6 −0 src/hash/maphash/maphash_purego.go
+18 −0 src/hash/maphash/maphash_runtime.go
+196 −0 src/hash/maphash/maphash_test.go
+1 −0 src/internal/cfg/cfg.go
+3 −13 src/internal/coverage/cformat/format.go
+2 −5 src/internal/coverage/encodecounter/encode.go
+1 −0 src/internal/syscall/unix/getrandom.go
+2 −7 src/mime/mediatype.go
+2 −6 src/mime/multipart/writer.go
+13 −7 src/net/dial.go
+3 −12 src/net/http/cgi/cgi_main.go
+2 −6 src/net/http/clientserver_test.go
+4 −6 src/net/http/server.go
+13 −2 src/net/mptcpsock_linux.go
+2 −6 src/net/url/url.go
+4 −0 src/runtime/pprof/proto.go
+1 −1 src/runtime/stubs.go
+1 −0 src/runtime/vgetrandom_linux.go
+1 −1 src/syscall/exec_linux.go
+2 −7 src/testing/fstest/testfs.go
+2 −2 src/text/template/exec.go
+1 −1 test/fixedbugs/bug388.go
+9 −1 test/fixedbugs/issue69434.go
+3 −3 test/func3.go

0 comments on commit f3c39e6

Please sign in to comment.