rust/src
2020-04-21 09:24:41 -07:00
..
bootstrap Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum 2020-04-18 01:37:27 +00:00
build_helper
ci
doc
etc
liballoc Rollup merge of #71107 - vorner:weak-into-raw-dangling, r=Amanieu 2020-04-19 15:12:36 +02:00
libarena
libcore Rollup merge of #71315 - huangjiahua:update-documentation, r=Dylan-DPC 2020-04-19 15:12:40 +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 Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_codegen_ssa Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_data_structures Move MapInPlace to rustc_data_structures 2020-04-18 13:02:33 +09:00
librustc_driver
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
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 #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPC 2020-04-19 19:53:42 +00:00
librustc_mir Assign correct span to new illegal ops 2020-04-21 09:24:41 -07: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
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 Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07: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
libserialize
libstd
libterm
libtest
libunwind
llvm-project@9f9da27fbd
rtstartup
rustc
rustllvm
stdarch@1a577bd78e
test Assign correct span to new illegal ops 2020-04-21 09:24:41 -07:00
tools submodules: update clippy from 6651c1b9 to 891e1a85 2020-04-18 12:44:30 +02: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 dev guide.