| Age | Commit message (Expand) | Author |
| 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 |
| 2024-11-14 | cmd/internal/obj/fips: mark R_ADDRPOWR_GOT as a pcrel relocation | Paul E. Murphy |
| 2024-11-14 | all: enable FIPS verification code | Russ Cox |
| 2024-11-13 | cmd/internal/obj/wasm: correct return PC for frameless wasmexport wrappers | Cherry Mui |
| 2024-11-13 | cmd/internal/obj: add tool to generate Cnames string | chenguoqi |
| 2024-11-13 | cmd/compile, cmd/link: add FIPS verification support | Russ Cox |
| 2024-11-13 | cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQ | Guoqi Chen |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-11-11 | cmd/compile: allow more types for wasmimport/wasmexport parameters and results | Cherry Mui |
| 2024-11-11 | cmd/internal/obj/loong64: switch Lookup function call to ABIInternal mode | Guoqi Chen |
| 2024-11-08 | cmd/internal/goobj: regenerate builtinlist | Ian Lance Taylor |
| 2024-11-08 | cmd/asm: use single-instruction forms for all loong64 sign and zero extensions | Xiaolin Zhao |
| 2024-11-08 | cmd/internal/obj/loong64: add {V,XV}PCNT.{B,H,W,D} instructions support | Guoqi Chen |
| 2024-11-07 | cmd/internal/objabi, cmd/link: introduce SymKind helper methods | Russ Cox |
| 2024-11-07 | cmd/internal/objabi, cmd/link: add FIPS symbol kinds | Russ Cox |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 2024-11-07 | cmd/internal/obj/loong64: add {V,XV}SEQ.{B,H,W,D} instructions support | Guoqi Chen |
| 2024-11-07 | cmd/internal/obj/loong64: add {V,XV}LD/{V,XV}LDX/{V,XV}ST/{V,XV}STX instructi... | Guoqi Chen |
| 2024-11-07 | cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 | Guoqi Chen |
| 2024-11-06 | cmd/objdump: add s390x plan9 disasm support | Srinivas Pokala |
| 2024-11-02 | cmd/asm: add support for loong64 FMA instructions | Xiaolin Zhao |
| 2024-11-01 | cmd/asm: add support for loong64 CRC32 instructions | Xiaolin Zhao |
| 2024-11-01 | cmd/asm: add support for the rest of loong64 unary bitops | Xiaolin Zhao |
| 2024-10-31 | cmd/internal/obj/arm64: make sure prologue and epilogue are pattern matched f... | Hao Liu |