| Age | Commit message (Expand) | Author |
| 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 |
| 2024-11-13 | cmd/internal/obj: add tool to generate Cnames string | chenguoqi |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 2024-09-03 | cmd: replace many sort.Interface with slices.Sort and SortFunc | Zxilly |
| 2024-04-16 | cmd,crypto/elliptic: fix typos in comments | apocelipes |
| 2023-10-03 | cmd: fix mismatched symbols | cui fliter |
| 2023-08-08 | cmd/internal/obj/mips: add SEB/SEH instructions | Junxian Zhu |
| 2023-08-03 | cmd/internal/obj/mips: add WSBH/DSBH/DSHD instructions | Junxian Zhu |
| 2023-07-31 | cmd/internal/obj/mips: use more appropriate register types for OP_FRRR/OP_SRR | Joel Sing |
| 2023-07-31 | cmd/internal/obj/mips: use more appropriate register types for OP_IRR | Joel Sing |
| 2023-07-31 | cmd/internal/obj/mips: use more appropriate register types for OP_RRR | Joel Sing |
| 2023-07-31 | cmd/internal/obj/mips: use obj.REG_NONE rather than 0 | Joel Sing |
| 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 |
| 2022-06-29 | cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SP | Cherry Mui |
| 2022-04-19 | cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field | Austin Clements |
| 2021-12-13 | cmd/internal/obj: fix tail call in non-zero frame leaf function on MIPS and S... | Cherry Mui |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 2021-04-05 | cmd/internal/obj/mips: simplify huge frame prologue | Austin Clements |
| 2021-03-16 | cmd/asm: add rotr/drotr for mips64 | Meng Zhuo |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 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-05-06 | cmd/internal/obj/mips: mark restartable sequences | Cherry Zhang |
| 2020-05-06 | cmd/internal/obj, runtime: preempt & restart some instruction sequences | Cherry Zhang |
| 2020-04-03 | cmd/internal/obj/mips: don't emit spurious CALLIND relocations | Cherry Zhang |
| 2020-03-13 | cmd/asm, cmd/compile, runtime: add -spectre=ret mode | Russ Cox |
| 2020-03-04 | cmd/asm: add MIPS MSA LD/ST/LDI support for mips64x | Meng Zhuo |
| 2019-11-27 | cmd/internal/obj: mark split-stack prologue nonpreemptible | Cherry Zhang |
| 2019-11-07 | cmd/internal/obj/mips: mark unsafe points | Cherry Zhang |
| 2019-11-05 | cmd/internal/obj/mips: add a flag field to Optab | Cherry Zhang |
| 2019-10-29 | cmd/internal/obj/mips: fix encoding of FCR registers | Cherry Zhang |
| 2019-05-05 | all: remove commented-out print statements | Iskander Sharipov |
| 2019-03-23 | cmd/internal/obj/mips: add MADD/MSUB | Ben Shi |
| 2019-03-05 | cmd/compile: fix mips64 instruction UNPREDICTABLE bug | hengwu0 |
| 2019-03-03 | cmd/internal/obj/mips: use r instead of p.Reg in call to OP_IRR | Leon Klingele |
| 2019-01-09 | cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 | Clément Chigot |
| 2018-07-03 | cmd/internal/obj: follow convention for generated code comment | Tobias Klauser |
| 2018-05-22 | cmd/internal/obj: consolidate emitting entry stack map | Austin Clements |
| 2018-05-02 | cmd/compile: intrinsify runtime.getcallerpc on all link register architectures | Wei Xiao |