| Age | Commit message (Expand) | Author |
| 2026-03-10 | cmd/compile: fix arm direct tail call | Keith Randall |
| 2026-03-10 | cmd/internal/obj/arm: set spadj in arm32 tailcall | Thea Heinen |
| 2026-03-07 | cmd/internal/obj: fix indirect tail call code | Keith Randall |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-10-08 | cmd/internal/obj: fix Link.Diag printf errors | Alan Donovan |
| 2025-07-24 | cmd/internal/obj: rip out argp adjustment for wrapper frames | Keith Randall |
| 2025-05-05 | Revert "cmd/compile: allow all of the preamble to be preemptible" | Keith Randall |
| 2025-04-25 | cmd/compile: allow all of the preamble to be preemptible | Keith Randall |
| 2025-02-26 | runtime: remove ret field from gobuf | Keith Randall |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 2024-10-23 | cmd/asm: add support for LDREXB/STREXB | Mauri de Souza Meneguzzo |
| 2024-09-03 | cmd: replace many sort.Interface with slices.Sort and SortFunc | Zxilly |
| 2023-12-15 | cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0. | Keith Randall |
| 2023-12-15 | cmd/asm: fix encoding for arm right shift by constant 0 | Keith Randall |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-06-01 | cmd/internal/obj/arm: handle HAUTO etc. in addpool | Cherry Mui |
| 2023-04-21 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* 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 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 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-04-16 | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox |
| 2021-04-05 | cmd/internal/obj/arm: simplify huge frame prologue | Austin Clements |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 2020-10-26 | cmd/internal/obj/{arm,s390x}: make return jump print nicer | Cherry Zhang |
| 2020-10-16 | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox |
| 2020-08-31 | cmd/compile,cmd/asm: simplify recording of branch targets, take 2 | Keith Randall |
| 2020-08-28 | Revert "cmd/compile,cmd/asm: simplify recording of branch targets" | Keith Randall |
| 2020-08-27 | cmd/compile,cmd/asm: simplify recording of branch targets | Keith Randall |
| 2020-08-20 | cmd/internal/obj: stop removing NOPs from instruction stream | Keith Randall |
| 2020-06-04 | all: fix dead links to inferno-os bitbucket repository | Tobias Klauser |
| 2020-03-13 | cmd/asm, cmd/compile, runtime: add -spectre=ret mode | Russ Cox |
| 2019-11-27 | cmd/internal/obj: mark split-stack prologue nonpreemptible | Cherry Zhang |
| 2019-10-16 | cmd/internal/obj/arm: remove NaCl related DATABUNDLE | Ben Shi |
| 2019-10-09 | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick |
| 2019-01-11 | cmd/compile: separate data and function LSyms | Austin Clements |
| 2019-01-09 | cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 | Clément Chigot |
| 2018-11-12 | cmd/compile, cmd/link: separate stable and internal ABIs | Austin Clements |
| 2018-10-03 | cmd/internal/obj/arm: delete unnecessary code | Ben Shi |
| 2018-07-03 | cmd/internal/obj: follow convention for generated code comment | Tobias Klauser |
| 2018-05-22 | cmd/asm: enable AVX512 | isharipo |
| 2018-05-22 | cmd/internal/obj: consolidate emitting entry stack map | Austin Clements |
| 2018-05-14 | cmd/internal/obj/arm: fix wrong encoding of MUL | Ben Shi |
| 2018-05-02 | cmd/compile: intrinsify runtime.getcallerpc on all link register architectures | Wei Xiao |
| 2018-04-30 | cmd/internal/obj/arm: fix/rationalize checkpool distance check | Austin Clements |
| 2018-04-17 | cmd/internal/obj/arm, runtime: delete old ARM softfloat code | Cherry Zhang |
| 2018-04-06 | cmd: some semi-automated cleanups | Daniel Martí |