rust/src
2019-08-14 05:39:53 -04:00
..
bootstrap Update error-format to match new Cargo flags for pipelining 2019-08-14 05:39:53 -04:00
build_helper
ci
doc
etc
grammar
liballoc Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
libarena
libcore Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm
librustc_codegen_ssa Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddyb 2019-08-11 15:18:49 -04:00
librustc_codegen_utils
librustc_data_structures Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lexer
librustc_lint more informative error message from invalid_value lint 2019-08-12 11:23:56 +02:00
librustc_llvm
librustc_lsan
librustc_macros Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
librustc_metadata
librustc_mir Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasper 2019-08-12 10:58:16 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #63449 - petrochenkov:builtinagain, r=eddyb 2019-08-12 10:58:18 +02:00
librustc_save_analysis
librustc_target Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
librustc_traits
librustc_tsan
librustc_typeck Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
librustdoc
libserialize
libstd Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
libsyntax Rollup merge of #63449 - petrochenkov:builtinagain, r=eddyb 2019-08-12 10:58:18 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
llvm-emscripten@7f23313edf
llvm-project@48818e9f5d
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
tools Auto merge of #63472 - Xanewok:update-rls, r=Mark-Simulacrum 2019-08-11 22:53:30 +00:00
README.md
stage0.txt Bump to 1.39 2019-08-13 07:16:04 -04:00

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.