rust/src
2019-10-07 14:33:49 +08:00
..
bootstrap
build_helper
ci
doc
etc
liballoc
libarena
libcore Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry 2019-10-05 21:55:13 -07:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Address review comments. 2019-10-07 12:01:56 +08:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry 2019-10-05 21:55:13 -07:00
librustc_codegen_ssa Add feature gate for raw_dylib. 2019-10-07 12:01:54 +08:00
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors Rollup merge of #64909 - estebank:turbofish-reloaded, r=Centril 2019-10-05 21:54:52 -07:00
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Address review comments. 2019-10-07 12:01:56 +08:00
librustc_mir Rollup merge of #65158 - ishitatsuyuki:remove-dead, r=Mark-Simulacrum 2019-10-06 11:42:00 -07:00
librustc_msan
librustc_passes sort error codes in librustc_passes 2019-10-06 14:18:41 +02:00
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkov 2019-10-06 08:40:43 +00:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Fix compilation error after rebase. 2019-10-07 14:33:49 +08:00
librustdoc Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-Simulacrum 2019-10-06 11:41:59 -07:00
libserialize
libstd Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry 2019-10-05 21:55:13 -07:00
libsyntax Fix compilation error after rebase. 2019-10-07 14:33:49 +08:00
libsyntax_ext
libsyntax_pos Add feature gate for raw_dylib. 2019-10-07 12:01:54 +08:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@8473db5f2a
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Add more tests, fix span issue, improve diagnostics. 2019-10-07 12:01:57 +08: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.