rust/src
2019-10-16 10:59:53 +02:00
..
bootstrap
build_helper
ci
doc
etc
liballoc Rollup merge of #65332 - RalfJung:fmt, r=cramertj 2019-10-14 17:52:37 -07:00
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-Simulacrum 2019-10-15 16:08:00 -07:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #65340 - bjorn3:cg_ssa_refactor4, r=eddyb 2019-10-14 17:52:38 -07:00
librustc_codegen_ssa Refactor: Rename db locals to diag 2019-10-15 08:19:43 +02:00
librustc_codegen_utils
librustc_data_structures Rename serial_join and serial_scope to join and scope 2019-10-14 18:05:07 -03:00
librustc_driver
librustc_errors Refactor: Rename db locals to diag 2019-10-15 08:19:43 +02:00
librustc_fs_util
librustc_incremental
librustc_index Optimize BitSet iteration. 2019-10-16 06:53:08 +11:00
librustc_interface Rollup merge of #65340 - bjorn3:cg_ssa_refactor4, r=eddyb 2019-10-14 17:52:38 -07:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #65365 - skinny121:const-args-metadata, r=varkor 2019-10-14 17:52:39 -07:00
librustc_mir Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb 2019-10-15 16:07:53 -07:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthewjasper 2019-10-15 16:07:50 -07:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #65242 - estebank:contrain-trait-sugg, r=varkor 2019-10-15 16:07:44 -07:00
librustdoc syntax::parse::sess -> syntax::sess 2019-10-15 09:41:58 +02:00
libserialize
libstd
libsyntax move diagnostics.rs into parser/ 2019-10-16 10:59:53 +02:00
libsyntax_ext syntax::parse::sess -> syntax::sess 2019-10-15 09:41:58 +02:00
libsyntax_pos Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov 2019-10-15 16:07:41 -07:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@14a3b12307
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Rollup merge of #65438 - Centril:almost, r=varkor 2019-10-15 16:07:58 -07:00
tools Update clippy 2019-10-15 13:52:34 -07: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.