rust/src
2019-11-14 22:08:58 +00:00
..
bootstrap
build_helper
ci
doc
etc
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe" 2019-11-13 17:00:47 +01:00
libpanic_unwind Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe" 2019-11-13 17:00:47 +01:00
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 Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix 2019-11-14 11:06:41 +00:00
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 Update rustc --explain to the new error codes format 2019-11-14 13:05:56 +01:00
librustc_error_codes Move E0210 to new error location 2019-11-14 13:08:23 +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 Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centril 2019-11-14 14:11:38 +00: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 move E0744 to new error code 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 Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix 2019-11-14 11:06:41 +00: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 Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centril 2019-11-14 14:11:38 +00:00
tools Auto merge of #66414 - JohnTitor:clippyup, r=Manishearth 2019-11-14 22:08:58 +00: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.