| Age | Commit message (Expand) | Author |
| 2023-01-19 | cmd/compile: add memory argument to GetCallerSP | Keith Randall |
| 2023-01-19 | cmd/internal/osinfo: report Node.js version | Dmitri Shuralyov |
| 2023-01-19 | cmd/compile: add anchored version of SP | Keith Randall |
| 2023-01-19 | cmd/compile/internal/ssa: generate code via a //go:generate directive | Dmitri Shuralyov |
| 2023-01-19 | cmd/go/internal/modindex: remove copy of build.Package | Russ Cox |
| 2023-01-19 | cmd/go: shorten TestScript/test_shuffle and skip it in short mode | Bryan C. Mills |
| 2023-01-19 | cmd/go/internal/lockedfile: avoid failing tests due to arbitrary timeouts | Bryan C. Mills |
| 2023-01-19 | cmd/go/internal/vcweb: simplify hgHandler cancellation | Bryan C. Mills |
| 2023-01-19 | cmd/go: use Cancel and WaitDelay to terminate test subprocesses | Bryan C. Mills |
| 2023-01-19 | cmd/go: fix comment typo | fangguizhen |
| 2023-01-18 | cmd: update x/tools to latest internal Go 1.20 branch | Russ Cox |
| 2023-01-18 | cmd/go: do not attempt to install cmd/addr2line in TestScript/mod_outside | Bryan C. Mills |
| 2023-01-18 | cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruption | Cuong Manh Le |
| 2023-01-18 | go/types, types2: factor out type parameter renaming (cleanup) | Robert Griesemer |
| 2023-01-17 | src: update go.mod files to go 1.21 | Russ Cox |
| 2023-01-17 | cmd/go: introduce GOROOT/go.env and move proxy/sumdb config there | Russ Cox |
| 2023-01-17 | cmd/dist: make toolchain build reproducible | Russ Cox |
| 2023-01-17 | time/tzdata: generate zip constant during cmd/dist | Russ Cox |
| 2023-01-17 | cmd/go: do not confuse files for standard library packages | Russ Cox |
| 2023-01-17 | cmd/compile: fix static init inlining for hidden node fields | Matthew Dempsky |
| 2023-01-17 | go/types, types2: more uses of factored functions; generate object_test.go | Robert Griesemer |
| 2023-01-17 | go/types, types2: use factored parse/typecheck functions, generate hilbert_te... | Robert Griesemer |
| 2023-01-17 | cmd/compile: remove support for old comparable semantics | Robert Griesemer |
| 2023-01-17 | go/types, types2: factor out position comparison, share more code | Robert Griesemer |
| 2023-01-17 | go/types, types2: factor out under.go, generate it for go/types | Robert Griesemer |
| 2023-01-17 | go/types: use nopos instead of token.NoPos to match types2 | Robert Griesemer |
| 2023-01-17 | go/types, cmd/compile/internal/types2: minor adjustments (cleanups) | Robert Griesemer |
| 2023-01-17 | cmd/compile/internal/syntax: remove Crawl, not needed anymore (cleanup) | Robert Griesemer |
| 2023-01-17 | go/types, types2: test that error format strings have matching parentheses/br... | Robert Griesemer |
| 2023-01-17 | go/types, types2: do not abort constraint type inference eagerly | Robert Griesemer |
| 2023-01-17 | go/types, types2: distinguish between substring and regexp error patterns | Robert Griesemer |
| 2023-01-17 | internal/types: consistently use double quotes around ERROR patterns | Robert Griesemer |
| 2023-01-17 | go/types, types2: avoid sorting all errors when matching errors | Robert Griesemer |
| 2023-01-17 | go/types: use commentMap to collect error comments | Robert Griesemer |
| 2023-01-17 | cmd/compile/internal/syntax: rename ErrorMap to CommentMap, make more flexible | Robert Griesemer |
| 2023-01-17 | cmd/compile: ensure temp register mask isn't empty | Keith Randall |
| 2023-01-17 | cmd/go: include coverage build flags for "go list" | Than McIntosh |
| 2023-01-17 | cmd/go: document GODEBUG=installgoroot=all | Russ Cox |
| 2023-01-13 | Revert "internal/fsys: follow root symlink in fsys.Walk" | Bryan Mills |
| 2023-01-13 | cmd/cover: remove go.mod from testdata subdir | Than McIntosh |
| 2023-01-11 | go/types, types2: don't look up fields or methods when expecting a type | Robert Findley |
| 2023-01-11 | cmd/compile: better error message for when a type is in a constraint but not ... | Robert Griesemer |
| 2023-01-10 | cmd/link, runtime: Apple libc atfork workaround take 3 | Russ Cox |
| 2023-01-09 | cmd/compile: prevent IsNewObject from taking quadratic time | Keith Randall |
| 2023-01-09 | cmd/compile/internal/pgo: add hint to missing start_line error | Michael Pratt |
| 2023-01-09 | all: fix typos in go file comments | Marcel Meyer |
| 2023-01-06 | cmd/compile: describe how Go maps to wasm implementation | Keith Randall |
| 2023-01-05 | cmd/cover: fix problems with "go test -covermode=atomic sync/atomic" | Than McIntosh |
| 2023-01-04 | cmd/compile: use "satisfies" (not "implements") for constraint errors | Robert Griesemer |
| 2023-01-04 | cmd/gofmt: fix a typo in a comment | Roland Illig |