summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/fulfill
AgeCommit message (Expand)AuthorLines
2025-03-23Obligation::as_goalMichael Goulet-4/+4
2025-03-05change definitely non-productive cycles to errorlcnr-1/+1
2025-02-28normalizing where-clauses is also coinductive, add testslcnr-1/+4
2025-02-13adjust derive_errorlcnr-25/+103
2025-02-08Rustfmtbjorn3-4/+4
2025-02-05Pass spans around new solverMichael Goulet-1/+5
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-16/+44
2025-01-31Move fulfillment error derivation into new moduleMichael Goulet-0/+499