rust/src
2019-12-23 13:55:10 +01:00
..
bootstrap Format the world 2019-12-22 17:42:47 -05:00
build_helper Format the world 2019-12-22 17:42:47 -05:00
ci temporary retry around msys2 install 2019-12-22 20:17:00 -05:00
doc
etc Format the world 2019-12-22 17:42:47 -05:00
liballoc Format the world 2019-12-22 17:42:47 -05:00
libarena Format the world 2019-12-22 17:42:47 -05:00
libcore Format the world 2019-12-22 17:42:47 -05:00
libfmt_macros Format the world 2019-12-22 17:42:47 -05:00
libgraphviz Format the world 2019-12-22 17:42:47 -05:00
libpanic_abort Format the world 2019-12-22 17:42:47 -05:00
libpanic_unwind Format the world 2019-12-22 17:42:47 -05:00
libproc_macro Format the world 2019-12-22 17:42:47 -05:00
libprofiler_builtins Format the world 2019-12-22 17:42:47 -05:00
librustc Format the world 2019-12-22 17:42:47 -05:00
librustc_apfloat Format the world 2019-12-22 17:42:47 -05:00
librustc_asan Format the world 2019-12-22 17:42:47 -05:00
librustc_codegen_llvm Format the world 2019-12-22 17:42:47 -05:00
librustc_codegen_ssa Format the world 2019-12-22 17:42:47 -05:00
librustc_codegen_utils Format the world 2019-12-22 17:42:47 -05:00
librustc_data_structures Format the world 2019-12-22 17:42:47 -05:00
librustc_driver Format the world 2019-12-22 17:42:47 -05:00
librustc_error_codes Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=Centril 2019-12-22 02:40:04 +01:00
librustc_errors Format the world 2019-12-22 17:42:47 -05:00
librustc_feature
librustc_fs_util Format src/librustc_fs_util. 2019-12-21 20:23:39 -05:00
librustc_incremental Format the world 2019-12-22 17:42:47 -05:00
librustc_index Format the world 2019-12-22 17:42:47 -05:00
librustc_interface Format the world 2019-12-22 17:42:47 -05:00
librustc_lexer Format the world 2019-12-22 17:42:47 -05:00
librustc_lint Format the world 2019-12-22 17:42:47 -05:00
librustc_llvm Format the world 2019-12-22 17:42:47 -05:00
librustc_lsan Format the world 2019-12-22 17:42:47 -05:00
librustc_macros Format the world 2019-12-22 17:42:47 -05:00
librustc_metadata Format the world 2019-12-22 17:42:47 -05:00
librustc_mir Format the world 2019-12-22 17:42:47 -05:00
librustc_msan Format the world 2019-12-22 17:42:47 -05:00
librustc_parse simplify parse_prefix_range_expr 2019-12-23 13:55:10 +01:00
librustc_passes Format the world 2019-12-22 17:42:47 -05:00
librustc_plugin_impl Format the world 2019-12-22 17:42:47 -05:00
librustc_privacy Format the world 2019-12-22 17:42:47 -05:00
librustc_resolve Format the world 2019-12-22 17:42:47 -05:00
librustc_save_analysis Format the world 2019-12-22 17:42:47 -05:00
librustc_session Format the world 2019-12-22 17:42:47 -05:00
librustc_target Format the world 2019-12-22 17:42:47 -05:00
librustc_traits Format the world 2019-12-22 17:42:47 -05:00
librustc_tsan Format the world 2019-12-22 17:42:47 -05:00
librustc_typeck Format the world 2019-12-22 17:42:47 -05:00
librustdoc Format the world 2019-12-22 17:42:47 -05:00
libserialize Format the world 2019-12-22 17:42:47 -05:00
libstd Format the world 2019-12-22 17:42:47 -05:00
libsyntax Format the world 2019-12-22 17:42:47 -05:00
libsyntax_expand extract parse_not_expr 2019-12-23 13:55:04 +01:00
libsyntax_ext extract parse_not_expr 2019-12-23 13:55:04 +01:00
libsyntax_pos Format the world 2019-12-22 17:42:47 -05:00
libterm Format the world 2019-12-22 17:42:47 -05:00
libtest Format the world 2019-12-22 17:42:47 -05:00
libunwind Format the world 2019-12-22 17:42:47 -05:00
llvm-project@2cb41005ed
rtstartup Format the world 2019-12-22 17:42:47 -05:00
rustc Format the world 2019-12-22 17:42:47 -05:00
rustllvm
stdarch@e0ab2c165a
test extract parse_dot_suffix_expr 2019-12-23 13:45:45 +01:00
tools Format the world 2019-12-22 17:42:47 -05:00
README.md
stage0.txt Implement rustfmt running manually using ignore crate 2019-12-21 20:23:55 -05:00

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.