| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-11-29 | Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514 | bors | -5/+3 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -5/+3 |
| 2020-11-15 | fix up tidy | Ashley Mannix | -1/+2 |
| 2020-11-15 | add a canary test for complex repr(simd) | Ashley Mannix | -0/+50 |
| 2020-11-08 | update ui tests | Ashley Mannix | -14/+12 |
| 2020-11-08 | Support repr(simd) on ADTs containing a single array field | gnzlbg | -68/+139 |
| 2020-10-04 | Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morse | Jonas Schievink | -0/+25 |
| 2020-10-03 | Support vectors with fewer than 8 elements for simd_select_bitmask | Amanieu d'Antras | -0/+25 |
| 2020-10-03 | Flatten arrows with further comment | Jubilee Young | -5/+6 |
| 2020-10-02 | Macro-expand test to cover all possible lanes | Jubilee Young | -15/+249 |
| 2020-09-15 | Test and reject out-of-bounds shuffle vectors | Jubilee Young | -0/+32 |
| 2020-07-31 | compiletest: ignore-endian-big, fixes #74829, fixes #74885 | Ximin Luo | -4/+2 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -5/+5 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -1/+0 |
| 2020-02-20 | Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca... | Dylan MacKenzie | -5/+1 |
| 2020-02-18 | Add `#[rustc_args_required_const]` to `simd_shuffle` tests | Dylan MacKenzie | -1/+5 |
| 2020-01-02 | Revert `const_err` lint checking of casts | Wesley Wiser | -1/+0 |
| 2019-12-30 | Lint overflowing integer casts in const prop | Wesley Wiser | -0/+1 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -1/+0 |
| 2019-11-02 | Remove erroneous error-pattern from run-pass test | Tomasz Miąsko | -1/+0 |