about summary refs log tree commit diff
path: root/tests/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2023-03-21Rollup merge of #109240 - compiler-errors:dont-binder-twice, r=oli-obknils-0/+6
2023-03-20Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errorsMatthias Krüger-1/+24
2023-03-20Walk un-shifted nested `impl Trait` in trait when setting up default trait me...Michael Goulet-0/+6
2023-03-18Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errorsMatthias Krüger-1/+16
2023-03-17Fix generics_of for impl's RPITIT synthesized associated typeSantiago Pastorino-0/+8
2023-03-17Fix impl_trait_ty_to_ty substsSantiago Pastorino-1/+16
2023-03-17Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed testsSantiago Pastorino-5/+51
2023-03-17Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as...Santiago Pastorino-1/+16
2023-03-16Don't install default opaque projection predicates in RPITIT associated type'...Michael Goulet-3/+46
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-7/+90
2023-03-14Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errorsMatthias Krüger-0/+2
2023-03-14Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errorsMatthias Krüger-9/+98
2023-03-14Rollup merge of #108880 - spastorino:new-rpitit-6, r=compiler-errorsMatthias Krüger-36/+91
2023-03-14Make fns from other crates with RPITIT workSantiago Pastorino-0/+2
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-13/+27
2023-03-12Fix object safety checks for new RPITITsSantiago Pastorino-6/+59
2023-03-12Filter out RPITITs in astconv when checking for missing associated typesSantiago Pastorino-3/+39
2023-03-12Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-...Santiago Pastorino-8/+91
2023-03-12Remove tests/ui/impl-trait/in-trait/new-lowering-strategy in favor of using r...Santiago Pastorino-28/+0
2023-03-12Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errorsbors-0/+17
2023-03-08Remove `identity_future` indirectionArpad Borsos-13/+27
2023-03-07Rollup merge of #108583 - compiler-errors:rpitit-default-method-with-nested-r...Matthias Krüger-0/+25
2023-03-06Add simple impl trait test for RPITITSantiago Pastorino-0/+17
2023-03-05Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errorsMatthias Krüger-0/+3
2023-03-05drop_tracking_mir: diagnose recursive generator.Camille GILLOT-0/+3
2023-03-04Don't project to RPITIT that has no default valueMichael Goulet-0/+37
2023-03-03Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obkMatthias Krüger-13/+38
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-13/+38
2023-03-02Add simple trait testSantiago Pastorino-0/+11
2023-02-28Shift vars for default RPITIT methods correctlyMichael Goulet-0/+25
2023-02-28Descriptive error when users try to combine RPITIT/AFIT with specializationMichael Goulet-1/+10
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
2023-02-23Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit...Matthias Krüger-52/+52
2023-02-22pluralize stuffMichael Goulet-52/+52
2023-02-22Normalize line+col in normalize-tait-in-const testAlan Egerton-1/+2
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-02-22Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"Zhi Qi-11/+0
2023-02-21Add a test for default trait method with RPITITsMichael Goulet-0/+28
2023-02-16Remove save-analysis.Nicholas Nethercote-2/+0
2023-02-14Better label for illegal impl trait typesMichael Goulet-20/+20
2023-02-13Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=...Matthias Krüger-2/+2
2023-02-13Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi...Matthias Krüger-6/+7
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-2/+2
2023-02-13fix: improve the suggestion on future not awaitedVincenzo Palazzo-6/+7
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-1/+1
2023-02-10revert #107074lcnr-1/+4
2023-02-09Introduce `ReError`Esteban Küber-2/+2
2023-02-07Tweak ICE messageEsteban Küber-3/+1