rust/src
bors 910ec6d97f Auto merge of #56118 - steveklabnik:update-books, r=alexcrichton
Update books for Rust 2018

This PR:

1. updates all of the books
    * I don't know if @Gankro has further plans for the nomicon or not
2. updates the build process because TRPL is only distributing one edition now
3. fixes up the stdlib links

I think that this passes but it's 3:20 am and so I'm sending it in and will fix up anything i missed in the morning.

/cc @alexcrichton for the big beta backport
2018-11-21 15:56:32 +00:00
..
bootstrap fix rustbuild to build all the books 2018-11-20 21:25:48 -05:00
build_helper
ci Update CI-clang to 7.0.0 for Linux dists. 2018-11-14 17:42:06 +01:00
dlmalloc@c99638dc2e
doc fix more links 2018-11-20 21:25:48 -05:00
etc Fix typos. 2018-11-11 20:52:36 +07:00
grammar
liballoc update various stdlib docs 2018-11-21 06:50:17 -05:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore update various stdlib docs 2018-11-21 06:50:17 -05:00
libfmt_macros
libgraphviz
liblibc@c75ca6465a
libpanic_abort
libpanic_unwind
libproc_macro fix various typos in doc comments 2018-11-13 14:45:31 -05:00
libprofiler_builtins
librustc rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustc_allocator
librustc_apfloat Fix typos. 2018-11-11 20:52:36 +07:00
librustc_asan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_borrowck capture_disjoint_fields(rust-lang#53488) 2018-11-14 21:18:48 -08:00
librustc_codegen_llvm rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_codegen_ssa rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustc_codegen_utils [eddyb] rustc_codegen_utils: remove extraneous #![allow(dead_code)]. 2018-11-16 15:08:18 +02:00
librustc_cratesio_shim
librustc_data_structures rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustc_driver Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_errors
librustc_fs_util
librustc_incremental Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_lint rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_llvm
librustc_lsan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_metadata rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_mir rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_msan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_passes rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_resolve Auto merge of #56117 - petrochenkov:iempty, r=eddyb 2018-11-21 12:54:10 +00:00
librustc_save_analysis save-analysis: fallback to using path id 2018-11-19 17:18:36 +13:00
librustc_target Add powerpc64-unknown-linux-musl target 2018-11-15 13:43:31 +00:00
librustc_traits Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
librustc_tsan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_typeck rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustdoc rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
libserialize A few tweaks to iterations/collecting 2018-11-13 08:42:48 +01:00
libstd update various stdlib docs 2018-11-21 06:50:17 -05:00
libsyntax Stabilize extern_crate_item_prelude 2018-11-21 01:27:23 +03:00
libsyntax_ext Rollup merge of #55923 - Zeegomo:master, r=estebank 2018-11-18 23:24:43 +01:00
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton 2018-11-11 22:38:54 +00:00
stdsimd@0309be1ade
test Auto merge of #56117 - petrochenkov:iempty, r=eddyb 2018-11-21 12:54:10 +00:00
tools Update RLS and Rustfmt 2018-11-21 08:30:47 +13:00
.gitignore
Cargo.lock rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
Cargo.toml
README.md Fix their/there grammar nit 2018-11-12 18:21:52 -08:00
stage0.txt

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: