rust/src
2020-05-27 20:37:59 +02:00
..
bootstrap
build_helper
ci
doc
etc
liballoc
libarena
libcore Rollup merge of #72626 - phimuemue:doubleendediter_doc, r=dtolnay 2020-05-27 03:09:23 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm
librustc_codegen_ssa
librustc_data_structures
librustc_driver
librustc_error_codes
librustc_errors
librustc_expand
librustc_feature Implement RFC 2585 2020-05-27 20:37:56 +02:00
librustc_fs_util
librustc_hir
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer
librustc_interface
librustc_lexer
librustc_lint Do not hardcode lint name 2020-05-27 20:37:59 +02:00
librustc_llvm
librustc_macros
librustc_metadata
librustc_middle Use the lowest of unsafe_op_in_unsafe_fn and safe_borrow_packed for packed borrows in unsafe fns 2020-05-27 20:37:57 +02:00
librustc_mir Add explanation about taking the minimum of the two lints 2020-05-27 20:37:59 +02:00
librustc_mir_build Apply suggestions from code review 2020-05-27 20:37:57 +02:00
librustc_parse
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve
librustc_save_analysis
librustc_session Implement RFC 2585 2020-05-27 20:37:56 +02:00
librustc_span Implement RFC 2585 2020-05-27 20:37:56 +02:00
librustc_symbol_mangling
librustc_target
librustc_trait_selection
librustc_traits
librustc_ty
librustc_typeck
librustdoc Rollup merge of #72610 - GuillaumeGomez:revert-unwanted-css-changes, r=Dylan-DPC 2020-05-27 03:09:21 +02:00
libserialize
libstd
libterm
libtest
libunwind
llvm-project@943dbddc8e
rtstartup
rustc
rustllvm
stdarch@ec6fccd34c
test Mark deduplicated errors as expected in gate test 2020-05-27 20:37:58 +02:00
tools Auto merge of #72601 - JohnTitor:deps, r=Mark-Simulacrum 2020-05-27 14:48:33 +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 dev guide.