| Age | Commit message (Expand) | Author |
| 2023-02-01 | go/types, types2: replace unifier type parameter list with a map | Robert Griesemer |
| 2023-02-01 | cmd/compile: schedule values with no in-block uses later | Keith Randall |
| 2023-01-31 | cmd/compile: cleanup atomic.Pointer[T] inline test | Cuong Manh Le |
| 2023-01-31 | cmd/compile: add clear(x) builtin | Cuong Manh Le |
| 2023-01-31 | cmd/compile: inline known-size memclrNoHeapPointers calls | Jakub Ciolek |
| 2023-01-30 | cmd/compile,cmd/link: set DW_AT_decl_line for function declarations | Michael Pratt |
| 2023-01-28 | cmd/compile: fix -m=2 output for recursive function with closures | Keith Randall |
| 2023-01-27 | go/types, types2: move tparamIndex from unify.go into infer.go | Robert Griesemer |
| 2023-01-27 | go/types, types2: simplify unifier | Robert Griesemer |
| 2023-01-27 | cmd/compile/internal/noder: remove unused noding code | Matthew Dempsky |
| 2023-01-27 | cmd/compile: apply FixVariadicCall and FixMethodCall during typecheck | Matthew Dempsky |
| 2023-01-27 | cmd/compile: remove go119UseJumpTables flag | Keith Randall |
| 2023-01-26 | cmd/compile/internal/inline: adjust isBigFunc to recognize unified IR codegen | Matthew Dempsky |
| 2023-01-26 | cmd/compile/internal/types: remove Markdcl/Pushdcl/Popdcl | Matthew Dempsky |
| 2023-01-26 | cmd/compile/internal/types: remove unneeded functionality | Matthew Dempsky |
| 2023-01-26 | cmd/compile/internal/types: remove TTYPEPARAM and TUNION types | Matthew Dempsky |
| 2023-01-26 | cmd/compile: remove GOEXPERIMENT=nounified frontend | Matthew Dempsky |
| 2023-01-26 | cmd/compile/internal/noder: stop creating TUNION types | Matthew Dempsky |
| 2023-01-26 | go/types, types2: remove misleading example from comment | Robert Griesemer |
| 2023-01-26 | cmd/compile: change some unreachable code paths into Fatalf | Matthew Dempsky |
| 2023-01-26 | cmd/compile: remove -d=typecheckinl flag | Matthew Dempsky |
| 2023-01-26 | cmd/compile/internal/pkginit: remove dependency on typecheck.Resolve | Matthew Dempsky |
| 2023-01-26 | cmd/compile: improve register overwrite decision for resultInArg0 ops | Keith Randall |
| 2023-01-25 | cmd: remove GOEXPERIMENT=nounified knob | Matthew Dempsky |
| 2023-01-25 | Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops" | Keith Randall |
| 2023-01-25 | cmd/compile: improve register overwrite decision for resultInArg0 ops | Keith Randall |
| 2023-01-25 | cmd/compile: revert package typecheck part of CL 422914 | Matthew Dempsky |
| 2023-01-24 | all: fix some comments | cui fliter |
| 2023-01-24 | Revert "cmd/compile: teach prove about bitwise OR operation" | Keith Randall |
| 2023-01-24 | go/types, types2: refuse pointer to array as argument to "clear" builtin | Cuong Manh Le |
| 2023-01-24 | cmd/compile: flag 'large' functions when -m=2+ in effect | Than McIntosh |
| 2023-01-23 | cmd/compile/internal/pgo: gofmt and simplify | Koichi Shiraishi |
| 2023-01-23 | utf16: reduce utf16.Decode allocations | qmuntal |
| 2023-01-23 | cmd/compile: teach prove about unsigned division, modulus and rsh | Jorropo |
| 2023-01-23 | cmd/compile: make loopbce handle 8, 16 and 32 bit induction variables | Jakub Ciolek |
| 2023-01-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 2023-01-21 | test: test that we schedule OpArgIntReg early | Keith Randall |
| 2023-01-21 | cmd/compile: sort liveness variable reports | Keith Randall |
| 2023-01-20 | cmd/compile: ensure register args come before on-stack args in schedule | Keith Randall |
| 2023-01-20 | go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup) | Robert Griesemer |
| 2023-01-20 | types2: add *Config to typecheck functions for tests, factor more code | Robert Griesemer |
| 2023-01-20 | go/types: use internal/lazyregexp for goVersionRx | Daniel Martà |
| 2023-01-20 | cmd/compile: use a boolean as a avoid clobbering flags mov marker | Jakub Ciolek |
| 2023-01-20 | cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwo | Jorropo |
| 2023-01-20 | cmd/compile: rewrite empty makeslice to zerobase pointer | Jorropo |
| 2023-01-20 | cmd/compile: improve scheduling pass | Keith Randall |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2023-01-20 | go/types: generate infer.go | Robert Griesemer |
| 2023-01-20 | cmd/compile/internal/types2: remove useConstraintTypeInference flg (cleanup) | Robert Griesemer |
| 2023-01-19 | cmd/compile: add memory argument to GetCallerSP | Keith Randall |