| Age | Commit message (Expand) | Author |
| 35 hours | cmd/asm, cmd/internal/obj/arm64: support memory with MUL VL imm offset | Junyang Shao |
| 35 hours | cmd/asm, cmd/internal/obj/arm64: support memory with imm offset in SVE | Junyang Shao |
| 35 hours | cmd/asm, cmd/internal/obj/arm64: support memory with extensions in SVE | Junyang Shao |
| 5 days | cmd/asm, cmd/internal/obj/arm64: support register with index in SVE | Junyang Shao |
| 2026-03-20 | cmd/internal/obj/arm64: new arm64 assembling path for SVE | Junyang Shao |
| 2026-02-10 | cmd/internal/obj: add Align field to LSym | Ian Lance Taylor |
| 2025-02-14 | cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instru... | Joel Sing |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-13 | cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQ | Guoqi Chen |
| 2024-05-15 | cmd/compile, cmd/internal: fine-grained fiddling with loop alignment | David Chase |
| 2023-05-09 | cmd/compile: standardize on outer-to-inner for pos lists | Russ Cox |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 2023-02-06 | cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64 | Guoqi Chen |
| 2022-09-29 | cmd: fix a few function names on comments | cui fliter |
| 2022-05-11 | cmd/internal/obj{,/loong64}: instructions and registers for loong64 | Xiaodong Liu |
| 2022-04-01 | cmd/asm: refactor some operands that are not special registers on arm64 | erifan01 |
| 2021-09-20 | cmd/compile: extend dump-to-file to handle "genssa" (asm) case. | David Chase |
| 2021-04-16 | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 2020-10-29 | cmd/internal/obj/arm64: add CASx/CASPx instructions | fanzha02 |
| 2020-10-19 | cmd/asm: allow def/ref of func ABI when compiling runtime | Than McIntosh |
| 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-04-20 | cmd/compile: speed up compiling with -S | Josh Bleecher Snyder |
| 2019-09-07 | cmd/internal/obj: instructions and registers for RISC-V | Joel Sing |
| 2018-12-11 | cmd/compile: use innermost line number for -S | Keith Randall |
| 2018-11-27 | cmd: fix symbols addressing for aix/ppc64 | Clément Chigot |
| 2018-10-23 | cmd/asm/internal,cmd/internal/obj/ppc64: add alignment directive to asm for p... | Lynn Boger |
| 2018-10-06 | all: fix a bunch of misspellings | Igor Zhilianin |
| 2018-05-22 | cmd/asm: enable AVX512 | isharipo |
| 2018-05-04 | cmd/compile: add wasm architecture | Richard Musiol |
| 2018-04-30 | cmd/compile: intrinsify runtime.getcallerpc on arm64 | Wei Xiao |
| 2018-04-18 | cmd/internal/obj/arm64: refactor the extended/shifted register encoding to th... | fanzha02 |
| 2018-04-09 | cmd/internal/obj/arm64: add assembler support for load with register offset | fanzha02 |
| 2018-04-05 | cmd/internal/obj: various code cleanups | Daniel Martí |
| 2018-04-04 | cmd/compile: add IsStmt breakpoint info to src.lico | David Chase |
| 2018-03-19 | cmd/asm: add ARM64 assembler check for incorrect input | fanzha02 |
| 2017-11-21 | cmd/compile: improve debugging output for GOSSAFUNC | David Chase |
| 2017-11-13 | cmd/compile: record original and absolute file names for line directives | griesemer |
| 2017-10-13 | cmd/asm: refine Go assembly for ARM64 | Wei Xiao |
| 2017-10-11 | cmd/compile: add line numbers to values & blocks in ssa.html | David Chase |
| 2017-09-15 | cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr) | isharipo |
| 2017-05-06 | cmd/asm: fix operand order of ARM's MULA instruction | Ben Shi |
| 2017-04-19 | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky |
| 2017-04-12 | cmd/internal/obj: stop storing Text flags in From3 | Josh Bleecher Snyder |
| 2017-04-06 | cmd/compile: add Prog cache to Progs | Josh Bleecher Snyder |
| 2017-03-20 | cmd/internal/obj: remove unneeded AVARFOO ops | Matthew Dempsky |
| 2017-03-09 | cmd/compile: print columns (not just lines) in error messages | Robert Griesemer |
| 2017-03-06 | cmd/internal/obj: remove AUSEFIELD pseudo-op | Matthew Dempsky |