rust/src/test
Alex Crichton 8f803c2026 Remove "powerpc64le" and "mipsel" target_arch
Currently the `mipsel-unknown-linux-gnu` target doesn't actually set the
`target_arch` value to `mipsel` but it rather uses `mips`. Alternatively the
`powerpc64le` target does indeed set the `target_arch` as `powerpc64le`,
causing a bit of inconsistency between theset two.

As these are just the same instance of one instruction set, let's use
`target_endian` to switch between them and only set the `target_arch` as one
value. This should cut down on the number of `#[cfg]` annotations necessary and
all around be a little more ergonomic.
2016-02-01 20:39:07 -08:00
..
auxiliary Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis 2016-01-30 00:25:44 +00:00
codegen [MIR] Avoid some code generation for stores of ZST 2016-01-12 21:35:10 +02:00
codegen-units Implement the translation item collector. 2016-01-26 10:17:45 -05:00
compile-fail Auto merge of #31212 - jseyfried:fix_ICE_in_resolve, r=nrc 2016-01-29 13:45:03 +00:00
compile-fail-fulldeps Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00
debuginfo Fix the fallout 2015-12-18 04:12:31 +03:00
parse-fail Auto merge of #30763 - gchp:issue/30033, r=nagisa 2016-01-15 06:38:26 +00:00
pretty Fix pretty_printer to print omitted type _ marker 2016-01-25 21:36:06 +05:30
run-fail Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
run-fail-fulldeps Improve error message for let-in-expr-position 2016-01-26 13:55:46 +05:30
run-make Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
run-pass Remove "powerpc64le" and "mipsel" target_arch 2016-02-01 20:39:07 -08:00
run-pass-fulldeps Add a test 2016-01-15 10:24:12 +13:00
run-pass-valgrind update valgrind suppressions 2015-12-25 15:46:36 -05:00
rustdoc rustdoc: Add test for tuple rendering 2016-01-28 23:41:53 +00:00