summary refs log tree commit diff
path: root/src/test/run-pass/simd-issue-10604.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-04Added missing xfail-fast.Richard Diamond-0/+3
2014-02-04Simd feature gating + Win32/64 fixes.Richard Diamond-1/+3
2014-01-21Allow SIMD types in generics. Closes #10604Richard Diamond-0/+13