| Age | Commit message (Expand) | Author |
| 2025-03-03 | cmd/internal/obj/loong64: add F{MAXA/MINA}.{S/D} instructions | Xiaolin Zhao |
| 2025-03-03 | cmd/internal/obj/loong64: add {V,XV}{SLL/SRL/SRA/ROTR}[I].{B/H/W/D} instructi... | Xiaolin Zhao |
| 2025-03-01 | cmd/internal/obj/riscv: add riscv64 CSR map | Mark Ryan |
| 2025-02-28 | cmd/internal/obj, cmd/asm: reclassify 32-bit immediate value of loong64 | limeidan |
| 2025-02-27 | cmd/internal/obj/riscv: implement vector load/store instructions | Joel Sing |
| 2025-02-26 | runtime: remove ret field from gobuf | Keith Randall |
| 2025-02-25 | cmd/compile, runtime: use PC of deferreturn for panic transfer | David Chase |
| 2025-02-25 | internal/abi: use arch family instead of arch string | Keith Randall |
| 2025-02-22 | cmd: initial compiler+linker support for DWARF5 .debug_addr | Than McIntosh |
| 2025-02-22 | cmd/internal/objabi,cmd/link/internal/sym: add SDWARFADDR symbol type | Than McIntosh |
| 2025-02-22 | cmd/internal/objabi: add new R_DWTXTADDR_* relocation types | Than McIntosh |
| 2025-02-22 | cmd/link, cmd/internal/dwarf: add DWARF5 line table support | Than McIntosh |
| 2025-02-22 | cmd/internal/dwarf: add DW_LNCT and DW_UT constant definitions | Than McIntosh |
| 2025-02-22 | cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation type | Than McIntosh |
| 2025-02-20 | cmd/internal/obj/loong64: optimize immediate loading | limeidan |
| 2025-02-20 | cmd/internal/obj/x86: add support for the endbr64 instruction on amd64 | Joel Sing |
| 2025-02-19 | all: implement plugin build mode for riscv64 | Meng Zhuo |
| 2025-02-14 | cmd/internal/obj/riscv: support MOVD with floating point constants | Joel Sing |
| 2025-02-14 | cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instru... | Joel Sing |
| 2025-02-13 | cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC for riscv64 | Meng Zhuo |
| 2025-02-13 | cmd: use cmd/internal/hash.New32 and Sum32 only | Russ Cox |
| 2025-02-10 | cmd/compile: avoid ifaceeq call if we know the interface is direct | Keith Randall |
| 2025-02-10 | cmd/internal/bio: remove unused MustWriter | Mateusz Poliwczak |
| 2025-02-07 | cmd/internal/obj/riscv: update references to RISC-V specification | Joel Sing |
| 2025-02-05 | cmd/go: add rva23u64 as a valid value for GORISCV64 | Mark Ryan |
| 2025-02-04 | cmd/internal/sys: allow unaligned loads on big-endian ppc64 | Keith Randall |
| 2025-02-03 | all: remove coverageredesign experiment | Ian Lance Taylor |
| 2025-02-03 | all: run gofmt | Ian Lance Taylor |
| 2025-01-28 | runtime: rename mapiterinit and mapiternext | Michael Pratt |
| 2025-01-16 | cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial... | Cherry Mui |
| 2025-01-07 | cmd/internal/hash: stop using md5, sha1 | Russ Cox |
| 2025-01-06 | cmd/internal/disasm: correct instruction length handling for riscv64 | Joel Sing |
| 2024-12-12 | cmd/internal/obj: disallow linknamed access to builtin symbols | Cherry Mui |
| 2024-12-11 | cmd/internal/objfile: break out dissassemblers to another package | Cherry Mui |
| 2024-12-06 | cmd/internal/goobj: add missing symbol align field in top level doc | Paul Cacheux |
| 2024-12-06 | cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD | Damien Neil |
| 2024-11-27 | cmd/internal/obj: handle static assembly symbols correctly in FIPS check | Russ Cox |
| 2024-11-22 | cmd/compile, cmd/link: FIPS fixes for large programs | Russ Cox |
| 2024-11-21 | cmd/internal/obj/riscv: rework instruction encoding information | Joel Sing |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-21 | cmd/internal/obj/ppc64: support for decimal floating point instructions | Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com |
| 2024-11-20 | all: rename crypto/internal/fips to crypto/internal/fips140 | Russ Cox |
| 2024-11-20 | cmd/internal/testdir: print stderr if go list fails while gathering stdlib im... | thepudds |
| 2024-11-20 | cmd/internal/testdir: update errors when filepaths include 'C:\' | thepudds |
| 2024-11-19 | cmd/internal/obj/arm64: recognize FIPS static temps as unaligned | Russ Cox |
| 2024-11-19 | cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64 | Guoqi Chen |
| 2024-11-18 | internal/sync: move sync.Mutex implementation into new package | Michael Anthony Knyszek |
| 2024-11-18 | cmd/internal/obj: exclude external test packages from FIPS scope | Russ Cox |
| 2024-11-17 | cmd/go: print build errors during go test -json in JSON | Austin Clements |
| 2024-11-15 | crypto/internal/fips/check: enable windows/arm64 | Filippo Valsorda |