| Age | Commit message (Expand) | Author |
| 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-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-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-06 | cmd/compile: describe how Go maps to wasm implementation | Keith Randall |
| 2023-01-04 | cmd/compile: use "satisfies" (not "implements") for constraint errors | Robert Griesemer |
| 2022-12-29 | go/types, types2: use strict comparability for type set intersection | Robert Griesemer |
| 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-07 | cmd/compile: restore test/nested.go test cases | Matthew Dempsky |
| 2022-12-06 | go/types, types2: better error message for invalid method expression | Robert Griesemer |
| 2022-12-06 | cmd/compile: turn off jump tables when spectre retpolines are on | 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 | go/internal/gcimporter: in short tests, avoid creating export data for all of... | Bryan C. Mills |
| 2022-12-01 | go/internal/gcimporter: load cached export data for packages individually | Bryan C. Mills |
| 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 | 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/compile: disallow CMOV optimization with ptr arithmetic as an arg | Keith Randall |
| 2022-11-23 | cmd/compile: reenable inlstaticinit | Russ Cox |
| 2022-11-23 | cmd/compile: fix error message wording | Russ Cox |
| 2022-11-22 | cmd/compile: add -d=inlstaticinit debug flag | Matthew Dempsky |
| 2022-11-21 | go/types, types2: report empty type sets in operand descriptions | Robert Griesemer |
| 2022-11-21 | cmd/compile: reject anonymous interface cycles | Matthew Dempsky |
| 2022-11-21 | go/types, types2: better variable names, cleanups in test | Robert Griesemer |
| 2022-11-21 | go/types, cmd/compile: skip crypto/internal/bigmod/_asm in TestStdlib | Cherry Mui |
| 2022-11-18 | cmd/compile: package-annotate structs when error would be ambiguous | David Chase |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-18 | cmd/compile/internal/base, cmd/internal/bio: use syscall.Mmap on aix | Tobias Klauser |
| 2022-11-18 | cmd/compile: fix wrong optimization for eliding Not in Phi | Wayne Zuo |
| 2022-11-18 | go/types, types2: ensure signatures are instantiated if all type args | Robert Findley |
| 2022-11-18 | go/types, types2: replace some Errorf calls with Error calls (cleanup) | Robert Griesemer |
| 2022-11-18 | go/types, types2: replace (internal) writePackage with packagePrefix | Robert Griesemer |
| 2022-11-17 | cmd/compile/internal/pgo: count only the last two frames as a call edge | Cherry Mui |
| 2022-11-17 | cmd/compile: simplify PGO hot caller/callee computation | Cherry Mui |
| 2022-11-17 | cmd/compile: fix broken IR for iface -> eface | Cuong Manh Le |
| 2022-11-17 | cmd/compile: teach regalloc about temporary registers | Keith Randall |
| 2022-11-17 | cmd/compile: fix static init for inlined calls | Cuong Manh Le |
| 2022-11-17 | go/types, types2: implement type checking of "clear" built-in | Robert Griesemer |