rust/src/libstd
Alex Crichton fa45670ce4 mk: Prepare for a new stage0 compiler
This commit prepares the source for a new stage0 compiler, the 1.10.0 beta
compiler. These artifacts are hot off the bots and should be ready to go.
2016-05-31 16:11:49 -07:00
..
collections Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon 2016-05-25 20:36:09 -07:00
ffi std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
io std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
net Make Ipv4Addr cmp() faster 2016-05-26 22:38:33 +03:00
num Deprecate {f32,f64}::abs_sub. 2016-05-17 08:06:56 +10:00
os Fix libstd on DragonFly 2016-04-07 11:39:27 +02:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand std: restructure rand os code into sys modules 2016-02-17 16:21:32 -08:00
sync Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon 2016-05-25 20:36:09 -07:00
sys Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon 2016-05-25 20:36:09 -07:00
thread Added a big-picture explanation for thread::park() & co. 2016-05-16 14:01:21 +09:00
time Use the correct word in the explanation 2016-05-12 17:38:20 +02:00
ascii.rs std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
build.rs rustbuild: Tighten dependencies of build scripts 2016-05-10 23:41:19 -07:00
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
env.rs Cleanup formatting and wording for std::env::temp_dir docs. 2016-05-12 00:05:25 -04:00
error.rs Implement Error trait for fmt::Error type 2016-05-25 10:52:10 +02:00
fs.rs Use Path::is_dir() in fs::read_dir()'s example. 2016-05-30 17:12:01 +08:00
lib.rs mk: Prepare for a new stage0 compiler 2016-05-31 16:11:49 -07:00
macros.rs rustc: Implement custom panic runtimes 2016-05-09 08:22:36 -07:00
memchr.rs Minor spelling fixes 2016-02-09 11:52:39 -05:00
panic.rs Rollup merge of #33831 - diwic:patch-1, r=aturon 2016-05-28 19:52:16 +05:30
panicking.rs Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon 2016-05-25 20:36:09 -07:00
path.rs Fix Windows UNC paths in std::path docs 2016-04-10 14:51:23 -07:00
primitive_docs.rs Add Copy to the traits that are automatically implemented for tuples 2016-04-06 20:10:33 +02:00
process.rs Rollup merge of #33224 - alexcrichton:create-exit-status, r=aturon 2016-05-09 14:59:20 -07:00
rt.rs mk: Prepare for a new stage0 compiler 2016-05-31 16:11:49 -07:00
rtdeps.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00