rust/src
2020-03-14 22:52:31 +01:00
..
bootstrap Rollup merge of #69705 - ehuss:toolstate-remove-redundant-beta, r=Mark-Simulacrum 2020-03-12 16:32:15 +01:00
build_helper
ci Rollup merge of #69705 - ehuss:toolstate-remove-redundant-beta, r=Mark-Simulacrum 2020-03-12 16:32:15 +01:00
doc Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
etc
liballoc Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb 2020-03-14 04:03:26 +09:00
libarena
libcore Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Give LexError more descriptive Display impl 2020-03-11 11:57:58 -05:00
libprofiler_builtins
librustc Create the hir_to_node_id map before TyCtxt 2020-03-14 22:52:31 +01:00
librustc_apfloat
librustc_ast Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini 2020-03-12 16:32:19 +01:00
librustc_ast_lowering Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_ast_passes Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril 2020-03-12 16:32:17 +01:00
librustc_ast_pretty Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril 2020-03-12 16:32:17 +01:00
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
librustc_codegen_ssa Update krate_attrs and get_module 2020-03-14 22:52:29 +01:00
librustc_codegen_utils
librustc_data_structures remove lifetimes that can be elided (clippy::needless_lifetimes) 2020-03-12 20:03:09 +01:00
librustc_driver Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_error_codes Rollup merge of #69974 - GuillaumeGomez:cleanup-e0434, r=Dylan-DPC 2020-03-14 04:03:37 +09:00
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_incremental Replace HirBody with hir_owner_items in tests 2020-03-14 22:52:31 +01:00
librustc_index
librustc_infer Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_interface Fix HIR map validation 2020-03-14 22:52:30 +01:00
librustc_lexer
librustc_lint Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_llvm
librustc_macros
librustc_metadata Replace HirBody with hir_owner_items in tests 2020-03-14 22:52:31 +01:00
librustc_mir Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_mir_build Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_parse Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb 2020-03-14 04:03:26 +09:00
librustc_passes Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_plugin_impl
librustc_privacy Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_resolve Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_save_analysis Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril 2020-03-12 16:32:17 +01:00
librustc_session
librustc_span Update visit_item_likes_in_module 2020-03-14 22:52:29 +01:00
librustc_target Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
librustc_trait_selection Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_traits Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_ty Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_typeck Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustdoc Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
libserialize
libstd Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
libterm
libtest Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC 2020-03-14 04:03:24 +09:00
libunwind
llvm-project@9f65ad0573
rtstartup
rustc
rustllvm
stdarch@dea57529b3
test Replace HirBody with hir_owner_items in tests 2020-03-14 22:52:31 +01:00
tools Auto merge of #69923 - matthiaskrgr:submodule_upd, r=Dylan-DPC 2020-03-14 13:28:50 +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.