about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/select.rs
AgeCommit message (Expand)AuthorLines
2025-09-18support calls on opaque types :<lcnr-4/+4
2025-06-05Only instantiate impl argsMichael Goulet-18/+17
2025-06-05Clear nested candidates in select if certainty is yesMichael Goulet-1/+6
2025-05-25Comment for not using select_in_new_trait_solverMichael Goulet-0/+1
2025-05-22Don't allow poly_select in new solverMichael Goulet-2/+2
2025-04-16Fix replacing supertrait aliases in ReplaceProjectionWithMichael Goulet-1/+1
2025-02-13normalizes-to rework rigid alias handlinglcnr-2/+1
2025-01-14Prefer lower TraitUpcasting candidatesMichael Goulet-0/+4
2024-10-15Be better at reporting alias errorsMichael Goulet-1/+2
2024-06-16Move InferCtxtSelectExt out of eval_ctxt moduleMichael Goulet-0/+184