rust/compiler
bors 65d2f2a5f9 Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov
Various cleanups around pre-TyCtxt queries and functions

part of #105462

based on https://github.com/rust-lang/rust/pull/106776 (everything starting at [0e2b39f](0e2b39fd1f) is new in this PR)

r? `@petrochenkov`

I think this should be most of the uncontroversial part of #105462.
2023-01-19 05:23:40 +00:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk 2023-01-18 16:37:33 +00:00
rustc_builtin_macros
rustc_codegen_cranelift Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov 2023-01-19 05:23:40 +00:00
rustc_codegen_gcc
rustc_codegen_llvm Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov 2023-01-19 05:23:40 +00:00
rustc_codegen_ssa
rustc_const_eval Also remove #![feature(control_flow_enum)] where possible 2023-01-18 10:22:21 -08:00
rustc_data_structures Also remove #![feature(control_flow_enum)] where possible 2023-01-18 10:22:21 -08:00
rustc_driver Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov 2023-01-19 05:23:40 +00:00
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb 2023-01-18 18:00:30 -05:00
rustc_incremental
rustc_index
rustc_infer Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
rustc_interface
rustc_lexer
rustc_lint Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
rustc_metadata Rollup merge of #106917 - compiler-errors:const-closure-foreign, r=tmiasko 2023-01-18 18:00:29 -05:00
rustc_middle Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb 2023-01-18 18:00:30 -05:00
rustc_mir_build Also remove #![feature(control_flow_enum)] where possible 2023-01-18 10:22:21 -08:00
rustc_mir_dataflow
rustc_mir_transform
rustc_monomorphize Also remove #![feature(control_flow_enum)] where possible 2023-01-18 10:22:21 -08:00
rustc_parse
rustc_parse_format Revert "Improve heuristics whether format_args string is a source literal" 2023-01-18 20:33:17 +01:00
rustc_passes Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov 2023-01-19 05:23:40 +00:00
rustc_plugin_impl
rustc_privacy Also remove #![feature(control_flow_enum)] where possible 2023-01-18 10:22:21 -08:00
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_save_analysis
rustc_serialize
rustc_session Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov 2023-01-19 05:23:40 +00:00
rustc_smir
rustc_span Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov 2023-01-19 05:23:40 +00:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #107030 - albertlarsan68:patch-3, r=lcnr 2023-01-18 18:00:30 -05:00
rustc_traits
rustc_transmute Also remove #![feature(control_flow_enum)] where possible 2023-01-18 10:22:21 -08:00
rustc_ty_utils Also remove #![feature(control_flow_enum)] where possible 2023-01-18 10:22:21 -08:00
rustc_type_ir