rust/src
2020-08-05 00:20:34 -04:00
..
bootstrap Avoid dumping rustc invocations to stdout 2020-08-02 10:54:13 -04:00
build_helper
ci Auto merge of #74675 - pietroalbini:aarch64-ci-fallible, r=Mark-Simulacrum 2020-08-02 14:08:48 +00:00
doc Rollup merge of #74981 - giraffate:fix_sample_codes_in_unstable_book_plugin, r=GuilliameGomez 2020-08-01 09:30:13 -07:00
etc
librustc_apfloat
librustc_arena
librustc_ast Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov 2020-08-02 19:48:44 +00:00
librustc_ast_lowering Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov 2020-08-02 18:01:27 +00:00
librustc_ast_passes Replace from log to tracing in libsrustrustc_ast_lowering, librustc_ast_passes, librustc_ast_pretty 2020-08-02 12:21:39 +05:30
librustc_ast_pretty Replace from log to tracing 2020-08-02 13:24:08 +05:30
librustc_attr
librustc_builtin_macros Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_codegen_llvm Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_codegen_ssa Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_data_structures Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_driver Remove chrono feature from tracing 2020-08-01 16:24:52 +02:00
librustc_error_codes Rollup merge of #75044 - GuillaumeGomez:cleanup-e0744, r=pickfire 2020-08-03 01:05:25 +09:00
librustc_errors Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_expand Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov 2020-08-02 19:48:44 +00:00
librustc_feature
librustc_fs_util
librustc_graphviz
librustc_hir Give a much better error message if the struct failed to resolve 2020-08-05 00:20:34 -04:00
librustc_hir_pretty
librustc_incremental Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_index
librustc_infer Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_interface Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_lexer
librustc_lint Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov 2020-08-02 03:47:29 +00:00
librustc_llvm
librustc_macros
librustc_metadata Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkov 2020-08-03 01:05:27 +09:00
librustc_middle Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkov 2020-08-03 01:05:27 +09:00
librustc_mir Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum 2020-08-01 20:43:12 +00:00
librustc_mir_build Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum 2020-08-01 20:43:12 +00:00
librustc_parse Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov 2020-08-02 19:48:44 +00:00
librustc_parse_format
librustc_passes Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_plugin_impl
librustc_privacy Rollup merge of #75022 - cuviper:sliced-rchunk, r=lcnr 2020-08-01 17:42:18 -07:00
librustc_query_system Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_resolve Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov 2020-08-02 18:01:27 +00:00
librustc_save_analysis Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_serialize
librustc_session Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkov 2020-08-02 12:20:09 +00:00
librustc_span Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_symbol_mangling Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_target Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_trait_selection Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_traits Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_ty Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_typeck Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum 2020-08-01 20:43:12 +00:00
librustdoc Give a much better error message if the struct failed to resolve 2020-08-05 00:20:34 -04:00
llvm-project@86b120e6f3
rustc
rustllvm
test Give a much better error message if the struct failed to resolve 2020-08-05 00:20:34 -04:00
tools Update elasticlunr-rs and ammonia transitive deps 2020-08-01 21:15:53 -04: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.