| Age | Commit message (Expand) | Author | Lines |
| 2025-04-16 | RISC-V: `riscv_hwprobe`-based feature detection on Linux / Android | Tsukasa OI | -16/+521 |
| 2025-04-16 | RISC-V: OS-independent implication logic | Tsukasa OI | -12/+158 |
| 2025-04-16 | RISC-V: Add RISC-V + Linux / Android test | Tsukasa OI | -0/+65 |
| 2025-04-16 | RISC-V: Add placeholder for the "B" extension | Tsukasa OI | -2/+5 |
| 2025-04-16 | RISC-V: Add two "A" extension subsets | Tsukasa OI | -1/+10 |
| 2025-04-16 | RISC-V: Use `target_arch` for RV(32|64) detection | Tsukasa OI | -4/+6 |
| 2025-04-16 | RISC-V: Remove `enable_features` | Tsukasa OI | -45/+13 |
| 2025-04-16 | RISC-V: tidying: Make auxvec-based enablement a block | Tsukasa OI | -0/+1 |
| 2025-04-16 | RISC-V: tidying: Handling of base ISA | Tsukasa OI | -10/+14 |
| 2025-04-16 | RISC-V: tidying: Prefer more canonical reference | Tsukasa OI | -1/+1 |
| 2025-04-12 | RISC-V: tidying: Fix separation of I-related extensions | Tsukasa OI | -1/+1 |
| 2025-04-12 | RISC-V: doc: tidying: Move link to the ISA Manual | Tsukasa OI | -2/+2 |
| 2025-04-12 | RISC-V: doc: Updated status and clarification | Tsukasa OI | -24/+21 |
| 2025-04-12 | RISC-V: doc: Capitalize some words for consistency | Tsukasa OI | -5/+5 |
| 2025-04-11 | hmm | bendn | -1/+3 |
| 2025-04-11 | fix broken intra doc links | bendn | -6/+6 |
| 2025-04-10 | Disable cfg check for the recently-merged target features to allow stdarch up... | sayantn | -1/+11 |
| 2025-04-07 | Add feature detection for new amx variants and movrs | sayantn | -10/+53 |
| 2025-04-07 | Update SDE to 9.53.0 | sayantn | -14/+24 |
| 2025-04-06 | RISC-V: check cfg (batch 1) | Tsukasa OI | -5/+0 |
| 2025-03-27 | allow unnecessary transmutes | bendn | -0/+1 |
| 2025-03-26 | std_detect: Move cfgs into getauxval helper function | Taiki Endo | -94/+35 |
| 2025-03-26 | std_detect: Always avoid dlsym on *-linux-{musl,ohos}* targets | Taiki Endo | -11/+34 |
| 2025-03-26 | make documentation headers consistent | Folkert de Vries | -41/+86 |
| 2025-03-26 | add `s390x` to the module docs | Folkert de Vries | -0/+2 |
| 2025-03-25 | pr feedback - remove the commented out `vcombine_f16` | James Barford-Evans | -17/+2 |
| 2025-03-25 | refactor - arm_shared intrinsics are now YAML, where possible use anchor | James Barford-Evans | -8516/+9596 |
| 2025-03-24 | tentatively remove the "B" RISC-V extension from the documentation | Tsukasa OI | -1/+1 |
| 2025-03-24 | reword RISC-V feature documentation | Tsukasa OI | -43/+43 |
| 2025-03-24 | reorder all RISC-V features for maintenance | Tsukasa OI | -51/+59 |
| 2025-03-24 | resolve `clippy::doc_lazy_continuation` | Tsukasa OI | -3/+3 |
| 2025-03-24 | silence `clippy::eq_op` while checking | Tsukasa OI | -0/+1 |
| 2025-03-24 | sse42: Add unsafe blocks around unsafe function calls | Vadim Petrochenkov | -10/+10 |
| 2025-03-24 | Minor correction to __m512d documentation. | David Pathakjee | -1/+1 |
| 2025-03-24 | std_detect: Support detecting more features on AArch64 Windows | Taiki Endo | -1/+49 |
| 2025-03-24 | Temporary fix: change the feature gate of VEX variants | sayantn | -5/+5 |
| 2025-03-20 | use consistent wording around the 'undefined' intrinsics, and slightly expand... | Ralf Jung | -29/+45 |
| 2025-03-20 | std_detect: Add target features for LoongArch v1.1 | WANG Rui | -0/+28 |
| 2025-03-20 | Fix: stabilized version of RISC-V feature macro | Tsukasa OI | -21/+21 |
| 2025-03-20 | Incldue loongarch64 in the list of other architectures | WANG Rui | -0/+2 |
| 2025-03-16 | move unsafe pointer writes to the surface | Folkert de Vries | -63/+70 |
| 2025-03-16 | shink the size of type signatures | Folkert de Vries | -176/+44 |
| 2025-03-16 | add `vec_meadd`, `vec_moadd`, `vec_mhadd` and `vec_mladd` | Folkert de Vries | -0/+237 |
| 2025-03-16 | add `vec_mulh` | Folkert de Vries | -0/+49 |
| 2025-03-16 | add `vec_mulo` | Folkert de Vries | -0/+49 |
| 2025-03-16 | add `vec_any_*` and `vec_all_*` | Folkert de Vries | -0/+219 |
| 2025-03-16 | add `vec_all_nan`, `vec_any_nan`, `vec_all_numeric` and `vec_any_numeric` | Folkert de Vries | -8/+88 |
| 2025-03-16 | add `vec_cmpeq_idx` and variations | Folkert de Vries | -0/+206 |
| 2025-03-16 | add `vec_cmpeq` and `vec_cmpne` | Folkert de Vries | -0/+76 |
| 2025-03-16 | add `vec_cmpgt`, `vec_cmplt`, `vec_cmpge`, `vec_cmple` | Folkert de Vries | -0/+112 |