about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2024-05-06Use super_fold in RegionsToStatic visitorMichael Goulet-0/+27
2024-05-06borrowck: more eagerly prepopulate opaqueslcnr-46/+27
2024-05-06Don't consider candidates with no failing where clausesMichael Goulet-0/+44
2024-05-06Prefer lower vtable candidates in select in new solverMichael Goulet-0/+3
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-05-01Rewrite select to use a ProofTreeVisitorMichael Goulet-0/+9
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr-2/+2
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-25Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnrMatthias Krüger-0/+17
2024-04-25Don't ICE when codegen_select returns ambiguity in new solverMichael Goulet-0/+17
2024-04-25Check closure args and returns are WFMichael Goulet-10/+6
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-37/+43
2024-04-23Auto merge of #122317 - compiler-errors:fulfill-method-probe, r=lcnrbors-27/+10
2024-04-22Stabilize generic `NonZero`.Markus Reiter-7/+6
2024-04-21Restore error messagingMichael Goulet-1/+1
2024-04-21Use fulfillment, not evaluate, during method probeMichael Goulet-28/+11
2024-04-14Rollup merge of #123618 - compiler-errors:overflow-ambig, r=spastorinoGuillaume Gomez-0/+37
2024-04-11Rollup merge of #123703 - estebank:diag-changes-2, r=NadrierilLeón Orell Valerian Liehr-4/+4
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-4/+4
2024-04-08Rollup merge of #123578 - lqd:regression-123275, r=compiler-errorsMatthias Krüger-0/+244
2024-04-07Discard overflow obligations in impl_may_applyMichael Goulet-0/+37
2024-04-07Move testsCaio-0/+19
2024-04-06add non-regression test for issue 123275Rémy Rakic-0/+244
2024-04-06Auto merge of #123471 - compiler-errors:match_projection_projections, r=oli-obkbors-0/+38
2024-04-04Check def id before calling match_projection_projectionsMichael Goulet-0/+38
2024-04-04Switch upcast projections to allowing opaque types and add a test showing it ...Oli Scherer-0/+60
2024-03-31Add regression tests for 123303Michael Goulet-0/+43
2024-03-27Sort a diagnostic by `DefPathStr` instead of `DefId`Oli Scherer-8/+8
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-7/+7
2024-03-25add test for ICE Where clause `Binder(..)` was applicable to `Obligation(..)`...Matthias Krüger-0/+85
2024-03-24add tests for ICE: 'broken MIR: bad assignment: NoSolution' on trait with def...Matthias Krüger-0/+103
2024-03-24Rollup merge of #122907 - compiler-errors:uniquify-reerror, r=lcnrMatthias Krüger-0/+49
2024-03-23regression test for #103626Kalle Wachsmuth-0/+48
2024-03-22Uniquify ReError on input mode in canonicalizerMichael Goulet-0/+49
2024-03-22Auto merge of #120926 - fmease:astconv-no-mo, r=oli-obkbors-1/+1
2024-03-22Auto merge of #122824 - oli-obk:no_ord_def_id2, r=estebank,michaelwoeristerbors-18/+18
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-1/+1
2024-03-21Stop sorting via `DefId`s in region resolutionOli Scherer-18/+18
2024-03-21Rollup merge of #122799 - estebank:issue-122569, r=fee1-deadMatthias Krüger-6/+4
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-6/+24
2024-03-21Replace closures with `_` when suggesting fully qualified path for method callEsteban Küber-6/+4
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-8/+16
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-6/+24
2024-03-19Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnrbors-4/+4
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-1/+1