rust/src/libstd
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
..
collections Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturon 2016-01-26 19:30:54 +00:00
ffi Fix formatting in documentation of ffi::CString 2016-01-27 15:07:22 -08:00
io Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
net Auto merge of #30973 - SimonSapin:patch-16, r=alexcrichton 2016-01-18 00:58:21 +00:00
num Fix outdated comment 2016-01-14 16:47:29 +01:00
os Remove "powerpc64le" and "mipsel" target_arch 2016-02-01 20:39:07 -08:00
prelude doc: fix typo 2015-12-17 20:57:14 +02:00
rand Remove "powerpc64le" and "mipsel" target_arch 2016-02-01 20:39:07 -08:00
sync Fix warnings during tests 2016-01-26 09:29:28 -08:00
sys Remove "powerpc64le" and "mipsel" target_arch 2016-02-01 20:39:07 -08:00
thread std: Ignore dtors_in_dtors_in_dtors on OSX 2016-01-29 13:46:47 -08:00
time Rollup merge of #30591 - SimonSapin:patch-15, r=aturon 2016-01-15 17:28:28 +05:30
ascii.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
dynamic_lib.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
env.rs Remove "powerpc64le" and "mipsel" target_arch 2016-02-01 20:39:07 -08:00
error.rs Simplify return for error::Error impl for string::ParseError 2016-01-22 14:34:39 -05:00
fs.rs Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnik 2016-01-24 20:13:14 +00:00
lib.rs Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
macros.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
memchr.rs std: Use the fallback impl for memrchr on non-linux 2016-01-20 18:00:34 +01:00
panic.rs Fix typo 2016-01-16 16:34:51 +01:00
panicking.rs Add message about RUST_BACKTRACE to default output of panic! 2016-01-26 10:37:12 +01:00
path.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
primitive_docs.rs small fix to str doc example 2015-12-16 22:12:47 -05:00
process.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
rt.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
rtdeps.rs std: Remove rust_builtin C support library 2015-12-21 22:12:48 -08:00