| Age | Commit message (Expand) | Author | Lines |
| 2025-05-30 | Fix PPC shift and rotate intrinsics | sayantn | -9/+9 |
| 2025-05-30 | Fix `ldpte` and `lddir` signature | sayantn | -4/+6 |
| 2025-05-30 | mark gfni, vaes, vpclmulqdq intrinsics as safe | usamoi | -132/+165 |
| 2025-05-30 | cmpxchg16b: use atomic_compare_exchange from libcore | Ralf Jung | -28/+2 |
| 2025-05-21 | allow aarch64_softfloat_neon for backwards compatibility | Ralf Jung | -0/+13 |
| 2025-05-20 | use a tuple to return the condition code | Folkert de Vries | -101/+48 |
| 2025-05-20 | use the right load instruction | Folkert de Vries | -3/+3 |
| 2025-05-20 | `avx512_target_feature` is now stable on nightly | Folkert de Vries | -1/+0 |
| 2025-05-12 | Partially stabilize LoongArch target features | WANG Rui | -2/+1 |
| 2025-05-06 | Run `aarch64-pc-windows-msvc` runs on the new `windows-11-arm` runners | sayantn | -8/+7 |
| 2025-05-03 | Pr feedback for instruction & hookup CI for aarch64_be | James Barford-Evans | -0/+72 |
| 2025-05-03 | fix - aarch64_be tests | James Barford-Evans | -6/+8 |
| 2025-05-03 | Fix errors in incorrect SAE and ROUNDING parameters | sayantn | -78/+123 |
| 2025-05-01 | Implement `sha512`, `sm3` and `sm4` intrinsics | sayantn | -32/+521 |
| 2025-05-01 | Fix `stdarch-verify` | sayantn | -2/+2 |
| 2025-04-29 | Add `avx512vl` requirement to testsuite for avx512fp16 128 and 256 bit | sayantn | -26/+26 |
| 2025-04-29 | Fix errors in decoupling avx512vl and avx512dq from avx512fp16 | sayantn | -92/+106 |
| 2025-04-29 | Fix CI errors due to alignment issues in msvc | sayantn | -35/+142 |
| 2025-04-23 | Remove workarounds for llvm/llvm-project#98306 | sayantn | -6/+14 |
| 2025-04-23 | run `powerpc64le` `assert_instr` on CI | Folkert de Vries | -2/+2 |
| 2025-04-21 | use 'unadjusted' ABI for wasm LLVM intrinsics | Ralf Jung | -4/+4 |
| 2025-04-20 | Replace `cfg(stdarch_intel_sde)` with `STDARCH_TEST_SKIP_FUNCTION` | sayantn | -7/+0 |
| 2025-04-20 | Re-enable all conditionally-disabled x86 `assert_instr` tests | sayantn | -341/+101 |
| 2025-04-17 | allow unnecessary transmutes | bendn | -1/+2 |
| 2025-04-17 | add `vec_extract`, `vec_insert`, `vec_promote` and `vec_insert_and_zero` | Folkert de Vries | -0/+243 |
| 2025-04-17 | Change void* type for `gather`/`scatter` intrinsics | sayantn | -186/+198 |
| 2025-04-17 | Change void* type for `cvt_storeu` intrinsics | sayantn | -81/+81 |
| 2025-04-17 | Change void* type for `compressstore` intrinsics | sayantn | -65/+57 |
| 2025-04-17 | Change void* type for 3 intrinsics | sayantn | -8/+8 |
| 2025-04-11 | fix broken intra doc links | bendn | -6/+6 |
| 2025-03-27 | allow unnecessary transmutes | bendn | -0/+1 |
| 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 | -7095/+7270 |
| 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-20 | use consistent wording around the 'undefined' intrinsics, and slightly expand... | Ralf Jung | -29/+45 |
| 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 |
| 2025-03-16 | let's not use `&mut` until we get confirmation it's OK | Folkert de Vries | -8/+8 |