rust/src
2020-04-24 14:48:10 -05:00
..
bootstrap
build_helper
ci
doc
etc
liballoc Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytm 2020-04-24 13:14:26 +02:00
libarena
libcore Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytm 2020-04-24 13:14:26 +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 Address comments from review 2020-04-23 23:14:07 +01:00
librustc_codegen_ssa Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obk 2020-04-24 09:14:47 +00:00
librustc_data_structures
librustc_driver librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
librustc_error_codes Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebank 2020-04-24 02:47:35 +02:00
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir Remove redundant descr/descriptive_variant methods from HIR. 2020-04-24 13:44:08 -05:00
librustc_hir_pretty
librustc_incremental librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
librustc_index
librustc_infer Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
librustc_interface librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
librustc_lexer
librustc_lint Address comments from review 2020-04-23 23:14:07 +01:00
librustc_llvm
librustc_macros
librustc_metadata Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
librustc_middle Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
librustc_mir Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
librustc_mir_build Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
librustc_parse
librustc_passes fix a couple more uses of def_kind 2020-04-24 14:26:11 -05:00
librustc_plugin_impl librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
librustc_privacy Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
librustc_query_system
librustc_resolve Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
librustc_save_analysis Split out the Generator case from DefKind::Closure. 2020-04-24 13:31:37 -05:00
librustc_session Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnison 2020-04-23 20:35:01 +02:00
librustc_span
librustc_symbol_mangling Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
librustc_target
librustc_trait_selection Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
librustc_traits Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
librustc_ty Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
librustc_typeck tidy 2020-04-24 14:48:10 -05:00
librustdoc Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
libserialize
libstd
libterm
libtest
libunwind
llvm-project@9f9da27fbd
rtstartup
rustc
rustllvm
stdarch@b00ecbeb26
test Remove redundant descr/descriptive_variant methods from HIR. 2020-04-24 13:44:08 -05:00
tools Rollup merge of #71428 - tromey:gdb-10-parsing, r=tromey 2020-04-24 13:14:22 +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.