rust/src
bors f1b506af02 Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 10 pull requests

Successful merges:

 - #53418 (Mark some suggestions as MachineApplicable)
 - #53431 (Moved some feature gate ui tests to correct location)
 - #53442 (Update version of rls-data used with save-analysis)
 - #53504 (Set applicability for more suggestions.)
 - #53541 (Fix missing impl trait display as ret type)
 - #53544 (Point at the trait argument when using unboxed closure)
 - #53558 (Normalize source line and column numbers.)
 - #53562 (Lament the invincibility of the Turbofish)
 - #53574 (Suggest direct raw-pointer dereference)
 - #53585 (Remove super old comment on function that parses items)

Failed merges:

 - #53472 (Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.)
 - #53563 (use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into())

r? @ghost
2018-08-22 19:59:52 +00:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-Simulacrum 2018-08-22 17:45:41 +02:00
libfmt_macros
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Replace TyForeign with ForeignTy 2018-08-22 16:08:49 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_codegen_llvm Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} 2018-08-22 16:08:49 +01:00
librustc_codegen_utils Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closure|Generator|GeneratorWitness|Never|Tuple|Projection|Anon|Infer|Error} 2018-08-22 16:07:44 +01:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} 2018-08-22 16:08:49 +01:00
librustc_llvm
librustc_lsan
librustc_metadata Replace TyForeign with ForeignTy 2018-08-22 16:08:49 +01:00
librustc_metadata_utils
librustc_mir Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_msan
librustc_passes Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Remove Ty prefix from Ty{Foreign|Param} 2018-08-22 16:07:55 +01:00
librustc_resolve Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_save_analysis Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_target
librustc_traits Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} 2018-08-22 16:08:49 +01:00
librustc_tsan
librustc_typeck Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustdoc Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
libserialize
libstd
libsyntax Rollup merge of #53585 - dtolnay:comment, r=Mark-Simulacrum 2018-08-22 17:45:43 +02:00
libsyntax_ext Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank 2018-08-22 17:45:34 +02:00
libsyntax_pos
libterm
libtest
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
tools Rollup merge of #53558 - davidtwco:issue-53547, r=estebank 2018-08-22 17:45:38 +02:00
Cargo.lock Rollup merge of #53442 - staktrace:rlsbump, r=nrc 2018-08-22 17:45:32 +02:00
Cargo.toml
README.md
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.

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