rust/compiler/rustc_trait_selection/src/solve
Matthias Krüger f3f1b0394d
Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnr
Reveal opaques in new solver

We were testing against the wrong reveal mode 😨

Also a couple of misc commits that I don't want to really put in separate prs

r? ``@lcnr``
2023-07-08 15:49:46 +02:00
..
assembly Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
eval_ctxt Auto merge of #113308 - compiler-errors:poly-select, r=lcnr 2023-07-07 10:32:42 +00:00
search_graph reviews 2023-07-04 14:56:09 +01:00
alias_relate.rs add ecx.probe_candidate 2023-07-04 17:08:07 +02:00
canonicalize.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
eval_ctxt.rs Don't call type_of on TAIT in defining scope in new solver 2023-07-06 20:13:22 +00:00
fulfill.rs rebase 2023-07-03 09:24:02 +02:00
inspect.rs reviews 2023-07-04 14:56:09 +01:00
mod.rs Rollup merge of #113324 - lcnr:const-evaluatable-goal, r=BoxyUwU 2023-07-04 17:46:28 +02:00
normalize.rs Normalize opaques during codegen in new solver 2023-07-07 16:02:25 +00:00
opaques.rs Don't consider TAIT normalizable to hidden ty if it would result in impossible item bounds 2023-06-19 14:49:56 +00:00
project_goals.rs add helper methods for accessing struct tail 2023-07-06 13:15:05 +00:00
trait_goals.rs Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 2023-07-07 15:42:29 +00:00
weak_types.rs Add AliasKind::Weak for type aliases. 2023-06-16 19:39:48 +00:00