rust/compiler
2021-09-30 17:39:54 +02:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_borrowck More tracing instrumentation 2021-09-28 12:28:22 +00:00
rustc_builtin_macros derive: Do not configure or clone items unless necessary 2021-09-24 21:45:51 +03:00
rustc_codegen_cranelift Auto merge of #89092 - bjorn3:sync_cg_clif-2021-09-19, r=bjorn3 2021-09-26 23:31:01 +00:00
rustc_codegen_gcc Merge commit 'cd4810de42c57b64b74dae09c530a4c3a41f87b9' into libgccjit-codegen 2021-09-28 09:33:06 -04:00
rustc_codegen_llvm Enable new pass manager on LLVM 13 2021-09-25 11:24:23 +02:00
rustc_codegen_ssa Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink 2021-09-25 11:01:13 +00:00
rustc_const_eval Report heap allocation instead of non-const fn for exchange_malloc call 2021-09-25 01:08:41 +01:00
rustc_data_structures More tracing instrumentation 2021-09-28 12:28:22 +00:00
rustc_driver Move body_owners to tcx.hir(). 2021-09-29 23:16:48 +02:00
rustc_error_codes
rustc_errors
rustc_expand Check for macros in built-in attributes that don't support them. 2021-09-25 09:03:15 -07:00
rustc_feature Stabilize feature(macro_attributes_in_derive_output) 2021-09-24 21:48:30 +03:00
rustc_fs_util
rustc_graphviz
rustc_hir Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
rustc_hir_pretty Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
rustc_incremental Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
rustc_index
rustc_infer More tracing instrumentation 2021-09-28 12:28:22 +00:00
rustc_interface Move body_owners to tcx.hir(). 2021-09-29 23:16:48 +02:00
rustc_lexer
rustc_lint Do not pass hir::Crate to lints. 2021-09-30 17:39:54 +02:00
rustc_lint_defs
rustc_llvm Use correct pipeline for LTO at O0 2021-09-25 11:24:23 +02:00
rustc_macros
rustc_metadata Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
rustc_middle Do not pass hir::Crate to lints. 2021-09-30 17:39:54 +02:00
rustc_mir_build Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk 2021-09-29 00:16:17 +00:00
rustc_mir_dataflow More tracing instrumentation 2021-09-28 12:28:22 +00:00
rustc_mir_transform Move body_owners to tcx.hir(). 2021-09-29 23:16:48 +02:00
rustc_monomorphize Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
rustc_parse Check for macros in built-in attributes that don't support them. 2021-09-25 09:03:15 -07:00
rustc_parse_format
rustc_passes Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
rustc_plugin_impl
rustc_privacy Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
rustc_query_impl
rustc_query_system
rustc_resolve More tracing instrumentation 2021-09-28 12:28:22 +00:00
rustc_save_analysis Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
rustc_serialize
rustc_session rustc_session: Remove lint store from Session 2021-09-28 11:56:15 +03:00
rustc_span
rustc_symbol_mangling Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
rustc_target Add SOLID targets 2021-09-28 11:31:47 +09:00
rustc_trait_selection More tracing instrumentation 2021-09-28 12:28:22 +00:00
rustc_traits Improve cause information for NLL higher-ranked errors 2021-09-27 10:23:45 -05:00
rustc_ty_utils Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis 2021-09-26 19:36:00 +00:00
rustc_type_ir
rustc_typeck Move body_owners to tcx.hir(). 2021-09-29 23:16:48 +02:00