rust/src
2019-03-30 22:37:02 +01:00
..
bootstrap
build_helper
ci Rollup merge of #59499 - pietroalbini:fix-arm-broken-link, r=alexcrichton 2019-03-30 07:51:38 +01:00
doc Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
etc
grammar
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Replace REDUNDANT_IMPORT with UNUSED_IMPORTS 2019-03-30 22:37:02 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Remove redundant imports 2019-03-30 22:37:02 +01:00
librustc_codegen_ssa Remove redundant imports 2019-03-30 22:37:02 +01:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors Remove redundant imports 2019-03-30 22:37:02 +01:00
librustc_fs_util
librustc_incremental
librustc_interface Remove redundant imports 2019-03-30 22:37:02 +01:00
librustc_lint Rollup merge of #59463 - pnkfelix:issue-56327-skip-dyn-keyword-lint-under-macros, r=matthewjasper 2019-03-30 14:14:55 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
librustc_mir Remove redundant imports 2019-03-30 22:37:02 +01:00
librustc_msan
librustc_passes Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
librustc_plugin
librustc_privacy Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
librustc_resolve Replace REDUNDANT_IMPORT with UNUSED_IMPORTS 2019-03-30 22:37:02 +01:00
librustc_save_analysis
librustc_target
librustc_traits Remove redundant imports 2019-03-30 22:37:02 +01:00
librustc_tsan
librustc_typeck Remove redundant imports 2019-03-30 22:37:02 +01:00
librustdoc Remove redundant import 2019-03-30 22:37:02 +01:00
libserialize
libstd Rollup merge of #59532 - mbrubeck:docs, r=Centril 2019-03-30 07:51:44 +01:00
libsyntax Rollup merge of #59525 - pnkfelix:whitelist-some-rustc-attrs, r=petrochenkov 2019-03-30 07:51:41 +01:00
libsyntax_ext
libsyntax_pos
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@1f484cbe0e
rtstartup
rustc
rustllvm
stdsimd@12bdc2ed6b
test Replace REDUNDANT_IMPORT with UNUSED_IMPORTS 2019-03-30 22:37:02 +01:00
tools Auto merge of #59516 - ehuss:update-cargo, r=alexcrichton 2019-03-30 17:22:21 +00:00
.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: