about summary refs log tree commit diff
path: root/tests/ui/self/elision
AgeCommit message (Expand)AuthorLines
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-10/+12
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-11/+24
2024-10-04Bless ui tests.Camille GILLOT-74/+74
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-2/+20
2024-06-05Additional test due to Pin<&Self> discoveryAdrian Taylor-0/+49
2024-06-04Add additional tests.Adrian Taylor-0/+22
2024-05-22Do not elide if there's ambiguity in self lifetime.Adrian Taylor-5/+165
2024-05-22Ambiguous Self lifetimes: don't elide.Adrian Taylor-11/+230
2024-05-17Tweak suggested lifetimes to modify return type instead of `&self` receiverEsteban Küber-87/+87
2024-05-17Run `rustfmt` on modified testsEsteban Küber-43/+55
2024-05-17Account for owning item lifetimes in suggestion and annotate tests as `run-ru...Esteban Küber-49/+320
2024-05-17Always constrain the return type in lifetime suggestionEsteban Küber-58/+58
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-41/+41
2023-11-20Tweak wordingEsteban Küber-1/+1
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-1/+10
2023-05-03Do not recurse into const generic args when resolving self lifetime elision.Camille GILLOT-0/+51
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-58/+58
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2341