| Age | Commit message (Expand) | Author |
| 19 hours | all: prealloc slice with possible minimum capabilities | Shulhan |
| 37 hours | cmd/asm, cmd/internal/obj/arm64: support memory with MUL VL imm offset | Junyang Shao |
| 37 hours | cmd/asm, cmd/internal/obj/arm64: support memory with imm offset in SVE | Junyang Shao |
| 37 hours | cmd/asm, cmd/internal/obj/arm64: support special operands in SVE | Junyang Shao |
| 37 hours | cmd/asm, cmd/internal/obj/arm64: support memory with extensions in SVE | Junyang Shao |
| 37 hours | cmd/asm, cmd/internal/obj/arm64: support SVE register lists | Junyang Shao |
| 37 hours | cmd/asm, cmd/internal/obj/arm64: add support for immediates | Junyang Shao |
| 5 days | cmd/asm, cmd/internal/obj/arm64: support register with index in SVE | Junyang Shao |
| 5 days | cmd/asm, cmd/internal/obj/arm64: add GP and SIMD reg support for SVE | Junyang Shao |
| 5 days | cmd/internal/obj/loong64: correct instruction encoding | limeidan |
| 7 days | cmd/internal/obj/arm64: add ASIMD cross-lane reduction instructions | Alexander Musman |
| 7 days | cmd/internal/obj/arm64: add ASIMD miscellaneous unary instructions | Alexander Musman |
| 7 days | cmd/internal/obj/arm64: add ASIMD arithmetic instructions | Alexander Musman |
| 7 days | cmd/internal/obj/arm64: add ASIMD shift instructions | Alexander Musman |
| 7 days | cmd/internal/obj/arm64: add remaining ASIMD compare instructions | Alexander Musman |
| 7 days | cmd/internal/obj: refactor arm64 ASIMD instruction encoding | Alexander Musman |
| 11 days | cmd/internal/obj/riscv: add assembly support for Zihintpause extensions | Qiu Weihong |
| 13 days | cmd/asm, cmd/go: pass -std to assembler for standard library packages | Cherry Mui |
| 2026-03-31 | cmd/internal/obj/riscv: add support for FENCE operands and FENCE.TSO | wangboyao |
| 2026-03-26 | cmd/internal/obj/riscv: add assembly support of Zbc extension | Xueqi Luo |
| 2026-03-20 | cmd/internal/obj/arm64: new arm64 assembling path for SVE | Junyang Shao |
| 2026-03-10 | cmd/internal/obj/riscv: materialise 32 bit unsigned constants | Joel Sing |
| 2026-02-27 | cmd/internal/obj: arm64 assembler support unshifted hi for large offsets | Alexander Musman |
| 2026-02-24 | cmd/asm/internal/asm/testdata: add SB tests | Roland Shoemaker |
| 2026-02-22 | cmd/internal/obj: support arm64 FMOVQ from/to global address | Alexander Musman |
| 2026-02-17 | cmd/internal/obj: remove ARM64 prefix from encoding helpers | Alexander Musman |
| 2026-02-17 | cmd/internal/obj: move ARM64RegisterListOffset from cmd/asm/internal/arch | Alexander Musman |
| 2026-02-14 | cmd/internal/obj/loong64: improve ARNG type register name conversion | Guoqi Chen |
| 2025-12-23 | cmd/asm/internal/asm: run riscv64 end-to-end tests for each profile | Joel Sing |
| 2025-12-23 | cmd/asm/internal/asm: abort end to end test if assembly failed | Joel Sing |
| 2025-11-26 | cmd/internal/obj/loong64: remove the incorrect unsigned instructions | Xiaolin Zhao |
| 2025-11-26 | cmd/internal/obj/loong64: add {,x}vmadd series instructions support | Guoqi Chen |
| 2025-11-26 | cmd/internal/obj/loong64: add aliases to 32-bit arithmetic instructions | Xiaolin Zhao |
| 2025-11-25 | cmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD}.{H.B,W.H,D.W,Q.D}{,U} in... | Guoqi Chen |
| 2025-11-20 | cmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U} instructions support | Guoqi Chen |
| 2025-11-20 | cmd/internal/obj/x86: handle global reference in From3 in dynlink mode | Cherry Mui |
| 2025-11-19 | cmd/internal/obj/loong64: add MULW.D.W[U] instructions | Xiaolin Zhao |
| 2025-11-18 | cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri... | Joel Sing |
| 2025-11-13 | cmd/asm,cmd/internal/obj/riscv: add support for riscv compressed instructions | Joel Sing |
| 2025-11-12 | cmd/internal/obj/loong64: add {,X}VS{ADD,SUB}.{B/H/W/V}{,U} instructions support | Guoqi Chen |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-11-10 | cmd/internal/obj/arm64: shorten constant integer loads | Keith Randall |
| 2025-11-05 | cmd/internal/obj/loong64: add {,X}VSHUF.{B/H/W/V} instructions support | Guoqi Chen |
| 2025-11-05 | cmd/internal/obj/loong64: add {,X}VEXTRINS.{B,H,W,V} instruction support | Guoqi Chen |
| 2025-11-03 | cmd/internal/obj/loong64: using {xv,v}slli.d to perform copying between vecto... | Guoqi Chen |
| 2025-11-03 | cmd/internal/obj/loong64: add VPERMI.W, XVPERMI.{W,V,Q} instruction support | Guoqi Chen |
| 2025-11-03 | cmd/internal/obj: support arm64 FMOVQ large offset encoding | Alexander Musman |
| 2025-10-27 | cmd/internal/obj, cmd/asm: reclassify the offset of memory access operations ... | Xiaolin Zhao |
| 2025-10-23 | cmd/internal/obj/riscv: simplify validation and encoding of raw instructions | Joel Sing |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |