rust/src
2019-08-21 16:30:11 -07:00
..
bootstrap Rollup merge of #63753 - ehuss:bump-toml, r=Mark-Simulacrum 2019-08-21 11:52:21 +02:00
build_helper
ci
doc Update books 2019-08-20 14:03:13 -07:00
etc
grammar
liballoc
libarena
libcore Rollup merge of #63691 - timvermeulen:chain-size-hint, r=scottmcm 2019-08-20 16:26:38 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Do not complain about unused code when used in impl Self type 2019-08-21 16:12:55 -07:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures
librustc_driver Restore the rustc_plugin crate in the sysroot 2019-08-20 13:30:50 +02:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata rustc_metadata: replace LazySeq<T> with Lazy<[T]>. 2019-08-20 18:36:05 +03:00
librustc_mir
librustc_msan
librustc_passes
librustc_plugin Restore the rustc_plugin crate in the sysroot 2019-08-20 13:30:50 +02:00
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertj 2019-08-20 19:42:18 +02:00
librustdoc
libserialize
libstd Auto merge of #63752 - Centril:rollup-nlxwety, r=Centril 2019-08-20 18:33:16 +00:00
libsyntax Rollup merge of #63762 - rust-lang:fix-async-date, r=Mark-Simulacrum 2019-08-21 11:52:28 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@48818e9f5d
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Add more tests covering more cases 2019-08-21 16:30:11 -07:00
tools Rollup merge of #63753 - ehuss:bump-toml, r=Mark-Simulacrum 2019-08-21 11:52:21 +02:00
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.

There is also useful content in this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.