summary refs log tree commit diff
path: root/src/test/compile-fail/simd-experimental.rs
AgeCommit message (Collapse)AuthorLines
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-1/+1
[breaking-change]
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
Closes #2569
2014-01-31Handle attributes on cross-crate tuple-structs correctlyDavid Manescu-2/+0
Fixes #11741
2014-01-28Feature gate #[simd]David Manescu-0/+19
Fixes #11721