rust/compiler/rustc_trait_selection/src/solve
2023-05-30 13:04:27 +02:00
..
assembly Rename tcx.mk_re_* => Region::new_* 2023-05-29 17:54:53 +00:00
eval_ctxt update universe used by the leak check 2023-05-30 13:04:27 +02:00
search_graph Prepopulate opaques in canonical input 2023-05-25 03:21:22 +00:00
canonicalize.rs Rename tcx.mk_re_* => Region::new_* 2023-05-29 17:54:53 +00:00
eval_ctxt.rs Add InferCtxt::register_hidden_type_in_new_solver 2023-05-25 03:35:14 +00:00
fulfill.rs Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaque_type 2023-05-25 03:19:15 +00:00
mod.rs remove unnecessary .ok() calls 2023-05-26 11:07:20 +02:00
opaques.rs Match on both reveal and solver mode at the same time 2023-05-25 03:35:14 +00:00
project_goals.rs Prepopulate opaques in canonical input 2023-05-25 03:21:22 +00:00
trait_goals.rs Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00