summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve/inspect
AgeCommit message (Expand)AuthorLines
2025-03-15Fold visit into tyMichael Goulet-2/+1
2025-02-19Make fewer crates depend on rustc_ast_irMichael Goulet-2/+1
2025-02-13normalizes-to rework rigid alias handlinglcnr-2/+0
2025-02-05Pass spans around new solverMichael Goulet-3/+6
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-36/+46
2024-10-22remove unused fieldlcnr-1/+1
2024-10-15Be better at reporting alias errorsMichael Goulet-2/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.Nicholas Nethercote-0/+1
2024-08-14Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors许杰友 Jieyou Xu (Joe)-7/+3
2024-08-12do not use the global solver cache for proof treeslcnr-7/+3
2024-08-11Use assert_matches around the compilerMichael Goulet-2/+4
2024-06-21Rename a bunch of thingsMichael Goulet-1/+1
2024-06-18Fix impl for SolverDelegateMichael Goulet-38/+16
2024-06-18Uplift the new trait solverMichael Goulet-580/+0
2024-06-18SolverDelegateMichael Goulet-7/+11
2024-06-15Rollup merge of #126404 - compiler-errors:alias-relate-terms, r=lcnrGuillaume Gomez-1/+14
2024-06-14Correctly consider depth when visiting WF goalsMichael Goulet-1/+14
2024-06-13Address nitsMichael Goulet-3/+4
2024-06-12Walk into alias-eq nested goals even if normalization failsMichael Goulet-2/+5
2024-06-05Basic removal of `Ty` from places (boring)Boxy-1/+1
2024-05-28Make ProofTreeBuilder actually generic over internerMichael Goulet-59/+53
2024-05-28refactor analyse visitor to instantiate states in orderlcnr-45/+41
2024-05-24remove proof tree formatter, make em shallowlcnr-167/+72
2024-05-20Rework var resolution in InferCtxtLike, uplift EagerResolverMichael Goulet-1/+1
2024-05-18Make proof tree building genericMichael Goulet-88/+102
2024-05-18Uplift inspect into rustc_type_irMichael Goulet-24/+25
2024-05-13Use a proper probe for shadowing implMichael Goulet-10/+24
2024-05-13Remove `extern crate rustc_middle` from `rustc_trait_selection`.Nicholas Nethercote-0/+1
2024-05-10Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnrMatthias Krüger-11/+2
2024-05-10Use fewer origins when creating type variables.Nicholas Nethercote-11/+2
2024-05-09analyse visitor: build proof tree in probelcnr-11/+33
2024-05-07Rollup merge of #124827 - lcnr:generalize-incomplete, r=compiler-errorsMatthias Krüger-1/+4
2024-05-07generalize hr alias: avoid unconstrainable infer varslcnr-1/+4
2024-05-06Record impl args in the InsepctCandiate rather than rematching during selectMichael Goulet-6/+66
2024-05-03Rollup merge of #124418 - compiler-errors:better-cause, r=lcnrMichael Goulet-16/+37
2024-05-02Use ObligationCtxt in favor of TraitEngine in many placesMichael Goulet-10/+8
2024-05-02Higher ranked goal source, do overflow handling less badlyMichael Goulet-4/+10
2024-05-02Store goal source in InspectGoalMichael Goulet-12/+27
2024-05-01reviewlcnr-13/+15
2024-04-30fix `NormalizesTo` proof tree issuelcnr-50/+118
2024-04-30Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-deadMatthias Krüger-0/+1
2024-04-29Split out instantiate_nested_goalsMichael Goulet-36/+43
2024-04-29Take proof trees by value in inspect goalMichael Goulet-15/+12
2024-04-29Only register candidate if it is associated w a shallow certaintyMichael Goulet-34/+21
2024-04-29Actually use probes when needed and stop relying on existing outer probesMichael Goulet-3/+3
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+1
2024-04-27Record certainty of evaluate_added_goals_and_make_canonical_response call in ...Michael Goulet-0/+38
2024-04-25use `EagerResolver`lcnr-1/+3
2024-04-25hir typeck: look into nested goalslcnr-156/+286