rust/compiler
Vadim Petrochenkov b32a4edb20 rustc_ast_lowering: Stop lowering imports into multiple items
Lower them into a single item with multiple resolutions instead.
This also allows to remove additional `NodId`s and `DefId`s related to those additional items.
2022-12-01 18:51:20 +03:00
..
rustc
rustc_abi Simplify and document range layout computation 2022-11-25 08:39:11 +00:00
rustc_apfloat
rustc_arena
rustc_ast rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
rustc_ast_lowering rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
rustc_ast_passes Auto merge of #104861 - nnethercote:attr-cleanups, r=petrochenkov 2022-12-01 07:13:45 +00:00
rustc_ast_pretty rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
rustc_attr Rename NestedMetaItem::[Ll]iteral as NestedMetaItem::[Ll]it. 2022-11-28 15:18:53 +11:00
rustc_baked_icu_data
rustc_borrowck Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino 2022-11-30 11:13:09 +00:00
rustc_builtin_macros rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
rustc_codegen_cranelift Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_codegen_gcc Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_codegen_llvm Auto merge of #104679 - dvdhrm:rw/dso, r=petrochenkov 2022-11-30 04:18:15 +00:00
rustc_codegen_ssa Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki 2022-11-28 15:42:09 +05:30
rustc_const_eval Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino 2022-11-30 11:13:09 +00:00
rustc_data_structures rustc_hir: Change representation of import paths to support multiple resolutions 2022-12-01 18:51:05 +03:00
rustc_driver Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_error_codes
rustc_error_messages
rustc_errors Tweak output 2022-11-28 00:11:12 -08:00
rustc_expand Avoid more MetaItem-to-Attribute conversions. 2022-11-29 18:43:53 +11:00
rustc_feature Stabilize native library modifier verbatim 2022-11-27 22:36:32 +03:00
rustc_fs_util
rustc_graphviz
rustc_hir rustc_hir: Change representation of import paths to support multiple resolutions 2022-12-01 18:51:05 +03:00
rustc_hir_analysis rustc_hir: Relax lifetime requirements on Visitor::visit_path 2022-12-01 17:04:02 +03:00
rustc_hir_pretty rustc_hir: Change representation of import paths to support multiple resolutions 2022-12-01 18:51:05 +03:00
rustc_hir_typeck Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino 2022-11-30 11:13:09 +00:00
rustc_incremental Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_index
rustc_infer Auto merge of #99814 - aliemjay:patch-2, r=jackh726 2022-11-30 14:03:36 +00:00
rustc_interface Rename NestedMetaItem::[Ll]iteral as NestedMetaItem::[Ll]it. 2022-11-28 15:18:53 +11:00
rustc_lexer
rustc_lint rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
rustc_lint_defs
rustc_llvm [llvm-wrapper] adapt for LLVM API change 2022-11-25 11:29:00 +00:00
rustc_log
rustc_macros Sanity check computed value for feeable queries. 2022-11-29 18:42:23 +00:00
rustc_metadata Make inferred_outlives_crate return Clause 2022-11-29 12:01:58 -03:00
rustc_middle Auto merge of #105095 - matthiaskrgr:rollup-9pu7vrx, r=matthiaskrgr 2022-12-01 04:16:30 +00:00
rustc_mir_build Improve spans in custom mir 2022-11-29 19:27:26 -08:00
rustc_mir_dataflow Rewrite dest prop. 2022-11-26 18:04:54 -08:00
rustc_mir_transform Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors 2022-11-28 15:42:10 +05:30
rustc_monomorphize Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_parse rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
rustc_parse_format
rustc_passes rustc_hir: Change representation of import paths to support multiple resolutions 2022-12-01 18:51:05 +03:00
rustc_plugin_impl
rustc_privacy Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU 2022-11-25 22:56:59 +00:00
rustc_query_impl Auto merge of #104940 - cjgillot:query-feed-simple, r=oli-obk 2022-11-30 17:20:14 +00:00
rustc_query_system Sanity check computed value for feeable queries. 2022-11-29 18:42:23 +00:00
rustc_resolve rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
rustc_save_analysis rustc_hir: Change representation of import paths to support multiple resolutions 2022-12-01 18:51:05 +03:00
rustc_serialize rename {max=>largest}_max_leb128_len 2022-11-29 17:58:09 +00:00
rustc_session Stabilize native library modifier verbatim 2022-11-27 22:36:32 +03:00
rustc_smir
rustc_span Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_symbol_mangling Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors 2022-11-26 17:47:23 +01:00
rustc_target Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiser 2022-11-29 22:43:17 +01:00
rustc_trait_selection Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino 2022-11-30 11:13:09 +00:00
rustc_traits Make ObligationCtxt::normalize take cause by borrow 2022-11-28 17:35:40 +00:00
rustc_transmute
rustc_ty_utils Auto merge of #105012 - WaffleLapkin:into, r=oli-obk 2022-11-29 13:28:44 +00:00
rustc_type_ir