| Age | Commit message (Expand) | Author |
| 2023-07-31 | runtime: refactor defer processing | Matthew Dempsky |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-05-23 | cmd/internal/objabi: regenerate RelocType strings | Ian Lance Taylor |
| 2023-05-19 | cmd/compile: constant-fold loads from constant dictionaries and types | Keith Randall |
| 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-04-14 | cmd/link: establish dependable package initialization order | Keith Randall |
| 2023-04-11 | cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu... | limeidan |
| 2023-04-05 | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal |
| 2023-03-30 | all: add wasip1 definitions | Johan Brandhorst-Satzkorn |
| 2023-03-29 | cmd/link,cmd/internal/objabi: support ADDR32NB relocations on windows | qmuntal |
| 2023-03-09 | Revert "cmd/link: establish dependable package initialization order" | Keith Randall |
| 2023-03-09 | Revert "cmd/internal/objabi: regenerate RelocType stringer file" | Keith Randall |
| 2023-03-07 | cmd/internal/objabi: regenerate RelocType stringer file | qmuntal |
| 2023-03-03 | cmd/link: establish dependable package initialization order | Keith Randall |
| 2023-01-17 | cmd/dist: make toolchain build reproducible | Russ Cox |
| 2022-11-18 | runtime,cmd/link: increase stack guard space when building with -race | Keith Randall |
| 2022-11-11 | all: fix problematic comments | cui fliter |
| 2022-11-03 | cmd/link: support PPC64 prefixed relocations for power10 | Paul E. Murphy |
| 2022-10-31 | cmd/compile: add ability to indicate 'concurrentOk' for debug flags | David Chase |
| 2022-10-28 | cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset) | eric fang |
| 2022-09-27 | cmd/compile,cmd/link: hooks for identifying coverage counters | Than McIntosh |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-16 | cmd/internal/objabi: record GO$GOARCH setting in object header | Russ Cox |
| 2022-09-13 | cmd/internal/objabi: declare HeadType String on a non-pointer receiver | Joel Sing |
| 2022-09-01 | cmd/internal/objabi: use strings.Builder | hopehook |
| 2022-08-05 | cmd/dist: force stackGuardMultiplierDefault to 1 | Russ Cox |
| 2022-05-20 | cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters | Khaled Yakdan |
| 2022-05-02 | cmd/internal/objabi: define Go relocation types for loong64 | Xiaodong Liu |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-04-05 | cmd/internal/objabi: fix FuncID of runtime.rt0_go and runtime.systemstack_switch | zhouguangyuan |
| 2022-03-18 | internal/buildcfg: initialize GOROOT to runtime.GOROOT | Bryan C. Mills |
| 2022-03-18 | internal/buildcfg: extract logic specific to cmd/go | Bryan C. Mills |
| 2022-02-11 | cmd/compile, runtime: use unwrapped PC for goroutine creation tracing | Cherry Mui |
| 2021-11-05 | cmd/compile,cmd/internal/objabi: move -d flag parser to objabi | Austin Clements |
| 2021-10-27 | cmd/compile, runtime: track argument stack slot liveness | Cherry Mui |
| 2021-10-25 | cmd/compile,cmd/link: introduce generic interface call relocations | Keith Randall |
| 2021-10-04 | cmd, runtime: mark assembly routines in FuncFlags | Josh Bleecher Snyder |
| 2021-10-02 | cmd/internal/obj/riscv,cmd/link/internal/riscv64: add call trampolines for ri... | Joel Sing |
| 2021-09-22 | cmd/compile: break out constants for local and global dictionary prefixes | Dan Scales |
| 2021-09-22 | cmd/link: remove ABI aliases | Cherry Mui |
| 2021-08-03 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements |
| 2021-07-30 | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements |