Skip to content
Snippets Groups Projects
Commit d558507d authored by Matthew Dempsky's avatar Matthew Dempsky
Browse files

[dev.unified] all: merge master (85d87b9c) into dev.unified

Merge List:

+ 2022-08-04 85d87b9c all: update vendored golang.org/x dependencies for Go 1.20 development
+ 2022-08-04 fb1bfd4d all: remove pre-Go 1.17 workarounds
+ 2022-08-04 44ff9bff runtime: clean up panic and deadlock lock ranks
+ 2022-08-04 f42dc0de runtime: make the lock rank DAG make more sense
+ 2022-08-04 d29a0282 runtime: add mayAcquire annotation for finlock
+ 2022-08-04 c5be4ed7 runtime: add missing trace lock edges
+ 2022-08-04 2b8a9a48 runtime: generate the lock ranking from a DAG description
+ 2022-08-04 ddfd6394 runtime: delete unused lock ranks
+ 2022-08-04 426ea570 internal/dag: add a Graph type and make node order deterministic
+ 2022-08-04 d37cc9a8 go/build, internal/dag: lift DAG parser into an internal package
+ 2022-08-04 ab0a94c6 cmd/dist: require Go 1.17 for building Go
+ 2022-08-04 1e3c19f3 runtime: support riscv64 SV57 mode
+ 2022-08-03 f28fa952 make.bat, make.rc: show bootstrap toolchain version
+ 2022-08-03 87384801 cmd/asm: update package doc to describe "-p" option
+ 2022-08-03 c6a2dada net: disable TestIPv6WriteMsgUDPAddrPortTargetAddrIPVersion [sic] on DragonflyBSD
+ 2022-08-02 29b9a328 runtime: trivial replacements of g in remaining files
+ 2022-08-02 c6472646 runtime: trivial replacements of g in signal_unix.go
+ 2022-08-02 399f50c9 runtime: tricky replacements of g in traceback.go
+ 2022-08-02 4509e951 runtime: tricky replacements of g in proc.go
+ 2022-08-02 4400238e runtime: trivial replacements of _g_ in remaining files
+ 2022-08-02 5999a28d runtime: trivial replacements of _g_ in os files
+ 2022-08-02 0e18cf6d runtime: trivial replacements of _g_ in GC files
+ 2022-08-02 4358a53a runtime: trivial replacements of _g_ in proc.go
+ 2022-08-02 b4865189 runtime: tricky replacements of _g_ in os3_solaris.go
+ 2022-08-02 54a0ab3f runtime: tricky replacements of _g_ in os3_plan9.go
+ 2022-08-02 4240ff76 runtime: tricky replacements of _g_ in signal_windows.go
+ 2022-08-02 8666d89c runtime: tricky replacements of _g_ in signal_unix.go
+ 2022-08-02 74cee276 runtime: tricky replacements of _g_ in trace.go
+ 2022-08-02 222799fd runtime: tricky replacements of _g_ in mgc.go
+ 2022-08-02 e9d7f54a runtime: tricky replacements of _g_ in proc.go
+ 2022-08-02 5e8d2619 runtime: rename _p_ to pp
+ 2022-08-02 0ad2ec65 runtime: clean up dopanic_m
+ 2022-08-02 7e952962 runtime: clean up canpanic
+ 2022-08-02 9dbc0f35 runtime: fix outdated g.m comment in traceback.go
+ 2022-08-02 d723df76 internal/goversion: update Version to 1.20
+ 2022-08-02 1b7e71e8 all: disable tests that fail on Alpine
+ 2022-08-01 f2a9f3e2 test: improve generic type assertion test
+ 2022-08-01 27038b70 cmd/compile: fix wrong dict pass condition for type assertions
+ 2022-08-01 e99f53fe doc: move Go 1.19 release notes to x/website
+ 2022-08-01 8b13a073 doc: mention removal of cmd/compile's -importmap and -installsuffix flags
+ 2022-08-01 e95fd4c2 doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCH
+ 2022-08-01 dee3efd9 doc/go1.19: fix a few links that were missing trailing slashes
+ 2022-07-30 f32519e5 runtime: fix typos
+ 2022-07-29 9a2001a8 cmd/dist: always pass -short=true with -quick
+ 2022-07-28 5c8ec89c doc/go1.19: minor adjustments and links
+ 2022-07-28 417be370 doc/go1.19: improve the loong64 release notes
+ 2022-07-28 027855e8 os/exec: add GODEBUG setting to opt out of ErrDot changes

Change-Id: Idc0fbe93978c0dff7600b90a2c3ecc067fd9f5f2
parents c9f2150c 85d87b9c
No related branches found
No related tags found
No related merge requests found
Showing
with 83 additions and 1095 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment