| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -4/+0 |
| 2025-03-02 | Rollup merge of #137851 - folkertdev:simd-intrinsic-mask-signed, r=workingjub... | Matthias Krüger | -4/+99 |
| 2025-03-01 | improve error message and testing of using an unsigned simd mask | Folkert de Vries | -4/+99 |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -1/+1 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -1/+1 |
| 2025-02-27 | make `simd_insert` and `simd_extract` `const fn`s | Folkert de Vries | -10/+10 |
| 2025-02-27 | simplify some imports with `simd::*` | Folkert de Vries | -9/+2 |
| 2025-02-27 | remove most `simd_` intrinsic declaration in tests | Folkert de Vries | -779/+321 |
| 2025-02-26 | Rollup merge of #137559 - folkertdev:run-more-emscripten-tests, r=fmease | León Orell Valerian Liehr | -21/+9 |
| 2025-02-25 | Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung | León Orell Valerian Liehr | -20/+5 |
| 2025-02-25 | remove `simd_fpow` and `simd_fpowi` | Folkert de Vries | -20/+5 |
| 2025-02-24 | run some tests on emscripten again | Folkert de Vries | -21/+9 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -45/+45 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -2/+3 |
| 2025-02-04 | Rollup merge of #136022 - vayunbiyani:port_tests, r=RalfJung | Matthias Krüger | -348/+518 |
| 2025-02-02 | Ported tests/ui/simd to use the intrinsic macro | vayunbiyani | -348/+518 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-01-07 | Update tests. | Mara Bos | -1/+1 |
| 2024-12-03 | Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubilee | Matthias Krüger | -0/+4 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -5/+3 |
| 2024-11-23 | Add simd_relaxed_fma intrinsic | Caleb Zulawski | -0/+4 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -2/+1 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -111/+128 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -380/+416 |
| 2024-08-13 | simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar... | Ralf Jung | -2/+25 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -2/+2 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -33/+31 |
| 2024-07-05 | Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubilee | bors | -12/+123 |
| 2024-07-01 | fix simd_bitmask return type for non-power-of-two inputs, and add tests | Ralf Jung | -12/+123 |
| 2024-06-24 | test: dont optimize to invalid bitcasts | Jubilee Young | -0/+44 |
| 2024-06-02 | Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, r=workin... | Jubilee | -15/+6 |
| 2024-06-01 | Improve documentation | Caleb Zulawski | -2/+3 |
| 2024-05-20 | Make repr(packed) vectors work with SIMD intrinsics | Caleb Zulawski | -14/+4 |
| 2024-05-18 | compiler: add simd_ctpop intrinsic | Jubilee Young | -21/+38 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -2/+1 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -2/+2 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -3/+3 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -2/+2 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -2/+2 |
| 2024-03-21 | Provide structured suggestion for unconstrained generic constant | Esteban Küber | -2/+4 |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -0/+6 |
| 2024-03-14 | Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelix | Matthias Krüger | -0/+41 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -1/+1 |
| 2024-03-10 | add test ensuring simd codegen checks don't run when a static assertion failed | Ralf Jung | -0/+41 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -89/+86 |
| 2024-02-23 | check that simd_insert/extract indices are in-bounds | Ralf Jung | -22/+35 |
| 2024-02-22 | Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama... | bors | -33/+8 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -6/+0 |
| 2024-02-20 | update tests | Ralf Jung | -33/+8 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -94/+94 |