about summary refs log tree commit diff
path: root/tests/ui/traits/next-solver
AgeCommit message (Expand)AuthorLines
2024-06-12Harmonize use of leaf and root obligation in trait error reportingMichael Goulet-1/+11
2024-06-12Also passthrough for projection clausesMichael Goulet-14/+9
2024-06-12better error message for normalizes-to ambiguitiesMichael Goulet-4/+4
2024-06-12Walk into alias-eq nested goals even if normalization failsMichael Goulet-6/+49
2024-06-12Spell out other trait diagnosticAlex Macleod-2/+2
2024-06-11Remove DebugWithInfcxMichael Goulet-4/+4
2024-06-05bivariant alias: set `has_unconstrained_ty_var`lcnr-0/+20
2024-06-03Auto merge of #125778 - estebank:issue-67100, r=compiler-errorsbors-4/+4
2024-05-31Rollup merge of #125786 - compiler-errors:fold-item-bounds, r=lcnrMatthias Krüger-22/+8
2024-05-30Fold item bound before checking that they holdMichael Goulet-22/+8
2024-05-30update UI testslcnr-4/+4
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-4/+4
2024-05-28eagerly normalize when adding goalslcnr-2/+106
2024-05-28change selection test to run-passlcnr-1/+1
2024-05-27Auto merge of #125413 - lcnr:ambig-drop-region-constraints, r=compiler-errorsbors-0/+29
2024-05-24drop region constraints for ambiguous goalslcnr-0/+29
2024-05-24Structurally resolve before builtin_index in EUVMichael Goulet-0/+13
2024-05-20track cycle participants per entrylcnr-3/+31
2024-05-16Report better WF obligation leaf obligations in new solverMichael Goulet-43/+23
2024-05-16Don't ICE because recomputing overflow goals during find_best_leaf_obligation...Michael Goulet-179/+81
2024-05-12Apply nitsMichael Goulet-0/+4
2024-05-12Try structurally resolveMichael Goulet-0/+15
2024-05-09analyse visitor: build proof tree in probelcnr-9/+79
2024-05-07Rollup merge of #124846 - compiler-errors:const-eval, r=lcnrMatthias Krüger-2/+10
2024-05-07Rollup merge of #124827 - lcnr:generalize-incomplete, r=compiler-errorsMatthias Krüger-0/+120
2024-05-07generalize hr alias: avoid unconstrainable infer varslcnr-0/+120
2024-05-07Don't ICE when we cannot eval a const to a valtree in the new solverMichael Goulet-2/+10
2024-05-06Rollup merge of #124759 - compiler-errors:impl-args, r=lcnrMatthias Krüger-0/+13
2024-05-06Use correct ImplSource for alias boundsMichael Goulet-0/+13
2024-05-06Rollup merge of #124808 - compiler-errors:super, r=lcnrMatthias Krüger-0/+27
2024-05-06Use super_fold in RegionsToStatic visitorMichael Goulet-0/+27
2024-05-06Don't consider candidates with no failing where clausesMichael Goulet-0/+44
2024-05-04Rollup merge of #124718 - compiler-errors:record-impl-args, r=lcnrMatthias Krüger-0/+47
2024-05-04Record impl args in the proof treeMichael Goulet-0/+47
2024-05-04Only consider ambiguous goals when finding best obligation for ambiguitiesMichael Goulet-11/+13
2024-05-02Higher ranked goal source, do overflow handling less badlyMichael Goulet-64/+73
2024-05-02Use a proof tree visitor to refine the Obligation for error reportingMichael Goulet-55/+237
2024-04-26Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errorsbors-25/+0
2024-04-25hir typeck: look into nested goalslcnr-25/+0
2024-04-25Don't ICE when codegen_select returns ambiguity in new solverMichael Goulet-0/+17
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-37/+43
2024-04-22Stabilize generic `NonZero`.Markus Reiter-7/+6
2024-03-22Uniquify ReError on input mode in canonicalizerMichael Goulet-0/+49
2024-03-19Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnrbors-4/+4
2024-03-18update region debug formattingBoxy-4/+4
2024-03-18move testslcnr-0/+0
2024-03-18`NormalizesTo` return nested goalslcnr-20/+45
2024-03-11Move project -> normalize, move normalize testsMichael Goulet-0/+0
2024-03-11Don't ICE when non-self part of trait goal is constrained in new solverMichael Goulet-0/+35
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-5/+7