rust/compiler/rustc_middle/src
bors fd27e8745f Auto merge of #119849 - lcnr:eagerly-instantiate-binders, r=compiler-errors
more eagerly instantiate binders

The old solver sometimes incorrectly used `sub`, change it to explicitly instantiate binders and use `eq` instead. While doing so I also moved the instantiation before the normalize calls. This caused some observable changes, will explain these inline. This PR therefore requires a crater run and an FCP.

r? types
2024-03-14 18:58:53 +00:00
..
dep_graph Reduce exposure of things. 2023-11-16 16:49:22 +11:00
hir Create some minimal HIR for associated opaque types 2024-03-13 17:33:09 +03:00
hooks Rename hook. 2023-11-01 16:49:18 +00:00
infer add comment 2024-02-22 18:54:51 +01:00
middle Rename BuiltinLintDiagnostics as BuiltinLintDiag. 2024-03-05 12:15:10 +11:00
mir Avoid lowering code under dead SwitchInt targets 2024-03-12 19:01:04 -04:00
query Create some minimal HIR for associated opaque types 2024-03-13 17:33:09 +03:00
thir Add asm label support to THIR 2024-02-24 18:49:39 +00:00
traits eagerly instantiate binders to avoid relying on sub 2024-03-14 17:19:40 +01:00
ty Auto merge of #122497 - matthiaskrgr:rollup-pg9ux4r, r=matthiaskrgr 2024-03-14 16:36:02 +00:00
util Convert bugs back to delayed_bugs. 2024-02-21 10:35:54 +11:00
arena.rs Create some minimal HIR for associated opaque types 2024-03-13 17:33:09 +03:00
error.rs Rename DiagnosticMessage as DiagMessage. 2024-03-05 12:14:49 +11:00
lib.rs Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors 2024-02-23 17:02:03 +01:00
lint.rs Rename DiagnosticMessage as DiagMessage. 2024-03-05 12:14:49 +11:00
macros.rs Convert TypeVisitor and DefIdVisitor to use VisitorResult 2024-03-05 13:28:15 -05:00
metadata.rs rustc_metadata: Remove Span from ModChild 2023-04-18 17:25:04 +03:00
tests.rs Remove outdated references to librustc_middle. 2024-01-05 16:34:52 +00:00
thir.rs Rename IntoDiagnosticArg as IntoDiagArg. 2024-03-11 09:12:19 +11:00
values.rs Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00