rust/src
2020-07-30 10:22:57 -07:00
..
bootstrap Fix opening docs for std crates with ./x.py doc --open library/* 2020-07-29 12:46:04 +02:00
build_helper
ci Use --stage 2 in checktools 2020-07-28 09:36:56 -04:00
doc Rename to intra_doc_resolution_failures 2020-07-30 08:14:27 -07:00
etc
librustc_apfloat
librustc_arena
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov 2020-07-29 13:58:19 +00:00
librustc_codegen_ssa Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov 2020-07-29 13:58:19 +00:00
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #74266 - GuillaumeGomez:cleanup-e0720, r=Dylan-DPC 2020-07-29 09:24:13 +09:00
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_graphviz
librustc_hir
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer
librustc_interface
librustc_lexer
librustc_lint Rename to intra_doc_resolution_failures 2020-07-30 08:14:27 -07:00
librustc_llvm
librustc_macros
librustc_metadata Cache non-exhaustive separately from attributes 2020-07-28 16:26:38 -04:00
librustc_middle Cache non-exhaustive separately from attributes 2020-07-28 16:26:38 -04:00
librustc_mir Move mir-opt tests to toplevel 2020-07-29 17:36:03 +02:00
librustc_mir_build
librustc_parse
librustc_parse_format
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve
librustc_save_analysis
librustc_serialize
librustc_session Rename to intra_doc_resolution_failures 2020-07-30 08:14:27 -07:00
librustc_span Auto merge of #74471 - da-x:string-type-diagnostic-item, r=petrochenkov 2020-07-28 20:00:37 +00:00
librustc_symbol_mangling
librustc_target
librustc_trait_selection handle ConstEquate in rustdoc 2020-07-29 00:00:55 +02:00
librustc_traits
librustc_ty
librustc_typeck Auto merge of #74887 - Mark-Simulacrum:cache-non-exhaustive, r=petrochenkov 2020-07-29 04:59:37 +00:00
librustdoc Rename to intra_doc_resolution_failures 2020-07-30 08:14:27 -07:00
llvm-project@86b120e6f3
rustc
rustllvm
test Update uitest expectations 2020-07-30 10:22:57 -07:00
tools Move mir-opt tests to toplevel 2020-07-29 17:36:03 +02:00
README.md Update outdated readme 2020-07-27 22:05:34 -05:00
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.