[dev.typeparams] all: merge master (06b86e98) into dev.typeparams
Merge List: + 2021-02-19 06b86e98 cmd/compile: fix check to avoid creating new closure function when typechecking inline body + 2021-02-19 9322eec8 codereview.cfg: add codereview.cfg for master branch + 2021-02-19 02e5a8fd runtime: ignore SPWRITE in syscall functions + 2021-02-19 fa18f224 runtime/pprof: disable TestMorestack on macOS under race detector + 2021-02-19 01eb70e3 os: fix hex exit code print on 32-bit windows + 2021-02-19 49add6ad runtime: fix spurious stack overflow detection + 2021-02-19 fce2a94d cmd/compile: fix buglet in inlined info abstract function dwarf-gen + 2021-02-19 7764ee56 runtime: fix invalid nil g check for for mips64x + 2021-02-19 87f425da cmd/go/internal/mvs: split Reqs into narrower per-function interfaces + 2021-02-19 4da0188c cmd/go/internal/modget: split resolveCandidates into two methods + 2021-02-19 5f2e24ef cmd/internal/diff: skip over Cygwin warning in diff output + 2021-02-19 ee7038f6 net: disable Windows netsh tests when netsh won't run + 2021-02-19 40765ffa os/exec: disable failing LookPathTest on windows/arm64 + 2021-02-19 b445d6ea runtime/pprof: expect tests to pass on macOS + 2021-02-19 b110a436 runtime: delete gosave (dead code) + 2021-02-19 474d5f4f math: remove most 387 implementations + 2021-02-19 c7c6c113 runtime: convert windows/arm64 assembly + 2021-02-19 3527caa7 runtime: initial windows/arm64 implementation files + 2021-02-19 427bd759 runtime: generate windows/arm64 callback asm + 2021-02-19 f6c4b4bf syscall: add windows/arm64 support + 2021-02-19 ac024a0c cmd/vendor: get golang.org/x/sys@beda7e5e158 + 2021-02-19 a3b97e76 test: disable nilptr on windows/arm64 + 2021-02-19 985d0877 cmd/link: add windows/arm64 support + 2021-02-19 95a44d24 cmd/internal/objfile: recognize Windows ARM64 executables + 2021-02-19 0ca0551f debug/pe: recognize arm64 executables + 2021-02-19 0c633125 cmd/dist: add windows/arm64 support + 2021-02-19 bb6efb96 build: set GOPATH consistently in run.bash, run.bat, run.rc + 2021-02-19 a1222b75 cmd/link: add debug print in deadcode + 2021-02-19 1c659f25 cmd/link: clean up windows PE generation + 2021-02-19 b6379f19 syscall: clean up windows a bit + 2021-02-19 09e059af runtime: enable framepointer on all arm64 + 2021-02-19 b19e7b51 runtime: clean up windows a bit + 2021-02-19 5421c37a runtime: fix windows/arm externalthreadhandler + 2021-02-19 91cc484e runtime: fix time on windows/arm under WINE + 2021-02-19 38672d3d runtime: crash earlier on windows for runtime.abort + 2021-02-19 a1e9148e runtime: print hex numbers with hex prefixes in traceback debug + 2021-02-19 75e273fc runtime: fix windows/arm CONTEXT_CONTROL + 2021-02-19 76ab626b runtime: factor common code out of defs_windows_*.go + 2021-02-19 ece954d8 runtime: find g in Windows profiler using SP + 2021-02-19 a54f7fc0 runtime: do not treat asmcgocall as a topofstack on g0 + 2021-02-19 776ee407 runtime: do not treat morestack as a topofstack + 2021-02-19 5ecd9e34 runtime: do not treat mcall as a topofstack + 2021-02-19 54da3ab3 runtime: use TOPFRAME to identify top-of-frame functions + 2021-02-19 fbe74dbf runtime: use FuncInfo SPWRITE flag to identify untraceable profile samples + 2021-02-19 4dd77bdc cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits + 2021-02-19 aa0388f2 runtime: remove unnecessary writes to gp.sched.g + 2021-02-19 6fe89816 cmd/internal/obj/riscv: fix JMP name<>(SB) + 2021-02-19 01f05d8f runtime: unify asmcgocall and systemstack traceback setup + 2021-02-19 229695a2 runtime: clean up funcID assignment + 2021-02-19 c80da0a3 runtime: handle nil gp in cpuprof + 2021-02-19 a78879ac runtime: move sys.DefaultGoroot to runtime.defaultGOROOT + 2021-02-19 8ac23a1f runtime: document, clean up internal/sys + 2021-02-19 678568a5 runtime: delete windows setlasterror (unused) + 2021-02-19 0d94f989 runtime: clean up system calls during cgo callback init + 2021-02-19 e7ee3c1f os: report Windows exit status in hex Change-Id: Ib27e232dabac0604b588f27749bd8ad45a281fe3
Loading
Please sign in to comment