rust/compiler
bors a385e5667c Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr
misc cleanups from debugging something

rename `instantiate_canonical_with_fresh_inference_vars` to `instantiate_canonical`  the substs for the canonical are not solely infer vars as that would be wildly wrong and it is rather confusing to see this method called and think that the entire canonicalization setup is completely broken when it is not 👍

also update region debug printing to be more like the custom impls for Ty/Const, right now regions in debug output are horribly verbose and make it incredibly hard to read but with this atleast boundvars and placeholders when debugging the new solver do not take up excessive amounts of space.

r? `@lcnr`
2024-03-19 15:38:41 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_ast_ir
rustc_ast_lowering
rustc_ast_passes Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr 2024-03-19 15:38:41 +00:00
rustc_builtin_macros
rustc_codegen_cranelift Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends implementing it 2024-03-19 09:17:40 +00:00
rustc_codegen_gcc Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_codegen_llvm
rustc_codegen_ssa Remove all checks of IntrinsicDef::must_be_overridden except for the actual overrides in codegen 2024-03-19 09:19:58 +00:00
rustc_const_eval Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr 2024-03-19 04:21:14 +00:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_error_messages
rustc_errors
rustc_expand Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_feature Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors 2024-03-19 11:05:45 +00:00
rustc_hir_analysis Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstrieb 2024-03-19 13:10:01 +00:00
rustc_hir_pretty
rustc_hir_typeck Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr 2024-03-19 15:38:41 +00:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr 2024-03-19 15:38:41 +00:00
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin 2024-03-18 22:24:38 +01:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Remove all checks of IntrinsicDef::must_be_overridden except for the actual overrides in codegen 2024-03-19 09:19:58 +00:00
rustc_middle Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr 2024-03-19 15:38:41 +00:00
rustc_mir_build Remove all checks of IntrinsicDef::must_be_overridden except for the actual overrides in codegen 2024-03-19 09:19:58 +00:00
rustc_mir_dataflow
rustc_mir_transform Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstrieb 2024-03-19 13:10:01 +00:00
rustc_monomorphize Remove all checks of IntrinsicDef::must_be_overridden except for the actual overrides in codegen 2024-03-19 09:19:58 +00:00
rustc_next_trait_solver
rustc_parse Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_parse_format
rustc_passes Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors 2024-03-19 11:05:45 +00:00
rustc_pattern_analysis Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors 2024-03-18 22:24:36 +01:00
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_serialize
rustc_session Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin 2024-03-18 22:24:38 +01:00
rustc_smir
rustc_span
rustc_symbol_mangling
rustc_target
rustc_trait_selection Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr 2024-03-19 04:21:14 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr 2024-03-19 04:21:14 +00:00
rustc_type_ir Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr 2024-03-19 15:38:41 +00:00
stable_mir