rust/src
2019-07-02 12:25:16 -04:00
..
bootstrap
build_helper
ci
doc
etc
grammar
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc pacify the mercilous tidy 2019-07-02 12:15:21 -04:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures just create a binary search slice helper fn 2019-07-02 12:25:16 -04:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir pacify the mercilous tidy 2019-07-02 12:15:21 -04:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits introduce QueryRegionConstraints struct (no-op) 2019-07-02 12:15:19 -04:00
librustc_tsan
librustc_typeck
librustdoc
libserialize
libstd
libsyntax
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@1bbe0b3e1d
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test test with explicit existential type 2019-07-02 12:15:21 -04:00
tools
.gitignore
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 the following READMEs, which are gradually being moved over to the guide: