rust/src
2019-08-10 20:24:42 +02:00
..
bootstrap
build_helper
ci
doc
etc
grammar
liballoc Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=Centril 2019-08-10 08:13:19 +02:00
libarena
libcore Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=Centril 2019-08-10 08:13:19 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc lowering: move lower_await -> expr.rs 2019-08-10 20:24:42 +02:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve resolve: Address FIXME from the previous commit 2019-08-10 13:48:17 +03:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck
librustdoc Fix calls to resolver from rustdoc and HIR lowering 2019-08-10 13:16:06 +03:00
libserialize
libstd Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=Centril 2019-08-10 08:13:19 +02:00
libsyntax Rollup merge of #63399 - estebank:vec-in-pat, r=Centril 2019-08-10 08:13:22 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@48818e9f5d
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Auto merge of #63437 - Centril:rollup-ryx881p, r=Centril 2019-08-10 13:44:09 +00:00
tools
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.