| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-09-18 | Prototype using const generic for simd_shuffle IDX array | Oli Scherer | -19/+129 | |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -111/+101 | |
| 2023-07-30 | Fix simd_bswap for i8/u8 | Caleb Zulawski | -0/+22 | |
| 2023-07-28 | Format test | Caleb Zulawski | -10/+12 | |
| 2023-07-27 | Add SIMD bitreverse, ctlz, cttz intrinsics | Caleb Zulawski | -18/+86 | |
| 2023-07-27 | Add simd_bswap intrinsic | Caleb Zulawski | -16/+39 | |
| 2023-07-20 | Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiser | Matthias Krüger | -1/+23 | |
| Permit pre-evaluated constants in simd_shuffle fixes https://github.com/rust-lang/rust/issues/113500 | ||||
| 2023-07-20 | Monomorphize constants before inspecting them | Oli Scherer | -1/+4 | |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -1/+1 | |
| 2023-07-18 | Permit pre-evaluated constants in simd_shuffle | Oli Scherer | -0/+19 | |
| 2023-05-05 | Switch test back to run-pass. | Luqman Aden | -7/+16 | |
| 2023-05-05 | Update test location. | Luqman Aden | -0/+16 | |
| 2023-04-08 | Add test for new delayed bug code path | Matthew Jasper | -0/+18 | |
| 2023-02-12 | Fix unintentional UB in SIMD tests | Ben Kimock | -121/+60 | |
| 2023-01-17 | Fix use suggestion span | Michael Goulet | -1/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+3754 | |
