| Age | Commit message (Expand) | Author | Lines |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -4/+3 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -4/+4 |
| 2025-06-11 | stabilize gai | Boxy | -4/+3 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -1/+1 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -5/+4 |
| 2025-05-18 | Remove uses of `#[feature(avx512_target_feature)]` | sayantn | -1/+0 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -4/+6 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -2/+2 |
| 2025-04-20 | Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin | Chris Denton | -58/+26 |
| 2025-04-20 | simd intrinsics with mask: accept unsigned integer masks | Ralf Jung | -58/+26 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -2/+39 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -2/+39 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -2/+2 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -15/+16 |
| 2025-03-23 | fix: running the test only on x86_64. | Hadrien Eyraud | -2/+3 |
| 2025-03-23 | fix: Check empty SIMD vector in inline asm | Hadrien Eyraud | -0/+29 |
| 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 |