| Age | Commit message (Expand) | Author |
| 2025-05-02 | cmd/internal/obj/riscv: add support for vector mask instructions | Joel Sing |
| 2025-05-02 | cmd/internal/obj/riscv: add support for vector reduction instructions | Joel Sing |
| 2025-05-01 | cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64 | Joel Sing |
| 2025-05-01 | cmd/internal/obj/riscv: add support for vector floating-point instructions | Joel Sing |
| 2025-04-30 | cmd/go, cmd/internal/objabi: detect "devel" version by substring | Dmitri Shuralyov |
| 2025-04-28 | cmd/internal/obj/loong64: fix the error parameters when calling UnspillRegist... | Guoqi Chen |
| 2025-04-25 | cmd/compile: allow all of the preamble to be preemptible | Keith Randall |
| 2025-04-24 | cmd/internal/obj: add new assembly format for BFPT and BFPF on loong64 | Guoqi Chen |
| 2025-04-23 | runtime: move sizeclass defs to new package internal/runtime/gc | Michael Anthony Knyszek |
| 2025-04-16 | all: use strings.ReplaceAll where applicable | Marcel Meyer |
| 2025-04-15 | cmd/internal/obj/loong64: add support for {V,XV}SET{EQ,NE}Z.V series instruct... | limeidan |
| 2025-04-13 | cmd: fix DWARF gen bug with packages that use assembly | Than McIntosh |
| 2025-04-09 | cmd/internal/obj/wasm: use i64 for large return addr | Zxilly |
| 2025-04-09 | cmd/compile: set unalignedOK to make memcombine work properly on loong64 | limeidan |
| 2025-04-03 | cmd/internal/obj/arm64: return a bit shift from movcon | Joel Sing |
| 2025-04-03 | cmd/internal/obj/arm64: deduplicate con32class | Joel Sing |
| 2025-04-03 | cmd/internal/obj/arm64: simplify conclass | Joel Sing |
| 2025-04-01 | cmd/internal/obj/riscv: add support for vector fixed-point arithmetic instruc... | Joel Sing |
| 2025-03-29 | cmd/internal/obj/arm64: factor out constant classification code | Joel Sing |
| 2025-03-29 | cmd/internal/obj/riscv: add support for vector integer arithmetic instructions | Joel Sing |
| 2025-03-27 | cmd/internal/obj/riscv,internal/bytealg: synthesize MIN/MAX/MINU/MAXU instruc... | Joel Sing |
| 2025-03-27 | cmd/internal/obj/riscv: improve constant construction | Joel Sing |
| 2025-03-26 | cmd/internal/obj/arm64: add support for BTI instruction | Joel Sing |
| 2025-03-25 | cmd/internal/obj/loong64: add [X]VSHUF4I.{B/H/W/D} instructions support | Xiaolin Zhao |
| 2025-03-25 | cmd/internal/obj/arm64: move register encoding into opldrr/opstrr | Joel Sing |
| 2025-03-25 | cmd/internal/obj/loong64: add [X]VMULW{EV/OD} series instructions support | Xiaolin Zhao |
| 2025-03-25 | cmd/internal/obj/arm64: provide and use an oprrrr function | Joel Sing |
| 2025-03-25 | cmd/internal/obj/arm64: move register encoding into oprrr | Joel Sing |
| 2025-03-25 | cmd/internal/obj/arm64: replace range checks with isaddcon2 | Joel Sing |
| 2025-03-24 | runtime: rename runfinq to runFinalizersAndCleanups | Michael Pratt |
| 2025-03-24 | cmd/asm: add LCDBR instruction on s390x | Vishwanatha HD |
| 2025-03-21 | cmd/internal/obj/riscv: factor out shift constant code | Joel Sing |
| 2025-03-20 | cmd/internal/obj/riscv: fix the encoding for REV8 and ORCB | Mark Ryan |
| 2025-03-20 | all: use exec.Command.String in test logs | qmuntal |
| 2025-03-19 | cmd/internal/obj/riscv: prevent panics on bad branches | Mark Ryan |
| 2025-03-18 | cmd/internal/obj/riscv: prevent duplicate error reports | Mark Ryan |
| 2025-03-16 | cmd/internal/obj/loong64: add {V,XV}NEG{B/H/W/V} instructions support | Xiaolin Zhao |
| 2025-03-13 | cmd/internal/obj/loong64: add {V,XV}{FSQRT/FRECIP/FRSQRT}.{S/D} instructions ... | Xiaolin Zhao |
| 2025-03-13 | cmd/internal/dwarf: always use AT_ranges for scopes with DWARF 5 | Than McIntosh |
| 2025-03-12 | cmd/internal/obj/loong64: add {V,XV}DIV{B/H/W/V}[U] and {V,XV}MOD{B/H/W/V}[U]... | Xiaolin Zhao |
| 2025-03-12 | cmd/internal/dwarf: fix bug in inlined func DIE range DWARF 5 info | Than McIntosh |
| 2025-03-11 | cmd/internal/script/scripttest: use GOHOSTARCH to find tool directory | Ian Lance Taylor |
| 2025-03-11 | cmd/internal/obj/loong64: add {V,XV}MUL{B/H/W/V} and {V,XV}MUH{B/H/W/V}[U] in... | Xiaolin Zhao |
| 2025-03-11 | runtime/internal: clean up completely | Jes Cok |
| 2025-03-10 | cmd/internal/obj/loong64: add {V,XV}SEQI, {V,XV}.{AND,OR,XOR,NOR} instruction... | Guoqi Chen |
| 2025-03-06 | cmd/internal/obj/loong64: add {V,XV}ILV{L/H}.{B/H/W/D} instructions support | Xiaolin Zhao |
| 2025-03-06 | runtime: explicitly disable async preempt for internal/runtime | Andy Pan |
| 2025-03-05 | cmd/internal/obj/loong64: add {V,XV}{ADD/SUB}.{B,H,W,D,Q} and {V,XV}{ADD/SUB}... | Xiaolin Zhao |
| 2025-03-04 | cmd/compile,cmd/link: move to DWARF5-style location lists | Than McIntosh |
| 2025-03-04 | cmd/compile,cmd/link: move to DWARF5-style range lists | Than McIntosh |