[roll] Roll third_party/go 6bde6f2..294bb0c (21 commits)

294bb0c:https://fuchsia-review.googlesource.com/c/third_party/go/+/724183 Merge tag 'go1.19.1' into HEAD
4a4127b [release-branch.go1.19] go1.19.1
9cfe4e2 [release-branch.go1.19] net/http: update bundled golang.org/x/net/http2
86e9e0e [release-branch.go1.19 cmd/compile: align stack offset to alignment larger than PtrSize
0bba4d2 [release-branch.go1.19] runtime: mark morestack_noctxt SPWRITE on LR architectures
823e5d8 [release-branch.go1.19] runtime: fix ppc64 startup on newer linux kernels
11033ea [release-branch.go1.19] cmd/compile: only inline method wrapper if method don't contain closures
4580d6d [release-branch.go1.19] cmd/go/internal/imports: recognize "unix" build tag
62aa930 [release-branch.go1.19] cmd/link: fix trampolines breaking DWARF line info
15b234b [release-branch.go1.19] crypto/tls: support ECDHE when ec_point_formats is missing
4da9d6a [release-branch.go1.19] cmd/go/internal/imports: include ToolTags in the Tags map
4b1c16c [release-branch.go1.19] cmd/go: avoid registering AtExit handlers in tests
2553a09 [release-branch.go1.19] crypto/x509: don't panic marshaling invalid ECDSA keys
2833550 [release-branch.go1.19] net/url: consistently remove ../ elements in JoinPath
d2bcb22 [release-branch.go1.19] cmd/go: avoid overwriting cached Origin metadata
d39fd4f [release-branch.go1.19] cmd/compile: handle partially overlapping assignments
f1b38e8 [release-branch.go1.19] misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal
2b59f4d [release-branch.go1.19] cmd/compile: correct alignment of atomic.Int64
2375ef8 [release-branch.go1.19] cmd: vendor github.com/google/pprof to fix mangled type parameter symbol names
16c2b36 [release-branch.go1.19] cmd/compile: fix wrong typeparams for selector expr with embedded generic type
3c200d6 [release-branch.go1.19] cmd/compile: fix import/export of ODYNAMICDOTTYPE
GitOrigin-RevId: f710eae7384ea6429c56a641448c39fc22ca89a4
Change-Id: I2d684a9c07014946a9e1203b7ad7725b5f22fa47
1 file changed
tree: 968a70460e8f4241759ffc2e32d8d80dd1254c42
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.