summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/search_graph.rs
AgeCommit message (Expand)AuthorLines
2024-02-29distinguish recursion limit based overflow for diagnosticslcnr-12/+9
2024-01-09this is not a rust code snippetlcnr-4/+5
2024-01-09add comments and testslcnr-36/+58
2024-01-09avoid always rerunning in case of a cyclelcnr-34/+71
2024-01-09readd the provisional cachelcnr-61/+154
2024-01-08`all` to `any`lcnr-5/+5
2024-01-08do not track root depth of cycleslcnr-37/+32
2024-01-08use doc commentslcnr-3/+3
2023-12-18dont discard overflow from normalizes-to goalslcnr-0/+10
2023-12-14consistently use "next solver" instead of "new solver"lcnr-3/+3
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-0/+1
2023-11-09remove stability assert in `evaluate_goal`lcnr-33/+0
2023-11-02use global cache when computing proof treeslcnr-12/+26
2023-10-10reorder files in solvelcnr-0/+368