| Age | Commit message (Expand) | Author | Lines |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -2/+2 |
| 2025-06-15 | Add `simd_funnel_sh{l,r}` and `simd_round_ties_even` | sayantn | -0/+42 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2025-05-01 | Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee | Guillaume Gomez | -3/+1 |
| 2025-04-20 | Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin | Chris Denton | -5/+5 |
| 2025-04-20 | simd intrinsics with mask: accept unsigned integer masks | Ralf Jung | -5/+5 |
| 2025-04-19 | simd_select_bitmask: the 'padding' bits in the mask are just ignored | Ralf Jung | -3/+1 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -3/+36 |
| 2025-03-12 | intrinsics: remove unnecessary leading underscore from argument names | Ralf Jung | -68/+68 |
| 2025-03-01 | Rollup merge of #137828 - folkertdev:simd-intrinsic-doc-fixes, r=workingjubilee | Matthias Krüger | -36/+34 |
| 2025-03-01 | intrinsics::simd: document that masks must be signed integer vectors | Folkert de Vries | -27/+27 |
| 2025-03-01 | correct the docs on `simd_` comparison operators | Folkert de Vries | -15/+13 |
| 2025-02-27 | make `simd_insert` and `simd_extract` `const fn`s | Folkert de Vries | -2/+2 |
| 2025-02-24 | remove uses of rustc_intrinsic_must_be_overridden from standard library | Ralf Jung | -272/+68 |
| 2025-01-24 | ports last few library files to new intrinsic style | aaishwarymishra@gmail.com | -665/+935 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2024-12-04 | clarify simd_relaxed_fma non-determinism | Ralf Jung | -1/+2 |
| 2024-11-23 | Match simd_relaxed_fma documentation to fmuladd intrinsic | Caleb Zulawski | -4/+8 |
| 2024-11-23 | Add simd_relaxed_fma intrinsic | Caleb Zulawski | -0/+10 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -1/+1 |
| 2024-08-13 | simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar... | Ralf Jung | -1/+1 |
| 2024-07-26 | Fix doc nits | John Arundel | -54/+55 |
| 2024-07-25 | Stop using `unsized_const_parameters` in core/std | Boxy | -12/+0 |
| 2024-07-05 | Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubilee | bors | -6/+13 |
| 2024-06-25 | simd_bitmask intrinsic: add a non-power-of-2 multi-byte example | Ralf Jung | -6/+13 |
| 2024-06-24 | Fix simd_gather documentation | Petteri Räty | -3/+0 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2024-05-24 | Fix some SIMD intrinsics documentation | Mees Frensel | -4/+4 |
| 2024-05-18 | compiler: add simd_ctpop intrinsic | Jubilee Young | -0/+7 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -13/+0 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -0/+6 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -0/+7 |
| 2024-03-23 | Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubilee | Jubilee | -1/+1 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -0/+7 |
| 2024-03-20 | Update target.rs alloc.rs event.rs simd.rs | RoboSchmied | -1/+1 |
| 2024-03-20 | step cfgs | Mark Rousskov | -12/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -1/+79 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -26/+0 |
| 2024-02-21 | make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas... | Ralf Jung | -12/+4 |
| 2024-02-21 | intrinsics::simd: add missing functions | Ralf Jung | -0/+103 |
| 2024-02-20 | Rollup merge of #119203 - farnoy:simd-masked-intrinsic-docfix, r=RalfJung | Matthias Krüger | -4/+6 |
| 2024-02-20 | Correct the simd_masked_{load,store} intrinsic docs | Jakub Okoński | -4/+6 |
| 2024-02-10 | various docs tweaks | Ralf Jung | -7/+7 |
| 2024-02-10 | simd_scatter: mention left-to-right order | Ralf Jung | -0/+3 |
| 2024-02-10 | add more missing simd intrinsics | Ralf Jung | -0/+32 |
| 2024-02-10 | simd intrinsics: add simd_shuffle_generic | Ralf Jung | -3/+16 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -2/+0 |
| 2023-12-18 | Disable new intrinsics for bootstrap | Caleb Zulawski | -0/+2 |
| 2023-12-17 | Add new intrinsics | Caleb Zulawski | -0/+39 |
| 2023-12-17 | Further explain semantics | Caleb Zulawski | -2/+13 |