summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2023-06-24Fix type-inference regression in #112225Arpad Borsos-0/+55
2023-05-23Don't ICE on RPITIT when promoting trait preds to associated type boundsMichael Goulet-0/+22
2023-05-13Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naberDylan DPC-5/+5
2023-05-12Note base types of coercionMichael Goulet-5/+5
2023-05-10Adjust tests for new drop and forget lintsUrgau-1/+1
2023-05-08Tweak borrow suggestionMichael Goulet-4/+6
2023-05-03Error message for ambiguous RTN from super boundsMichael Goulet-0/+51
2023-05-03Support RTN on associated methods from supertraitsMichael Goulet-0/+36
2023-05-02Mark RPITIT and AFIT as no longer incompleteMichael Goulet-185/+32
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-411/+312
2023-04-29Auto merge of #108106 - the8472:layout-opt, r=wesleywiserbors-34/+30
2023-04-28Don't duplicate anonymous lifetimes for async fn in traitsMichael Goulet-3/+163
2023-04-27bless testsThe 8472-34/+30
2023-04-27Make async removal span more resilient to macro expansionsMichael Goulet-6/+56
2023-04-27Don't call await a methodMichael Goulet-1/+1
2023-04-27tweak removal spanMichael Goulet-7/+5
2023-04-27Tweak await spanMichael Goulet-184/+262
2023-04-27Remove a bunch of orphaned test filesMichael Goulet-225/+0
2023-04-21Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillotMatthias Krüger-2/+2
2023-04-19Extend and use `hir::Node::body_id`Maybe Waffle-0/+2
2023-04-19Make missing impl item suggestions more obvious that they're missingMichael Goulet-1/+1
2023-04-19Substitute missing item suggestion correctlyMichael Goulet-1/+1
2023-04-13Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillotMatthias Krüger-1/+2
2023-04-13Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle...bors-0/+25
2023-04-12Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem...Andrew Xie-1/+2
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-4/+2
2023-04-11Preserve argument indexes when inlining MIRDavid Lattimore-0/+25
2023-04-03Add testNilstrieb-0/+24
2023-03-28Specialization involving RPITITs is broken so ignore the diagnostic differenc...Santiago Pastorino-2/+38
2023-03-22Do not feed param_env for RPITITs impl sideSantiago Pastorino-0/+2
2023-03-21Do not suggest bounds restrictions for synthesized RPITITsSantiago Pastorino-4/+35
2023-03-20Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errorsMatthias Krüger-2/+27
2023-03-17Fix generics_of for impl's RPITIT synthesized associated typeSantiago Pastorino-0/+2
2023-03-17Fix impl_trait_ty_to_ty substsSantiago Pastorino-2/+25
2023-03-17Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed testsSantiago Pastorino-15/+288
2023-03-16Install projection from RPITIT to default trait method opaque correctlyMichael Goulet-1/+14
2023-03-15Add revisions to fixed tests in -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-12/+90
2023-03-14Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errorsMatthias Krüger-3/+32
2023-03-14Rollup merge of #108880 - spastorino:new-rpitit-6, r=compiler-errorsMatthias Krüger-10/+145
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-85/+40
2023-03-12Filter out RPITITs in object_safety_violations_for_traitSantiago Pastorino-3/+32
2023-03-12Run existing async in traits tests using -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-10/+145
2023-03-08Remove `identity_future` indirectionArpad Borsos-85/+40
2023-03-05feat: impl better help for `.poll()` not found on `impl Future`Ezra Shaw-0/+24
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-2/+3
2023-03-01Add regression test for #107280Yuki Okushi-0/+97
2023-02-28Descriptive error when users try to combine RPITIT/AFIT with specializationMichael Goulet-11/+4
2023-02-27Rollup merge of #108319 - compiler-errors:dont-project-to-specializable-rpiti...Matthias Krüger-0/+97
2023-02-24Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler...Dylan DPC-2/+2
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-2/+2