rust/src
2018-06-06 17:01:56 +00:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #51333 - GuillaumeGomez:reexport-fmt-alignment, r=SimonSapin 2018-06-06 17:01:56 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Remove another unused error variant 2018-06-05 20:49:47 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver Add comment 2018-06-05 18:05:12 +02:00
librustc_errors
librustc_incremental
librustc_lint Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Add source information the const propagation of places 2018-06-05 20:49:47 +02:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
librustdoc
libserialize
libstd
libstd_unicode
libsyntax Auto merge of #51201 - estebank:dotdot, r=petrochenkov 2018-06-06 14:04:06 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #51201 - estebank:dotdot, r=petrochenkov 2018-06-06 14:04:06 +00:00
tools
Cargo.lock
Cargo.toml
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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: