| Age | Commit message (Expand) | Author |
| 2026-04-01 | cmd/compile, cmd/link: add linknamestd directive for std-only linknames | Cherry Mui |
| 2026-02-10 | cmd/internal/obj: add Align field to LSym | Ian Lance Taylor |
| 2026-01-26 | cmd/compile: reduce lock/scheduler contention | Daniel Morsing |
| 2025-11-18 | cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri... | Joel Sing |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-10-08 | cmd/internal/obj: fix Link.Diag printf errors | Alan Donovan |
| 2025-09-30 | cmd/compile/internal/ssa: remove redundant "type:" prefix check | Youlin Feng |
| 2025-09-12 | cmd/asm, cmd/internal/obj: add riscv64 generic CSR ops | Mark Ryan |
| 2025-02-22 | cmd: initial compiler+linker support for DWARF5 .debug_addr | Than McIntosh |
| 2025-02-14 | cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instru... | Joel Sing |
| 2025-02-10 | cmd/compile: avoid ifaceeq call if we know the interface is direct | Keith Randall |
| 2024-11-13 | cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQ | Guoqi Chen |
| 2024-11-11 | cmd/compile: allow more types for wasmimport/wasmexport parameters and results | Cherry Mui |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 2024-10-22 | cmd/compile: use STP/LDP around morestack on arm64 | Keith Randall |
| 2024-08-09 | cmd/compile: add basic wasmexport support | Cherry Mui |
| 2024-08-06 | cmd/internal/obj: minor refactor of wasmimport code | Cherry Mui |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-15 | cmd/compile, cmd/internal: fine-grained fiddling with loop alignment | David Chase |
| 2024-05-15 | cmd/internal/obj/x86: make SEH symbols content-addressable | Cherry Mui |
| 2024-05-10 | cmd/compile, cmd/link: disallow linkname of some newly added internal functions | Cherry Mui |
| 2024-02-21 | cmd/asm, cmd/internal/obj: enable rounding mode suffix for riscv64 | Meng Zhuo |
| 2023-08-29 | cmd/internal/obj: add Func type to replace "curfn any" | Matthew Dempsky |
| 2023-05-24 | cmd/asm: refine some APIs related to Prog.RestArgs[] | ruinan |
| 2023-05-19 | cmd/compile: constant-fold loads from constant dictionaries and types | Keith Randall |
| 2023-05-02 | cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF info | Cherry Mui |
| 2023-04-28 | Revert "cmd/compile: constant-fold loads from constant dictionaries and types" | Chressie Himpel |
| 2023-04-27 | cmd/compile: constant-fold loads from constant dictionaries and types | Keith Randall |
| 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-05 | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal |
| 2023-03-02 | all: implement wasmimport directive | Evan Phoenix |
| 2023-02-06 | cmd/internal/obj: flag init functions in object file | Than McIntosh |
| 2023-01-30 | cmd/compile,cmd/link: set DW_AT_decl_line for function declarations | Michael Pratt |
| 2022-11-11 | all: fix problematic comments | cui fliter |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-05-16 | cmd/compile: set LocalPkg.Path to -p flag | Matthew Dempsky |
| 2022-05-11 | cmd/internal/obj: add a flag to not write referenced symbol names in object file | Cherry Mui |
| 2022-05-11 | cmd/internal/obj{,/loong64}: instructions and registers for loong64 | Xiaodong Liu |
| 2022-04-19 | cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field | Austin Clements |
| 2022-04-19 | internal/sys: add LR and fixed frame size to sys.Arch | Austin Clements |
| 2022-04-14 | cmd/compile: implement jump tables | Keith Randall |
| 2022-04-01 | cmd/asm: refactor some operands that are not special registers on arm64 | erifan01 |
| 2022-02-11 | cmd/compile, runtime: use unwrapped PC for goroutine creation tracing | Cherry Mui |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 2021-10-27 | cmd/compile, runtime: track argument stack slot liveness | Cherry Mui |
| 2021-09-29 | cmd/internal/goobj, cmd/link: remove funcdataoff | Cherry Mui |
| 2021-09-28 | cmd/internal/obj: index pcdata symbols in NumberSyms | Cherry Mui |
| 2021-09-27 | cmd/internal/obj: fix wording in a comment | DQNEO |