rust/src
2020-08-20 09:32:35 +00:00
..
bootstrap Rollup merge of #75593 - Mark-Simulacrum:compiler-docs-must-not-overlap, r=pietroalbini 2020-08-19 11:12:18 -07:00
build_helper
ci Auto merge of #75568 - ehuss:cloudabi-tier3, r=Mark-Simulacrum 2020-08-17 03:52:46 +00:00
doc Update books 2020-08-19 14:07:46 -07:00
etc
librustc_apfloat
librustc_arena
librustc_ast rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_ast_lowering Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk 2020-08-17 23:16:08 +00:00
librustc_ast_passes rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_ast_pretty rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_attr rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_builtin_macros rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_codegen_llvm Moved coverage counter injection from BasicBlock to Statement. 2020-08-18 21:06:45 -07:00
librustc_codegen_ssa Moved coverage counter injection from BasicBlock to Statement. 2020-08-18 21:06:45 -07:00
librustc_data_structures Add tagged pointer impl to data structures 2020-08-19 15:08:35 -04:00
librustc_driver rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_error_codes Rollup merge of #75626 - GuillaumeGomez:cleanup-e0754, r=pickfire 2020-08-18 09:27:49 +09:00
librustc_errors Rollup merge of #75389 - RalfJung:span_label, r=davidtwco 2020-08-18 09:27:39 +09:00
librustc_expand Promote missing_fragment_specifier to hard error 2020-08-18 09:06:45 +02:00
librustc_feature
librustc_fs_util
librustc_graphviz
librustc_hir Moved coverage counter injection from BasicBlock to Statement. 2020-08-18 21:06:45 -07:00
librustc_hir_pretty Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk 2020-08-17 23:16:08 +00:00
librustc_incremental rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_index
librustc_infer rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_interface Promote missing_fragment_specifier to hard error 2020-08-18 09:06:45 +02:00
librustc_lexer
librustc_lint Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr 2020-08-19 15:54:30 +09:00
librustc_llvm
librustc_macros
librustc_metadata Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddyb 2020-08-18 16:18:07 +00:00
librustc_middle Add missing tick for doc 2020-08-20 09:32:35 +00:00
librustc_mir Suppress MIR comments of Unit type 2020-08-20 09:32:35 +00:00
librustc_mir_build rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_parse Rollup merge of #75658 - tgnottingham:issue-75599, r=estebank 2020-08-19 15:54:35 +09:00
librustc_parse_format
librustc_passes Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser 2020-08-19 22:48:40 +00:00
librustc_plugin_impl rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_privacy hir: introduce QPath::LangItem 2020-08-16 15:42:25 +01:00
librustc_query_system
librustc_resolve Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk 2020-08-17 23:16:08 +00:00
librustc_save_analysis Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk 2020-08-17 23:16:08 +00:00
librustc_serialize
librustc_session Remove missing_fragment_specifier lint 2020-08-18 09:06:45 +02:00
librustc_span Moved coverage counter injection from BasicBlock to Statement. 2020-08-18 21:06:45 -07:00
librustc_symbol_mangling rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_target
librustc_trait_selection rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_traits rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
librustc_ty
librustc_typeck Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser 2020-08-19 22:48:40 +00:00
librustdoc Rollup merge of #75649 - jyn514:inherent-lang-impls, r=guillaumegomez 2020-08-19 11:12:22 -07:00
llvm-project@86b120e6f3
rustc
rustllvm
test Suppress MIR comments of Unit type 2020-08-20 09:32:35 +00:00
tools Update cargo 2020-08-19 15:11:58 -07:00
README.md
stage0.txt

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.