summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2023-07-08Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnrMatthias Krüger-30/+0
2023-07-07Rollup merge of #113456 - spastorino:new-rpitit-31, r=compiler-errorsMichael Goulet-0/+83
2023-07-07Don't ICE in resolve_bound_vars when associated return-type bounds are in bad...Michael Goulet-0/+31
2023-07-07Avoid calling report_forbidden_specialization for RPITITsSantiago Pastorino-0/+83
2023-07-07Remove an AFIT test that isn't an AFIT testMichael Goulet-30/+0
2023-07-06Rollup merge of #113421 - spastorino:new-rpitit-29, r=compiler-errorsMichael Goulet-0/+38
2023-07-06Do not assert >1 RPITITs on collect_return_position_impl_trait_in_trait_tysSantiago Pastorino-0/+38
2023-07-06Avoid calling item_name for RPITITSantiago Pastorino-0/+97
2023-06-29Auto merge of #112682 - spastorino:new-rpitit-21, r=compiler-errorsbors-0/+4
2023-06-29Add bidirectional where clauses on RPITIT synthesized GATsSantiago Pastorino-0/+4
2023-06-29Auto merge of #113108 - compiler-errors:normalize-opaques-with-late-bound-var...bors-0/+64
2023-06-27More testsMichael Goulet-0/+64
2023-06-27Make associated type bounds in supertrait position impliedMichael Goulet-0/+39
2023-06-23Rollup merge of #112981 - spastorino:new-rpitit-22, r=compiler-errorsMichael Goulet-11/+120
2023-06-23Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnayMichael Goulet-38/+57
2023-06-23Fix return type notation errors with -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-11/+120
2023-06-20update failing ui testsIbraheem Ahmed-38/+57
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-7/+7
2023-06-09Rollup merge of #112323 - compiler-errors:dont-mention-set-fields, r=WaffleLa...Matthias Krüger-0/+2
2023-06-05Don't mention already set fieldsMichael Goulet-0/+2
2023-06-05Emit an error when RTN is used with ty/ct paramsMichael Goulet-0/+49
2023-06-04Fix type-inference regression in #112225Arpad Borsos-0/+55
2023-05-24Move testsCaio-0/+19
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