rust/src/test
bors 89c4e3792d auto merge of #21233 : huonw/rust/simd-size, r=Aatch
This stops the compiler ICEing on the use of SIMD types in FFI signatures. It emits correct code for LLVM intrinsics, but I am quite unsure about the ABI handling in general so I've added a new feature gate `simd_ffi` to try to ensure people don't use it without realising there's a non-trivial risk of codegen brokenness.

Closes #20043.
2015-01-17 10:58:43 +00:00
..
auxiliary auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis 2015-01-17 08:51:38 +00:00
bench
codegen
compile-fail auto merge of #21233 : huonw/rust/simd-size, r=Aatch 2015-01-17 10:58:43 +00:00
compile-fail-fulldeps
debuginfo
pretty
run-fail
run-make auto merge of #21233 : huonw/rust/simd-size, r=Aatch 2015-01-17 10:58:43 +00:00
run-pass
run-pass-fulldeps
run-pass-valgrind