| Age | Commit message (Expand) | Author |
| 2022-12-29 | go/types, types2: use strict comparability for type set intersection | Robert Griesemer |
| 2022-12-23 | cmd/link, runtime: use a different section for Go libfuzzer counters | Cherry Mui |
| 2022-12-17 | cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6... | Guoqi Chen |
| 2022-12-14 | cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualization | Matthew Dempsky |
| 2022-12-13 | go/types, types2: report type mismatch error when conversion is impossible | Robert Griesemer |
| 2022-12-11 | cmd/compile: fix conditional move rule on PPC64 | Keith Randall |
| 2022-12-09 | cmd/compile: fix conditional select rule | Keith Randall |
| 2022-12-08 | go/types, types2: always rename type parameters during inference | Robert Findley |
| 2022-12-08 | cmd/{go,cover,covdata}: fix 'package main' inconsistent handling | Than McIntosh |
| 2022-12-08 | cmd/link: fix dynamic interpreter path for musl-based linux amd64 | cia-rana |
| 2022-12-08 | cmd/go: deflake TestScript/test2json_interrupt | Bryan C. Mills |
| 2022-12-07 | cmd/go: in TestTerminalPassthrough, delay subprocess exit until the PTY has b... | Bryan C. Mills |
| 2022-12-07 | cmd/compile: restore test/nested.go test cases | Matthew Dempsky |
| 2022-12-07 | all: update vendored golang.org/x/net | Damien Neil |
| 2022-12-06 | cmd/go: unskip TestScript/build_issue48319 on Windows | Bryan C. Mills |
| 2022-12-06 | run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALE | Dmitri Shuralyov |
| 2022-12-06 | go/types, types2: better error message for invalid method expression | Robert Griesemer |
| 2022-12-06 | cmd/link: pass -Wl,--no-insert-timestamp to external linker on windows | Than McIntosh |
| 2022-12-06 | cmd/compile: turn off jump tables when spectre retpolines are on | Keith Randall |
| 2022-12-05 | cmd/asm: improve assembler error messages | Keith Randall |
| 2022-12-05 | go/types, types2: better error message for failing constraint type inference | Robert Griesemer |
| 2022-12-05 | cmd/compile: clean up amd64 opcode comments | Keith Randall |
| 2022-12-03 | all: fix some comments for method | cui fliter |
| 2022-12-02 | cmd/go: remove TestScript/version_buildvcs_git_gpg | Bryan C. Mills |
| 2022-12-02 | cmd/go: skip TestScript/mod_replace_gopkgin | Bryan C. Mills |
| 2022-12-02 | go/internal/gcimporter: in short tests, avoid creating export data for all of... | Bryan C. Mills |
| 2022-12-02 | cmd/api: track darwin arm64 port | Russ Cox |
| 2022-12-02 | cmd/api: track deprecations | Russ Cox |
| 2022-12-01 | go/internal/gcimporter: load cached export data for packages individually | Bryan C. Mills |
| 2022-12-01 | cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exit | Michael Matloob |
| 2022-12-01 | go/internal/gcimporter: fix TestImportStdLib | Michael Matloob |
| 2022-12-01 | go/types, types2: make the new comparable semantics the default | Robert Griesemer |
| 2022-12-01 | cmd/go/internal/work: make formatOutput return an error that includes the imp... | Bryan C. Mills |
| 2022-12-01 | Revert "go/types, types2: make the new comparable semantics the default" | Robert Griesemer |
| 2022-12-01 | go/types, types2: make the new comparable semantics the default | Robert Griesemer |
| 2022-11-30 | cmd/compile: fix inline static init with derived types | Cuong Manh Le |
| 2022-11-30 | cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields | Matthew Dempsky |
| 2022-11-30 | cmd/compile: disallow CMOV optimization with ptr arithmetic as an arg | Keith Randall |
| 2022-11-28 | cmd/go: run the gpg command verbosely in TestScript/version_buildvcs_git_gpg | Bryan C. Mills |
| 2022-11-28 | cmd/api: rewrite as package test | Russ Cox |
| 2022-11-23 | cmd/compile: reenable inlstaticinit | Russ Cox |
| 2022-11-23 | cmd/compile: fix error message wording | Russ Cox |
| 2022-11-22 | cmd/go: fix the DefaultCC check if CC is an absolute file missing an extensio... | Bryan C. Mills |
| 2022-11-22 | cmd/vendor: update vendored github.com/google/pprof for Go 1.20 release | Cherry Mui |
| 2022-11-22 | cmd/dist: revise skip sequence added in CL 452763 | Than McIntosh |
| 2022-11-22 | all: update vendored golang.org/x dependencies for Go 1.20 release | Cherry Mui |
| 2022-11-22 | cmd/dist: skip -race w/ external linkage on windows 2008 | Than McIntosh |
| 2022-11-22 | cmd/go: remove special case for prebuilt cgo library cache keys | Bryan C. Mills |
| 2022-11-22 | cmd/dist: skip the staleness check for 'cmd' when testing on aix-ppc64 | Bryan C. Mills |
| 2022-11-22 | cmd/go: in TestScript/mod_outside, run 'go build' before checking cmd/addr2li... | Bryan C. Mills |