| Age | Commit message (Expand) | Author |
| 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 |
| 2021-07-30 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements |
| 2021-06-08 | [dev.typeparams] runtime: remove variadic defer/go calls | Cherry Mui |
| 2021-05-24 | cmd/compile: always include underlying type for map types | Keith Randall |
| 2021-04-26 | syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappers | Cherry Zhang |
| 2021-04-22 | cmd/compile, runtime: add metadata for argument printing in traceback | Cherry Zhang |
| 2021-04-16 | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox |
| 2021-04-16 | cmd/internal/objabi,test: use correct GOEXPERIMENT build tags in test/run.go | Austin Clements |
| 2021-04-16 | internal/goexperiment: move baseline configuration to objabi | Austin Clements |
| 2021-04-15 | internal/bytealg: port more performance-critical functions to ABIInternal | Austin Clements |
| 2021-04-14 | runtime: update debug call protocol for register ABI | Michael Anthony Knyszek |
| 2021-04-13 | runtime: eliminate externalthreadhandler | Austin Clements |
| 2021-04-13 | cmd/link: support 32b TLS_LE offsets on PPC64 | Paul E. Murphy |
| 2021-04-09 | cmd/internal/objabi: make GOEXPERIMENT=none mean "no experiment flags" | Austin Clements |
| 2021-04-08 | cmd/internal/objabi: clarify initialization of Experiments | Austin Clements |
| 2021-04-08 | cmd/internal/objabi: make GOEXPERIMENT be a diff from default experiments | Austin Clements |
| 2021-04-08 | cmd/compile,cmd/internal/objabi: abstract out object header string | Austin Clements |
| 2021-04-08 | internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new package | Austin Clements |
| 2021-04-08 | runtime: drop haveexperiment, sys.GOEXPERIMENT | Austin Clements |
| 2021-04-06 | runtime: use funcID to identify abort in isAbortPC | Michael Anthony Knyszek |
| 2021-04-05 | cmd/internal/objabi: remove StackPreempt | Austin Clements |
| 2021-04-01 | runtime: fix uses of ABIInternal PCs in assembly | Austin Clements |
| 2021-03-31 | runtime: replace reflectcall of defers with direct call | Austin Clements |