rust/src
bors fc6f092c21 Auto merge of #39855 - steveklabnik:mdbook-reference, r=GuillaumeGomez
Port the reference to mdbook

Part of #39588.

This is only a work in progress. Still left to do:

- [x] double check contents weren't duplicated/lost with the move to individual pages (I'm going to do this)
- [x] fix up links [and footnotes](https://github.com/rust-lang/rust/pull/39855#issuecomment-280168170) (@frewsxcv has volunteered to help with this)
- [x] change `src/doc/reference.md` to redirect to the book
- [x] move the reference on the doc index to be part of the bookshelf
2017-02-21 23:46:20 +00:00
..
bootstrap Start the port of the reference to mdBook 2017-02-21 14:00:47 -05:00
build_helper
ci Auto merge of #39824 - alexcrichton:disable-dist-src, r=brson 2017-02-16 08:20:29 +00:00
compiler-rt@d30da544a8 sanitizer support 2017-02-08 18:51:43 -05:00
doc move the reference to the bookshelf 2017-02-21 14:03:15 -05:00
driver
etc Vec, LinkedList, VecDeque, String, and Option NatVis visualizations 2017-02-15 01:51:19 -08:00
grammar Fix typo 2017-02-15 15:13:31 +03:00
jemalloc@11bfb0dcf8
liballoc Revert "Fix up links" 2017-02-20 09:09:12 -05:00
liballoc_jemalloc std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
liballoc_system
libarena
libbacktrace
libcollections Fixup String::split_off documentation 2017-02-16 22:49:46 -08:00
libcollectionstest Dont segfault if btree range is not in order 2017-02-10 00:16:04 -06:00
libcompiler_builtins Rollup merge of #39519 - nagisa:more-snap, r=alexcrichton 2017-02-05 12:45:11 -05:00
libcore Get linkchecker clean 2017-02-21 14:02:12 -05:00
libcoretest Improve fmt float 2017-02-07 20:58:34 +11:00
libflate std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
libfmt_macros
libgetopts
libgraphviz
liblibc@7a3754f2bb Update src/liblibc 2017-02-16 13:04:14 -08:00
liblog
libpanic_abort
libpanic_unwind std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
libproc_macro
libproc_macro_plugin
librand
librustc Rollup merge of #39913 - nikomatsakis:inference-error, r=pnkfelix 2017-02-20 12:42:53 -05:00
librustc_asan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_back Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichton 2017-02-07 22:54:24 -05:00
librustc_bitflags
librustc_borrowck [MIR] Make InlineAsm a Statement 2017-02-15 21:21:36 +02:00
librustc_const_eval Use global recursion limit when evaluating inhabitedness 2017-02-10 00:52:51 +08:00
librustc_const_math SwitchInt over Switch 2017-02-10 19:42:41 +02:00
librustc_data_structures Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
librustc_driver Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeys 2017-02-17 04:02:18 +00:00
librustc_errors
librustc_incremental Stabilize field init shorthand 2017-02-15 07:11:13 +01:00
librustc_lint Use check_variant for non_camel_case_types lint 2017-02-14 19:46:48 +09:00
librustc_llvm Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
librustc_lsan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_metadata Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
librustc_mir [MIR] Make InlineAsm a Statement 2017-02-15 21:21:36 +02:00
librustc_msan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_passes [MIR] Make InlineAsm a Statement 2017-02-15 21:21:36 +02:00
librustc_platform_intrinsics Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichton 2017-02-14 01:26:10 +00:00
librustc_plugin
librustc_privacy
librustc_resolve Privatize fields of PathResolution 2017-02-19 00:34:08 +03:00
librustc_save_analysis save-analysis: emit info about impls and super-traits in JSON 2017-02-13 17:50:58 +13:00
librustc_trans Turn off Vectorization for Emscripten 2017-02-20 23:29:02 +01:00
librustc_tsan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_typeck Avoid ICE in Self::Assoc in impl headers 2017-02-19 00:34:08 +03:00
librustdoc Add filename when running rustdoc --test on a markdown file 2017-02-13 18:11:20 +01:00
libserialize Only SwitchInt over integers, not all consts 2017-02-10 19:42:41 +02:00
libstd Get linkchecker clean 2017-02-21 14:02:12 -05:00
libstd_unicode
libsyntax Add long error explanations 2017-02-21 15:52:14 +01:00
libsyntax_ext Allow using inert attributes from proc_macro_derives with #![feature(proc_macro)]. 2017-02-12 07:20:04 +00:00
libsyntax_pos
libterm
libtest Auto merge of #38945 - battisti:fix_thread_num, r=alexcrichton 2017-02-12 00:54:57 +00:00
libunwind Add Solaris as recognized ostype 2017-02-11 20:28:44 -08:00
llvm@ceb177eeef
rt
rtstartup
rust-installer@4f99485080
rustc sanitizer support 2017-02-08 18:51:43 -05:00
rustllvm rustc: Link statically to the MSVCRT 2017-02-15 19:36:29 -08:00
test Auto merge of #39765 - GuillaumeGomez:file-not-found-for-module-error, r=jseyfried 2017-02-21 21:08:11 +00:00
tools Auto merge of #39717 - pnkfelix:check-timestamps-in-compiletest-miropt, r=alexcrichton 2017-02-20 21:31:17 +00:00
Cargo.lock Update mdBook version 2017-02-20 11:17:55 -05:00
Cargo.toml
stage0.txt