rust/src
2019-11-14 13:05:56 +01:00
..
bootstrap
build_helper
ci
doc
etc
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Clean some error codes diagnostics 2019-11-14 13:05:56 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm
librustc_codegen_ssa Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_error_codes Put each error code long explanation into their own markdown file 2019-11-14 13:05:56 +01:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00
librustc_lexer
librustc_lint Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
librustc_mir Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
librustc_msan
librustc_parse Clean some error codes diagnostics 2019-11-14 13:05:56 +01:00
librustc_passes Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
librustc_plugin Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
librustc_privacy Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
librustc_resolve Clean some error codes diagnostics 2019-11-14 13:05:56 +01:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Clean some error codes diagnostics 2019-11-14 13:05:56 +01:00
librustdoc Auto merge of #66233 - cjgillot:constkind, r=oli-obk 2019-11-14 04:54:51 +00:00
libserialize
libstd Rollup merge of #66372 - ogham:patch-2, r=jonas-schievink 2019-11-14 14:16:27 +09:00
libsyntax Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
libsyntax_expand
libsyntax_ext Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
libsyntax_pos
libterm
libtest
libunwind
llvm-project@cf9304d6d0
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Fix ui tests with better error code usage 2019-11-14 13:05:56 +01:00
tools Fix error codes index generation 2019-11-14 13:05:56 +01:00
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.