| Age | Commit message (Expand) | Author |
| 2023-02-06 | go/types, types2: eliminate need to sort arguments for type inference | Robert Griesemer |
| 2023-02-06 | cmd/compile: replace os.MkdirTemp with T.TempDir | Oleksandr Redko |
| 2023-02-06 | cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64 | Guoqi Chen |
| 2023-02-06 | cmd/compile: add rules to emit SETBC/R instructions on power10 | Archana R |
| 2023-02-04 | cmd/compile: use ONAME node directly from generated hash func | Cuong Manh Le |
| 2023-02-04 | cmd/compile: factor out code to generate hash func | Cuong Manh Le |
| 2023-02-04 | cmd/compile: use runtime hash func for known types | Cuong Manh Le |
| 2023-02-04 | cmd/compile: use memhash from package runtime | Cuong Manh Le |
| 2023-02-04 | cmd/compile: generate type equal func during walk | Cuong Manh Le |
| 2023-02-04 | cmd/compile: factor out code to generate equal func | Cuong Manh Le |
| 2023-02-03 | cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10 | Archana R |
| 2023-02-03 | cmd/dist: do not include runtime/internal/sys in cmd staleness checks | Bryan C. Mills |
| 2023-02-03 | cmd/go/internal/par: use generic Cache | Roger Peppe |
| 2023-02-02 | go/types, types2: enable new type inference | Robert Griesemer |
| 2023-02-02 | go/types, types2: implement simpler type inference (infer2) | Robert Griesemer |
| 2023-02-02 | go/types, types2: simplify symmetric code | Robert Griesemer |
| 2023-02-02 | go/types, types2: use a comparer struct to control the identical predicate | Robert Griesemer |
| 2023-02-02 | cmd/go/internal/test: scale the WaitDelay for test subprocesses | Bryan C. Mills |
| 2023-02-02 | internal/testenv: avoid rebuilding all of std in WriteImportcfg | Bryan C. Mills |
| 2023-02-02 | src/cmd/compile: clarify //go:linkname documentation | Alan Donovan |
| 2023-02-02 | cmd/link: remove special cases for relocations in .go.buildinfo | Russ Cox |
| 2023-02-02 | cmd/link: keep go.buildinfo even with --gc-sections | Russ Cox |
| 2023-02-02 | go/types, types2: avoid recursive invocation when unifying underlying types | Robert Griesemer |
| 2023-02-02 | go/types, types2: remove (internal) exactUnification flag | Robert Griesemer |
| 2023-02-01 | cmd/compile/internal/types: remove misleading comment | Matthew Dempsky |
| 2023-02-01 | go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup) | Robert Griesemer |
| 2023-02-01 | go/types, types2: better error when trying to use ~ as bitwise operation | Robert Griesemer |
| 2023-02-01 | go/types, types2: unifier constructor to accept type parameters and arguments | Robert Griesemer |
| 2023-02-01 | go/types, types2: further simplify unification | Robert Griesemer |
| 2023-02-01 | go/types, types2: replace unifier type parameter list with a map | Robert Griesemer |
| 2023-02-01 | cmd/go/internal/par: generic Work | Roger Peppe |
| 2023-02-01 | cmd/dist,internal/platform: reenable the c-archive build mode on ios | Bryan C. Mills |
| 2023-02-01 | cmd/compile: schedule values with no in-block uses later | Keith Randall |
| 2023-02-01 | cmd/dist, internal/platform: remove some target modes that fail | Ian Lance Taylor |
| 2023-01-31 | cmd/go/internal/script: retry ETXTBSY errors in scripts | Bryan C. Mills |
| 2023-01-31 | cmd/compile: cleanup atomic.Pointer[T] inline test | Cuong Manh Le |
| 2023-01-31 | cmd/go: traverse module-root symlinks in Walk calls | Bryan C. Mills |
| 2023-01-31 | cmd/go: use Join functions instead of adding path separators to strings | Bryan C. Mills |
| 2023-01-31 | cmd/link: add debug print in hostobjCopy | Cherry Mui |
| 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-31 | cmd/internal/obj/x86: use mov instead of lea to load the frame pointer | qmuntal |
| 2023-01-31 | cmd/link: rewrite (*BuildMode).Set to use platform.BuildModeSupported | Ian Lance Taylor |
| 2023-01-31 | cmd/dist, internal/platform: test agreement on supported build modes | Ian Lance Taylor |
| 2023-01-31 | cmd/link: rename ELF struct fields to remove "elf" prefix | Ian Lance Taylor |
| 2023-01-31 | cmd/link, cmd/dist, internal/platform: consolidate c-archive support | Ian Lance Taylor |
| 2023-01-31 | cmd/link: skip c-archive tests if c-archive mode is not supported | Ian Lance Taylor |
| 2023-01-31 | cmd/link: make .dynamic section read-only for MIPS ELF | Ian Lance Taylor |
| 2023-01-31 | cmd/dist: test goos, not gohostos, in tester.extLink | Ian Lance Taylor |
| 2023-01-31 | cmd/dist: set GOFLAGS=-trimpath when building cmd for releases | Bryan C. Mills |