rust/src
2019-12-23 14:47:20 +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 Update cargo, books 2019-12-14 17:33:08 -08:00
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 improve robustness of pat walkers 2019-12-23 14:47:19 +01: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 adjust E0303 error code docs 2019-12-23 14:47:20 +01:00
librustc_errors Format the world 2019-12-22 17:42:47 -05:00
librustc_feature Remove bindings_after_at from INCOMPLETE_FEATURES. 2019-12-23 14:47:20 +01:00
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 --bless bindings-after-at tests 2019-12-23 14:47:19 +01:00
librustc_msan Format the world 2019-12-22 17:42:47 -05:00
librustc_parse Introduce #![feature(bindings_after_at)]. 2019-12-23 14:47:19 +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 refactor with extract_binding_mode 2019-12-23 14:47:19 +01: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 Format the world 2019-12-22 17:42:47 -05:00
libsyntax_ext Format the world 2019-12-22 17:42:47 -05:00
libsyntax_pos Introduce #![feature(bindings_after_at)]. 2019-12-23 14:47:19 +01: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 Update LLVM submodule 2019-11-30 01:34:31 +01:00
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 Rollup merge of #67033 - cuviper:ValueName2, r=rkruppe 2019-12-07 00:10:02 +09:00
stdarch@e0ab2c165a
test Remove bindings_after_at from INCOMPLETE_FEATURES. 2019-12-23 14:47:20 +01:00
tools Format the world 2019-12-22 17:42:47 -05:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05:00
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.