rust/compiler/rustc_trait_selection/src/solve
Matthias Krüger 244ec84a82
Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnr
Implement goal caching with the new solver

Maybe it's wrong, idk. Opening mostly for first impressions before I go to sleep.

r? ``@lcnr,`` cc ``@cjgillot``
2023-03-11 15:43:13 +01:00
..
canonical Fix canonicalizer bug for int/float vars too 2023-03-09 17:24:07 +00:00
search_graph Actually cache goals 2023-03-10 23:49:42 +00:00
trait_goals Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnr 2023-02-26 12:04:57 +01:00
assembly.rs Move some solver stuff to middle 2023-03-10 23:46:38 +00:00
eval_ctxt.rs Unconstrained terms should account for infer vars being equated 2023-03-10 04:08:09 +00:00
fulfill.rs drop_tracking_mir: support new solver. 2023-03-05 08:29:35 +00:00
mod.rs Move some solver stuff to middle 2023-03-10 23:46:38 +00:00
project_goals.rs Move some solver stuff to middle 2023-03-10 23:46:38 +00:00
trait_goals.rs Move some solver stuff to middle 2023-03-10 23:46:38 +00:00