rust/src
2018-09-04 22:33:11 -07:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc Document #[test_case] and #![test_runner] 2018-09-04 22:33:11 -07:00
etc
grammar
jemalloc@1f5a28755e
liballoc Breaking change upgrades 2018-09-04 13:22:08 -06:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@f3a13eb238
libcore Breaking change upgrades 2018-09-04 13:22:08 -06:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #53926 - japaric:arm-features, r=alexcrichton 2018-09-03 20:59:09 +00:00
librustc_codegen_utils
librustc_cratesio_shim Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_data_structures Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_driver
librustc_errors Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_fs_util
librustc_incremental Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_lint Introduce Custom Test Frameworks 2018-09-04 22:33:00 -07:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_metadata_utils
librustc_mir Auto merge of #53883 - RalfJung:miri-assert, r=oli-obk 2018-09-03 23:20:31 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Fix #[test] shadowing in macro_prelude 2018-09-04 22:33:10 -07:00
librustc_save_analysis A few cleanups and minor improvements to save_analysis 2018-09-03 18:37:54 +02:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck
librustdoc Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv 2018-09-02 15:27:56 +00:00
libserialize
libstd Auto merge of #53075 - Mark-Simulacrum:update-cargolock, r=alexcrichton 2018-09-05 03:04:20 +00:00
libsyntax Fix #[test] shadowing in macro_prelude 2018-09-04 22:33:10 -07:00
libsyntax_ext Fix #[test] shadowing in macro_prelude 2018-09-04 22:33:10 -07:00
libsyntax_pos
libterm
libtest Introduce Custom Test Frameworks 2018-09-04 22:33:00 -07:00
libunwind
llvm@2a1cdeadd3
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton 2018-09-03 13:59:57 +00:00
stdsimd@05c2f61c38
test Document #[test_case] and #![test_runner] 2018-09-04 22:33:11 -07:00
tools Breaking change upgrades 2018-09-04 13:22:08 -06:00
.gitignore
Cargo.lock Introduce Custom Test Frameworks 2018-09-04 22:33:00 -07:00
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: