rust/src
2019-11-14 13:05:56 +01:00
..
bootstrap Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum 2019-11-13 22:09:23 +09:00
build_helper
ci
doc Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
etc
liballoc Doc: Fix link to Exten in Vec::set_len 2019-11-13 12:53:24 +02:00
libarena
libcore Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapin 2019-11-13 22:09:20 +09:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini 2019-11-13 00:42:19 +00:00
libproc_macro Snap cfgs 2019-11-12 16:36:57 -05:00
libprofiler_builtins
librustc Clean some error codes diagnostics 2019-11-14 13:05:56 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rename in librustc_codegen_llvm. 2019-11-12 20:50:46 +01:00
librustc_codegen_ssa Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
librustc_codegen_utils Rename in librustc_codegen_utils. 2019-11-12 20:50:46 +01:00
librustc_data_structures Register queries with self profiler in rustc_interface 2019-11-12 13:13:14 -05:00
librustc_driver Update rustc --explain to the new error codes format 2019-11-14 13:05:56 +01:00
librustc_error_codes move E0744 to new error code 2019-11-14 13:05:56 +01:00
librustc_errors Tiny cleanup to size assertions 2019-11-11 22:23:25 +03:00
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 move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
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 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 move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
librustc_target Rollup merge of #66257 - mati865:long-section-names-no-more, r=alexcrichton 2019-11-12 16:36:07 +09:00
librustc_traits Rename in librustc_traits. 2019-11-12 20:14:53 +01:00
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 move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
libsyntax_ext Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
libsyntax_pos Snap cfgs 2019-11-12 16:36:57 -05:00
libterm
libtest
libunwind
llvm-project@cf9304d6d0 Update llvm submodule 2019-11-12 11:02:17 +01:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Adapt error index generator to the new format 2019-11-14 13:05:56 +01:00
tools Adapt error index generator to the new format 2019-11-14 13:05:56 +01:00
README.md
stage0.txt Bump version to 1.41 2019-11-12 16:36:57 -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.