rust/src/libstd
bors deb6b04e91 auto merge of #15206 : omasanori/rust/use-reexported, r=alexcrichton
We use re-exported pathes (e.g. std::io::Command) and original ones
(e.g. std::io::process::Command) together in examples now. Using
re-exported ones consistently avoids confusion.
2014-06-27 00:21:24 +00:00
..
collections librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
io std::io: Use re-exported pathes in examples. 2014-06-27 07:10:33 +09:00
num Test fixes from the rollup 2014-06-24 18:57:01 -07:00
path Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
rand librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
rt librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
sync librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
ascii.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
bitflags.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
c_vec.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
dynamic_lib.rs auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton 2014-06-16 06:32:03 +00:00
failure.rs Register new snapshots 2014-06-15 23:30:24 -07:00
fmt.rs Fix wrong type name: IoError<()> -> IoResult<()> 2014-06-25 12:12:28 +03:00
from_str.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
gc.rs core: Add stability attributes to Clone 2014-06-24 17:22:57 -07:00
lib.rs librustc: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -07:00
macros.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
os.rs auto merge of #14963 : w3ln4/rust/master, r=alexcrichton 2014-06-24 13:46:54 +00:00
prelude.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
rtdeps.rs Basic iOS support 2014-06-12 21:15:14 +03:00
task.rs rustrt: Reorganize task usage 2014-06-26 12:40:27 -07:00
to_str.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00