| Age | Commit message (Expand) | Author | Lines |
| 2022-10-10 | suggest candidates for unresolved import | SparrowLii | -0/+5 |
| 2022-10-03 | Ignore fuchsia on two compiler tests | Andrew Pollack | -0/+1 |
| 2022-09-17 | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | -0/+33 |
| 2022-07-22 | Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubilee | bors | -7/+8 |
| 2022-07-22 | Add simd_cast_ptr, simd_expose_addr, and simd_from_exposed_addr intrinsics | Caleb Zulawski | -0/+33 |
| 2022-07-20 | Introduce core::simd trait imports in tests | Jubilee Young | -7/+8 |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -12/+12 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -6/+6 |
| 2022-05-25 | suggest `extern crate foo` when failing to resolve `use foo` | Takayuki Maeda | -0/+2 |
| 2022-01-27 | pub use std::simd::StdFloat; | Jubilee Young | -12/+37 |
| 2022-01-04 | Add pointer-sized integer tests | Caleb Zulawski | -0/+14 |
| 2022-01-04 | Add simd_as intrinsic | Caleb Zulawski | -0/+34 |
| 2022-01-04 | Allow isize/usize in simd_cast | Caleb Zulawski | -0/+21 |
| 2021-11-22 | `#![feature(inline_const)]` is no longer incomplete | Gary Guo | -1/+0 |
| 2021-11-13 | Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum | bors | -0/+83 |
| 2021-11-12 | Test core::simd works | Jubilee Young | -0/+83 |
| 2021-11-06 | Disable bitmask test on big endian | Caleb Zulawski | -0/+1 |
| 2021-11-06 | Allow simd_select_bitmask to take byte arrays | Caleb Zulawski | -17/+39 |
| 2021-11-06 | Allow simd_bitmask to return byte arrays | Caleb Zulawski | -10/+38 |
| 2021-10-15 | Bless tests | Cameron Steffen | -6/+6 |
| 2021-10-10 | Auto merge of #89541 - workingjubilee:abbrev-shufvec-t, r=Mark-Simulacrum | bors | -189/+1208 |
| 2021-10-04 | Re-bless src/test/ui/simd | Jubilee Young | -84/+84 |
| 2021-10-04 | Rearrange test/ui/{simd,simd-intrinsic} | Jubilee Young | -0/+1149 |
| 2021-10-04 | Use arrays over tuples in SIMD tests | Jubilee Young | -182/+52 |
| 2021-09-27 | Update issue-89193.rs | George O'Hara | -4/+2 |
| 2021-09-27 | Issue 89193 | George O'Hara | -0/+53 |
| 2021-09-16 | Fix shuffle index constant not being monomorphized. | Caleb Zulawski | -0/+40 |
| 2021-09-11 | Allow simd_shuffle to accept vectors of any length | Caleb Zulawski | -1/+41 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -4/+4 |
| 2021-08-03 | Allow generic SIMD array element type | Caleb Zulawski | -15/+61 |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -2/+0 |
| 2021-06-05 | Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkov | bors | -0/+122 |
| 2021-06-03 | wasm: Make simd types passed via indirection again | Alex Crichton | -0/+33 |
| 2021-06-02 | test for more SIMD monomorphization errors | Jacob Lifshay | -0/+55 |
| 2021-06-01 | Allow raw pointers in SIMD types | Jubilee Young | -0/+67 |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -0/+2 |
| 2021-05-13 | Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk | bors | -9/+11 |
| 2021-05-13 | fix test suite | Ralf Jung | -9/+11 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -6/+6 |
| 2021-04-14 | Add more SIMD math.h intrinsics | Jubilee Young | -8/+19 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -8/+6 |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -1/+0 |
| 2021-03-19 | Add simd_neg platform intrinsic | SparrowLii | -0/+7 |
| 2021-03-02 | Fix UI errors | Erin Power | -9/+3 |
| 2021-03-02 | Revert non-power-of-two vector restriction | Erin Power | -35/+2 |
| 2021-02-07 | Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisa | bors | -102/+232 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+24 |
| 2021-01-23 | Move SIMD tests | Caleb Zulawski | -5/+202 |
| 2021-01-23 | Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve... | Caleb Zulawski | -97/+30 |
| 2020-12-26 | update tests | Bastian Kauschke | -4/+4 |