rust/src
Steve Klabnik 22d4adf14a Port Nomicon to mdbook
1. move everything under a src directory
2. add README.md to the SUMMARY.md
2017-02-13 13:41:10 -05:00
..
bootstrap Re-implement rustbook in terms of mdbook 2017-02-13 13:41:01 -05:00
build_helper Build libbacktrace/jemalloc only when their timestamps are older than sources 2017-02-02 22:40:42 +03:00
ci Rollup merge of #39647 - japaric:sparc, r=alexcrichton 2017-02-09 08:47:36 -05:00
compiler-rt@d30da544a8 sanitizer support 2017-02-08 18:51:43 -05:00
doc Port Nomicon to mdbook 2017-02-13 13:41:10 -05:00
driver
etc Clean our src/etc of old files 2017-02-06 08:43:37 -08:00
grammar
jemalloc@11bfb0dcf8
liballoc Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
liballoc_jemalloc std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
liballoc_system
libarena
libbacktrace libbacktrace: Fix uninitialized variable 2017-02-04 01:18:10 +03:00
libcollections Rollup merge of #39701 - sgrif:sg-vec-reserve-docs, r=alexcrichton 2017-02-10 23:41:36 -05:00
libcollectionstest Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
libcompiler_builtins Rollup merge of #39519 - nagisa:more-snap, r=alexcrichton 2017-02-05 12:45:11 -05:00
libcore Fix some typos in the core::fmt docs. 2017-02-12 18:18:22 -08: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@8d8264b967 liblibc: Update to include aarch64-unknown-freebsd support 2017-02-06 23:53:39 +01: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 Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00: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 Inline open_drop_for_variant & clean matches::test 2017-02-10 19:47:09 +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 driver: restore partially deleted comment 2017-02-09 12:07:58 -05:00
librustc_errors store typeck lints in the `TypeckTables` 2017-02-02 20:38:16 -05:00
librustc_incremental Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michaelwoerister 2017-02-08 10:19:52 -05:00
librustc_lint Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakis 2017-02-08 10:19:47 -05: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 Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00: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 SwitchInt over Switch 2017-02-10 19:42:41 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Remove no longer necessary ctor checks in rustc_privacy 2017-01-29 02:57:14 +03:00
librustc_resolve Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_macro)]`. 2017-02-12 07:20:04 +00:00
librustc_save_analysis Rollup merge of #39453 - nrc:save-path, r=nikomatsakis 2017-02-05 09:14:49 -05:00
librustc_trans Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00: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 Rebase fixups 2017-02-10 19:47:09 +02:00
librustdoc Rollup merge of #39743 - GuillaumeGomez:rustdoc-test-output, r=alexcrichton 2017-02-12 19:16:32 +01:00
libserialize Only SwitchInt over integers, not all consts 2017-02-10 19:42:41 +02:00
libstd Rollup merge of #39662 - Henning-K:patch-1, r=frewsxcv 2017-02-12 19:16:29 +01:00
libstd_unicode Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
libsyntax Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_macro)]`. 2017-02-12 07:20:04 +00:00
libsyntax_ext Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_macro)]`. 2017-02-12 07:20:04 +00:00
libsyntax_pos store typeck lints in the `TypeckTables` 2017-02-02 20:38:16 -05:00
libterm
libtest Auto merge of #38945 - battisti:fix_thread_num, r=alexcrichton 2017-02-12 00:54:57 +00:00
libunwind std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
llvm@ceb177eeef
rt Set correct hoedown submodule branch 2017-02-03 11:08:20 +01:00
rtstartup
rust-installer@4f99485080
rustc sanitizer support 2017-02-08 18:51:43 -05:00
rustllvm Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
test Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
tools Re-implement rustbook in terms of mdbook 2017-02-13 13:41:01 -05:00
vendor Pass -fPIC to native compiles on 32-bit 2017-02-03 22:18:32 -08:00
Cargo.lock Re-implement rustbook in terms of mdbook 2017-02-13 13:41:01 -05:00
Cargo.toml Add support for test suites emulated in QEMU 2017-01-29 14:16:41 -08:00
stage0.txt Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00