rust/src/libstd
bors 025c328bf5 Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichton
Port books to mdbook

Part of https://github.com/rust-lang/rust/issues/39588

blocked on https://github.com/rust-lang/rust/pull/39431

As a first step towards the bookshelf, we ~vendor mdbook in-tree and~ port our books to it. Eventually, both of these books will be moved out-of-tree, but the nightly book will rely on doing the same thing. As such, this intermediate step is useful.

r? @alexcrichton @brson

/cc @azerupi
2017-02-15 01:22:16 +00:00
..
collections Rollup merge of #39662 - Henning-K:patch-1, r=frewsxcv 2017-02-12 19:16:29 +01:00
ffi Add missing urls for OsStr and OsString 2017-01-22 11:40:49 +01:00
io Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
net Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichton 2017-02-07 22:54:21 -05:00
os Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
sync Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton 2017-02-05 09:14:45 -05:00
sys Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichton 2017-02-08 10:19:48 -05:00
sys_common std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
thread Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
time std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
ascii.rs Add feature annotations to the doctests for ascii_ctype. 2017-02-13 18:44:43 -05:00
build.rs std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
Cargo.toml sanitizer support 2017-02-08 18:51:43 -05:00
env.rs Add missing urls on join_paths 2017-02-08 21:53:49 +01:00
error.rs Follow our own recommendations in the examples 2016-11-25 17:59:04 +01:00
f32.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
f64.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
fs.rs Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
lib.rs Fix up links 2017-02-13 13:41:24 -05:00
macros.rs Rollup merge of #38457 - frewsxcv:include, r=GuillaumeGomez 2017-01-19 11:56:00 +01:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
num.rs travis: Get an emscripten builder online 2017-01-19 13:54:19 -08:00
panic.rs Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
panicking.rs Change std::panicking::try::Data into a union 2017-02-10 19:20:28 +00:00
path.rs Rollup merge of #38764 - Aaronepower:master, r=aturon 2017-02-07 22:54:19 -05:00
primitive_docs.rs Fix up links 2017-02-13 13:41:24 -05:00
process.rs make Child::try_wait return io::Result<Option<ExitStatus>> 2017-02-06 23:04:47 -05:00
rt.rs Revert rt.rs 2016-12-22 16:19:05 -07:00