rust/src
2020-04-20 23:38:06 +02:00
..
bootstrap
build_helper
ci
doc Disallow values for -C no-* and -Z no-* options again. 2020-04-19 20:05:23 +10:00
etc
liballoc Rollup merge of #71107 - vorner:weak-into-raw-dangling, r=Amanieu 2020-04-19 15:12:36 +02:00
libarena
libcore Stop accessing module level int consts via crate::<Ty> 2020-04-20 23:38:06 +02:00
libfmt_macros Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_ast Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_ast_lowering Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_ast_passes
librustc_ast_pretty Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_attr
librustc_builtin_macros Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_codegen_llvm Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov 2020-04-20 12:30:45 +00:00
librustc_codegen_ssa Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov 2020-04-20 12:30:45 +00:00
librustc_data_structures
librustc_driver Make option type descriptions non-optional. 2020-04-19 19:53:54 +10:00
librustc_error_codes Rollup merge of #71319 - GuillaumeGomez:cleanup-e0522, r=Dylan-DPC 2020-04-19 15:12:42 +02:00
librustc_errors
librustc_expand Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_feature
librustc_fs_util
librustc_hir Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_hir_pretty Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_incremental
librustc_index
librustc_infer Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_interface Replace uses of parse_opt_* with parse_* where possible. 2020-04-19 19:53:54 +10:00
librustc_lexer
librustc_lint Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_llvm
librustc_macros
librustc_metadata Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_middle Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov 2020-04-20 12:30:45 +00:00
librustc_mir Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJung 2020-04-19 23:02:06 +00:00
librustc_mir_build Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_parse Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_passes Auto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPC 2020-04-19 19:53:42 +00:00
librustc_plugin_impl
librustc_privacy
librustc_query_system Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum 2020-04-20 02:18:00 +00:00
librustc_resolve Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_save_analysis Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_session Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov 2020-04-20 12:30:45 +00:00
librustc_span
librustc_symbol_mangling Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_target
librustc_trait_selection Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_traits Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_ty
librustc_typeck Auto merge of #71231 - cuviper:rustc_or_patterns, r=Mark-Simulacrum 2020-04-19 16:43:02 +00:00
librustdoc Replace uses of parse_opt_* with parse_* where possible. 2020-04-19 19:53:54 +10:00
libserialize
libstd Stop accessing module level int consts via crate::<Ty> 2020-04-20 23:38:06 +02:00
libterm
libtest
libunwind
llvm-project@9f9da27fbd
rtstartup
rustc
rustllvm
stdarch@b00ecbeb26
test Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk 2020-04-20 05:30:12 +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 dev guide.