| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-12-26 | update tests | Bastian Kauschke | -1/+1 | |
| 2020-11-08 | update ui tests | Ashley Mannix | -6/+6 | |
| 2020-11-08 | Support repr(simd) on ADTs containing a single array field | gnzlbg | -7/+25 | |
| This PR allows using `#[repr(simd)]` on ADTs containing a single array field: ```rust #[repr(simd)] struct S0([f32; 4]); #[repr(simd)] struct S1<const N: usize>([f32; N]); #[repr(simd)] struct S2<T, const N: usize>([T; N]); ``` This should allow experimenting with portable packed SIMD abstractions on nightly that make use of const generics. | ||||
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+39 | |
