[roll] Roll third_party/go 82766f9..99d4985 (36 commits)

99d4985:https://fuchsia-review.googlesource.com/c/third_party/go/+/819507 Merge tag 'go1.20.2' into HEAD
aee9a19 [release-branch.go1.20] go1.20.2
26eeaec [release-branch.go1.20] cmd/compile: relax overly strict assertion
9629fa1 [release-branch.go1.20] crypto/x509: fix broken tests
3243f93 [release-branch.go1.20] crypto/x509: fix system root tests + darwin intermediate handling
d2d0ee2 [release-branch.go1.20] syscall: fix invalid unsafe.Pointer conversion on Windows
230765a [release-branch.go1.20] net: delete TestTCPSelfConnect
bdd86bd [release-branch.go1.20] crypto/x509: fix ParsePKCS8PrivateKey comment
aef8a8c [release-branch.go1.20] syscall: Faccessat: check for CAP_DAC_OVERRIDE on Linux
ef79380 [release-branch.go1.20] crypto/internal/bigmod: flag amd64 assembly as noescape
aaace6d [release-branch.go1.20] crypto/ecdh: explicitly reject mismatched curves in ECDH
0f4483c [release-branch.go1.20] cmd/compile/internal/noder: correct positions for synthetic closures
1362737 [release-branch.go1.20] cmd/link: better fix for arm32 trampgen problem with duff routines
602eeaa [release-branch.go1.20] crypto/internal/nistec: reduce P-256 scalar
ac556f3 [release-branch.go1.20] cmd/internal/cov: fix misuse of bufio.Reader.Read in read helper
1acd39c [release-branch.go1.20] Revert "internal/poll: drop redundant ENOSYS in CopyFileRange"
7b398b1 [release-branch.go1.20] runtime: check for overflow in sweep assist
2d01f36 [release-branch.go1.20] cmd/compile: fix wrong escape analysis for go/defer generic calls
965e9ba [release-branch.go1.20] cmd/compile: disable inline static init optimization
85ded85 [release-branch.go1.20] runtime: fix signature for linked functions
828b05c [release-branch.go1.20] all: update vendored golang.org/x/net
202a1a5 [release-branch.go1.20] go1.20.1
8e02cff [release-branch.go1.20] net/http: update bundled golang.org/x/net/http2
5286ac4 [release-branch.go1.20] crypto/tls: replace all usages of BytesOrPanic
53b4360 [release-branch.go1.20] mime/multipart: limit memory/inode consumption of ReadForm
bdf07c2 [release-branch.go1.20] path/filepath: do not Clean("a/../c:/b") into c:\b on Windows
3a04b6e [release-branch.go1.20] cmd/compile/internal/pgo: fix hard-coded PGO sample data position
00f5d30 [release-branch.go1.20] cmd/go/internal/script: retry ETXTBSY errors in scripts
7628627 [release-branch.go1.20] cmd/go/internal/test: refresh flagdefs.go and fix test
1fa2deb [release-branch.go1.20] cmd/go: remove tests that assume lack of new versions of external modules
a943fd0 [release-branch.go1.20] runtime: skip darwin osinit_hack on ios
fbba58a [release-branch.go1.20] cmd/link: keep go.buildinfo even with --gc-sections
9987cb6 [release-branch.go1.20] time: update windows zoneinfo_abbrs
90b0600 [release-branch.go1.20] cmd/compile/internal/noder: stop creating TUNION types
487be3f [release-branch.go1.20] cmd/compile: fix inline static init arguments substitued tree
7302f83 [release-branch.go1.20] cmd/compile: remove constant arithmetic overflows during typecheck
GitOrigin-RevId: d9fbd31e894071537b14bd8345f05ea18e238745
Change-Id: Id71a8bceb02fc41675112d973b8dae1b61186734
1 file changed
tree: a8105debd07eb1deb899b7bb4ec8275f1b8afd5b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.