summary refs log tree commit diff
path: root/src/test/run-pass/simd-generics.rs
AgeCommit message (Expand)AuthorLines
2015-08-17Fix existing tests for new `#[repr(simd)]`.Huon Wilson-3/+7
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-3/+3
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-1/+1
2015-01-03use assoc types in binop traitsJorge Aparicio-3/+5
2014-12-13Fix run-pass testsJorge Aparicio-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
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-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-04Added missing xfail-fast.Richard Diamond-0/+2
2014-02-04Simd feature gating + Win32/64 fixes.Richard Diamond-1/+3
2014-01-21Allow SIMD types in generics. Closes #10604Richard Diamond-0/+34