| Age | Commit message (Expand) | Author |
| 2025-10-08 | cmd/internal/obj: fix Link.Diag printf errors | Alan Donovan |
| 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 |
| 2022-04-19 | cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field | Austin Clements |
| 2021-03-16 | cmd/asm: add rotr/drotr for mips64 | Meng Zhuo |
| 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-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 |
| 2018-05-01 | cmd: remove some unnecessary gotos | Daniel Martà |
| 2018-04-06 | cmd: some semi-automated cleanups | Daniel Martà |
| 2018-02-14 | cmd/internal/obj/mips: support NEG, avoid crash with illegal instruction | Cherry Zhang |
| 2017-10-11 | cmd/compile: abort earlier if stack frame too large | Keith Randall |
| 2017-08-02 | cmd/compile: set/unset base register for better assembly print | Cherry Zhang |
| 2017-05-16 | cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions | Cherry Zhang |
| 2017-04-28 | cmd/internal: remove SymKind values that are only checked for, never set | Michael Hudson-Doyle |
| 2017-04-19 | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky |
| 2017-04-18 | cmd/internal/obj: un-embed FuncInfo field in LSym | Matthew Dempsky |
| 2017-04-11 | cmd/internal/obj/mips: make assembler almost concurrency-safe | Josh Bleecher Snyder |
| 2017-04-10 | cmd/internal/obj: rename some local variables not c | Josh Bleecher Snyder |
| 2017-04-07 | cmd/internal/obj: remove timing prints from assemblers | Josh Bleecher Snyder |
| 2017-04-07 | cmd/internal/obj: eagerly initialize assemblers | Josh Bleecher Snyder |
| 2017-04-06 | cmd/compile: teach assemblers to accept a Prog allocator | Josh Bleecher Snyder |
| 2017-03-27 | cmd/internal/obj: eliminate Curp | Josh Bleecher Snyder |
| 2017-03-23 | cmd/internal/obj/mips: standardize on sys.MIPS and sys.MIPS64 constants | Dave Cheney |
| 2017-03-22 | cmd/internal/obj: eliminate Ctxt.Mode | Josh Bleecher Snyder |
| 2017-03-20 | cmd/internal/obj: convert Debug* Link fields into bools | Josh Bleecher Snyder |
| 2017-03-06 | cmd/internal/obj: remove AUSEFIELD pseudo-op | Matthew Dempsky |
| 2016-12-09 | [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos | David Lazar |