| Age | Commit message (Expand) | Author |
| 2026-01-28 | [release-branch.go1.26] cmd/compile, simd: capture VAES instructions and fix ... | Junyang Shao |
| 2026-01-13 | simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512 | Austin Clements |
| 2025-12-18 | internal/cpu: repair VNNI feature check | David Chase |
| 2025-09-30 | [dev.simd] cmd/compile, simd: add AES instructions | Junyang Shao |
| 2025-09-03 | [dev.simd] all: merge master (4c4cefc) into dev.simd | Cherry Mui |
| 2025-09-02 | [dev.simd] internal/cpu: report AVX1 and 2 as supported on macOS 15 Rosetta 2 | Cherry Mui |
| 2025-08-29 | internal/cpu: inline DebugOptions | Tobias Klauser |
| 2025-08-14 | [dev.simd] all: merge master (924fe98) into dev.simd | Cherry Mui |
| 2025-08-12 | internal/runtime/gc/scan: import scan kernel from gclab [green tea] | Michael Anthony Knyszek |
| 2025-08-05 | internal/cpu: add AVX-512-CD and DQ, and derived "basic AVX-512" | Austin Clements |
| 2025-08-04 | [dev.simd] all: merge master (7a1679d) into dev.simd | Cherry Mui |
| 2025-07-24 | hash/crc32: add AVX512 IEEE CRC32 calculation | Klaus Post |
| 2025-07-21 | [dev.simd] simd, internal/cpu: support more AVX CPU Feature checks | Junyang Shao |
| 2025-07-01 | [dev.simd] internal/cpu: add GFNI feature check | Junyang Shao |
| 2025-06-13 | [dev.simd] internal/cpu: add AVX-512-CD and DQ, and derived "basic AVX-512" | Austin Clements |
| 2025-05-21 | internal/cpu: add ARM64.HasSHA3 | Filippo Valsorda |
| 2025-05-01 | cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64 | Joel Sing |
| 2025-04-14 | internal/cpu: add a detection for Neoverse(N3, V3, V3ae) cores | fanzha02 |
| 2025-03-11 | internal/cpu: use correct variable when parsing CPU features lamcas and lam_b... | Guoqi Chen |
| 2025-03-11 | internal/bytealg: optimize Count{,String} in loong64 | Guoqi Chen |
| 2025-02-24 | all: use testenv.Executable instead of os.Executable and os.Args[0] | qmuntal |
| 2025-02-05 | cpu/internal: provide runtime detection of RISC-V extensions on Linux | Mark Ryan |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-10-04 | internal/cpu: add CPU feature LAMCAS and LAM_BH detection on loong64 | Guoqi Chen |
| 2024-08-29 | internal/cpu, runtime: make linux/loong64 HWCAP data available | WANG Xuerui |
| 2024-07-24 | internal/cpu: add DIT detection on arm64 | Roland Shoemaker |
| 2024-07-22 | runtime: add ERMS-based memmove support for modern CPU platforms | TangYang |
| 2024-05-29 | all: document legacy //go:linkname for modules with ≥100 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥500 dependents | Russ Cox |
| 2024-05-22 | all: document legacy //go:linkname for modules with ≥50,000 dependents | Russ Cox |
| 2024-05-22 | internal/cpu: remove unused const cpuid_SSE2 | Tobias Klauser |
| 2024-05-17 | all: add push linknames to allow legacy pull linknames | Cherry Mui |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-01-30 | all: fix typos | Jes Cok |
| 2023-11-22 | cmd/asm: fix the KMCTR instruction encoding and argument passing | Srinivas Pokala |
| 2023-11-15 | internal/cpu: detect support of AVX512 | Achille Roussel |
| 2023-10-31 | internal/cpu: add comments to copied functions | apocelipes |
| 2023-10-31 | runtime: on arm32, detect whether we have sync instructions | Keith Randall |
| 2023-09-12 | internal/cpu: fix wrong cache line size of riscv64 | Meng Zhuo |
| 2023-09-05 | all: use ^TestName$ regular pattern for invoking a single test | Dmitri Shuralyov |
| 2023-09-05 | cmd/asm: add KMA and KMCTR instructions on s390x. | root |
| 2023-08-11 | cmd/asm: add KDSA instruction support | Srinivas Pokala |
| 2023-08-02 | cmd/asm: add s390x crypto related instructions | Srinivas Pokala |
| 2023-04-25 | internal/cpu: add a detection for Neoverse(N2, V2) cores | fanzha02 |
| 2023-04-18 | cmd/go: add check for unknown godebug setting | Russ Cox |
| 2023-03-18 | internal/cpu: add default osinit for ppc64/ppc64le | Joel Sing |
| 2023-01-23 | runtime: enable sha512 optimizations on arm64 via hwcaps. | Matt Horsnell |
| 2022-11-14 | internal/godebug: define more efficient API | Russ Cox |
| 2022-11-08 | runtime internal/cpu: rename "Zeus" "NeoverseV1". | Matthew Horsnell |
| 2022-09-26 | internal/cpu: deduplicate arm64 ISAR parsing code | Joel Sing |