rust/src/libstd
bors 0c96037ec1 auto merge of #20980 : richo/rust/final-power, r=alexcrichton
Originally, this was going to be discussed and revisted, however I've been working on this for months, and a rebase on top of master was about 1 flight's worth of work so I just went ahead and did it.

This gets you as far as being able to target powerpc with, eg:

    LD_LIBRARY_PATH=./x86_64-unknown-linux-gnu/stage2/lib/ x86_64-unknown-linux-gnu/stage2/bin/rustc -C linker=powerpc-linux-gnu-gcc --target powerpc-unknown-linux-gnu hello.rs

Would really love to get this out before 1.0. r? @alexcrichton
2015-01-15 05:12:30 +00:00
..
collections Add ExactSizeIterator impls for Hash{Map, Set, Table} 2015-01-10 20:07:42 -06:00
ffi Spelling fix compatibel -> compatible 2015-01-07 21:47:15 -08:00
io auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankro 2015-01-14 09:52:08 +00:00
num Improvements to feature staging 2015-01-08 03:07:23 -08:00
path cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
prelude use slicing sugar 2015-01-07 17:35:56 -05:00
rand powerpc: Add libstd utils 2015-01-11 21:14:31 -08:00
rt auto merge of #20980 : richo/rust/final-power, r=alexcrichton 2015-01-15 05:12:30 +00:00
sync Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
sys auto merge of #20980 : richo/rust/final-power, r=alexcrichton 2015-01-15 05:12:30 +00:00
thread_local rollup merge of #20615: aturon/stab-2-thread 2015-01-06 15:38:38 -08:00
time Improvements to feature staging 2015-01-08 03:07:23 -08:00
ascii.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
bitflags.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
bool.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00
dynamic_lib.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
error.rs Stabilize std::error 2015-01-06 09:20:40 -08:00
failure.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
fmt.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
lib.rs Merge pull request #20903 from XMPPwocky/deadlink1 2015-01-12 00:21:27 +00:00
macros.rs Re-reduce libstd macro duplication 2015-01-09 11:06:17 -08:00
os.rs auto merge of #20980 : richo/rust/final-power, r=alexcrichton 2015-01-15 05:12:30 +00:00
rtdeps.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
thread.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
thunk.rs markers -> marker 2015-01-07 12:10:31 +13:00
tuple.rs removing whitespace 2015-01-05 16:46:46 -05:00
unit.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00