rust/src
2020-02-05 08:48:09 +01:00
..
bootstrap Rollup merge of #68805 - matthiaskrgr:cleanup_bootstrap, r=Mark-Simulacrum 2020-02-04 21:51:52 +01:00
build_helper
ci
doc Rollup merge of #68282 - tmiasko:sanitizer-example, r=steveklabnik 2020-02-04 21:51:48 +01:00
etc
liballoc Rollup merge of #68711 - hman523:fix-68593, r=Dylan-DPC 2020-02-03 18:58:27 +01:00
libarena
libcore Rollup merge of #68810 - ollie27:once_with_copy, r=Dylan-DPC 2020-02-04 21:51:53 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Move implementation of UnifyKey to unify_key.rs. 2020-02-05 08:48:09 +01:00
librustc_apfloat
librustc_ast_lowering
librustc_ast_passes Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini 2020-02-04 14:16:18 +00:00
librustc_ast_pretty
librustc_attr
librustc_builtin_macros remove redundant imports (clippy::single_component_path_imports) 2020-02-04 01:05:45 +01:00
librustc_codegen_llvm Auto merge of #68601 - 0dvictor:split, r=tmandry 2020-02-04 05:48:54 +00:00
librustc_codegen_ssa Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini 2020-02-04 14:16:18 +00:00
librustc_codegen_utils Split join_codegen_and_link() into two steps 2020-02-04 11:09:50 +11:00
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #68777 - GuillaumeGomez:clean-up-e0263, r=Dylan-DPC 2020-02-03 18:58:32 +01:00
librustc_errors
librustc_expand Rollup merge of #68758 - daboross:fix-59191, r=petrochenkov 2020-02-04 21:51:50 +01:00
librustc_feature Remove the overlapping_marker_traits feature 2020-02-04 13:20:47 -05:00
librustc_fs_util
librustc_hir
librustc_incremental fix couple of perf related clipyp warnings 2020-02-04 02:35:56 +01:00
librustc_index
librustc_interface Rollup merge of #68815 - matthiaskrgr:redundant_imports, r=alexcrichton 2020-02-04 21:51:55 +01:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_macros Rollup merge of #68815 - matthiaskrgr:redundant_imports, r=alexcrichton 2020-02-04 21:51:55 +01:00
librustc_metadata Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini 2020-02-04 14:16:18 +00:00
librustc_mir Rollup merge of #68819 - estebank:split_at_mut, r=oli-obk 2020-02-04 21:51:58 +01:00
librustc_mir_build Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini 2020-02-04 14:16:18 +00:00
librustc_parse Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk 2020-02-04 17:17:55 +00:00
librustc_passes Rollup merge of #68815 - matthiaskrgr:redundant_imports, r=alexcrichton 2020-02-04 21:51:55 +01:00
librustc_plugin_impl
librustc_privacy
librustc_resolve Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini 2020-02-04 14:16:18 +00:00
librustc_save_analysis
librustc_session remove redundant imports (clippy::single_component_path_imports) 2020-02-04 01:05:45 +01:00
librustc_span
librustc_target
librustc_traits
librustc_ty Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk 2020-02-04 17:17:55 +00:00
librustc_typeck Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-Simulacrum 2020-02-04 21:51:56 +01:00
librustdoc Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-Simulacrum 2020-02-04 21:51:56 +01:00
libserialize
libstd Auto merge of #68558 - HeroicKatora:buf-writer-capacity, r=alexcrichton 2020-02-04 20:30:53 +00:00
libsyntax Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini 2020-02-04 14:16:18 +00:00
libterm
libtest remove redundant imports (clippy::single_component_path_imports) 2020-02-04 01:05:45 +01:00
libunwind
llvm-project@d7cdb43592
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPC 2020-02-05 03:20:43 +00:00
tools
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.