| Age | Commit message (Expand) | Author |
| 2026-03-07 | cmd/internal/obj: fix indirect tail call code | Keith Randall |
| 2025-11-24 | cmd/internal/obj: set morestack arg spilling and regabi prologue on | Srinivas Pokala |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 2025-07-30 | cmd/compile: add floating point min/max intrinsics on s390x | Michael Munday |
| 2025-07-24 | cmd/internal/obj: rip out argp adjustment for wrapper frames | Keith Randall |
| 2025-07-24 | cmd/internal/obj/s390x: add MVCLE instruction | kmvijay |
| 2025-05-29 | cmd/internal/obj/s390x: fix potential recursive String call | Michael Anthony Knyszek |
| 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-03-24 | cmd/asm: add LCDBR instruction on s390x | Vishwanatha HD |
| 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-18 | cmd/internal/obj/s390x: fix m6 field encoding for VSTRC instruction on s390x | Srinivas Pokala |
| 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-11-22 | cmd/asm: fix the KMCTR instruction encoding and argument passing | Srinivas Pokala |
| 2023-10-03 | cmd: fix mismatched symbols | cui fliter |
| 2023-09-05 | cmd/asm: add KMA and KMCTR instructions on s390x. | root |
| 2023-08-11 | cmd/asm: add KDSA instruction support | Srinivas Pokala |
| 2023-08-02 | cmd/asm: add s390x crypto related instructions | Srinivas Pokala |
| 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 |
| 2023-01-20 | cmd/internal/obj/s390x, runtime: fix breakpoint in s390x | Srinivas Pokala |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-06-29 | cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SP | Cherry Mui |
| 2022-05-18 | all: fix spelling | John Bampton |
| 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/s390x: simplify huge frame prologue | Austin Clements |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 2020-12-21 | [dev.regabi] all: merge master into dev.regabi | Matthew Dempsky |
| 2020-12-14 | cmd/compile: fix incorrect shift count type with s390x rules | Ruixin Bao |
| 2020-12-08 | [dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.Aux | Matthew Dempsky |
| 2020-11-10 | cmd/internal/obj/s390x: fix SYNC instruction encoding | Michael Munday |
| 2020-11-06 | cmd/compile: optimize shift pairs and masks on s390x | Michael Munday |
| 2020-10-29 | cmd/internal/obj/arm64: add CASx/CASPx instructions | fanzha02 |
| 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-09-28 | cmd/link: consider interface conversions only in reachable code | Cherry Zhang |
| 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: fix inline marker issue on s390x | Michael Munday |
| 2020-08-17 | Revert "cmd/internal/obj: fix inline marker issue on s390x" | Austin Clements |
| 2020-08-14 | cmd/internal/obj: fix inline marker issue on s390x | Michael Munday |
| 2020-05-06 | cmd/internal/obj, runtime: preempt & restart some instruction sequences | Cherry Zhang |