| Age | Commit message (Expand) | Author |
| 2024-01-23 | cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abi | qiulaidongfeng |
| 2024-01-22 | cmd/link,runtime: merge minfunc const info internal/abi | qiulaidongfeng |
| 2024-01-11 | runtime: ensure we free unrolled GC bitmaps | Keith Randall |
| 2023-12-06 | iter, runtime: add coroutine support | Russ Cox |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 2023-11-21 | internal/abi: define loong64 regABI constants | Guoqi Chen |
| 2023-10-24 | cmd/compile: reorganize compiler type descriptor generation | Keith Randall |
| 2023-10-09 | cmd/compile: use internal/abi types in the compiler | Keith Randall |
| 2023-10-06 | cmd/compile: use cache in front of type assert runtime call | Keith Randall |
| 2023-10-06 | cmd/compile: use descriptors for type assertion runtime calls | Keith Randall |
| 2023-10-06 | cmd/compile: add a cache to interface type switches | Keith Randall |
| 2023-10-06 | cmd/compile: improve interface type switches | Keith Randall |
| 2023-08-29 | cmd/asm: stop using "" as the local package prefix | Matthew Dempsky |
| 2023-07-20 | all: update build tags to require/assume Go 1.20 | Matthew Dempsky |
| 2023-06-27 | cmd/dist, internal/abi: support bootstrapping with gccgo | Ian Lance Taylor |
| 2023-05-17 | cmd/link, internal/abi: minor follow-up cleanups | David Chase |
| 2023-05-17 | internal/abi: update type name in comment | Ian Lance Taylor |
| 2023-05-11 | reflect: replacing almost all use of *rtype with *abi.Type | David Chase |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 2023-04-21 | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements |
| 2023-04-20 | Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in... | Austin Clements |
| 2023-04-20 | Revert "runtime, cmd: rationalize StackLimit and StackGuard" | Austin Clements |
| 2023-04-20 | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements |
| 2023-04-20 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-02-02 | internal/testenv: avoid rebuilding all of std in WriteImportcfg | Bryan C. Mills |
| 2023-01-23 | internal/abi: repair broken self-bootstrap | David Chase |
| 2023-01-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 2022-10-24 | internal/abi, internal/buildcfg: always enable register ABI on riscv64 | Wayne Zuo |
| 2022-10-18 | go,cmd,internal: update to anticipate missing targets and .a files | Michael Matloob |
| 2022-03-26 | internal/abi: define riscv64 register ABI constants | Meng Zhuo |
| 2022-03-21 | internal/abi, internal/buildcfg: always enable register ABI on PPC64 | Cherry Mui |
| 2022-03-18 | internal/abi, internal/buildcfg: always enable register ABI on ARM64 | Cherry Mui |
| 2022-03-18 | all: delete regabireflect goexperiment | Cherry Mui |
| 2022-03-09 | cmd/compile: require -p flag | Russ Cox |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-12 | reflect: keep pointer in aggregate-typed args live in Call | Cherry Mui |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-09-21 | internal/abi: define PPC64 register ABI constants | Lynn Boger |
| 2021-09-09 | reflect: add hooks for dealing with narrow width floats | Michael Anthony Knyszek |
| 2021-08-11 | [dev.typeparams] internal/buildcfg: always enable regabi on AMD64 | Cherry Mui |
| 2021-06-17 | [dev.typeparams] reflect: support big endian architectures in callMethod | Michael Anthony Knyszek |
| 2021-06-01 | [dev.typeparams] internal/abi: define ARM64 register ABI constants | Cherry Mui |
| 2021-04-23 | cmd/compile, internal/abi: add FuncPCABIxxx intrinsics | Cherry Zhang |
| 2021-03-18 | all: explode GOEXPERIMENT=regabi into 5 sub-experiments | Austin Clements |
| 2021-03-05 | reflect: use global variables for register count | Michael Anthony Knyszek |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |