about summary refs log tree commit diff
path: root/src/test/ui/suggestions/lifetimes
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-520/+0
2022-10-25Name impl trait in region bound suggestionMichael Goulet-3/+3
2022-09-26Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-...Matthew Kelly-10/+12
2022-09-05suggest introducing an explicit lifetime if it does not existTakayuki Maeda-10/+12
2022-08-19fix updated stderr outputsMatthew Kelly-1/+2
2022-07-26Use real opaque type instead of just saying impl TraitMichael Goulet-2/+2
2022-07-07Shorten span for closures.Camille GILLOT-1/+1
2022-06-03Fully stabilize NLLJack Huey-296/+34
2022-05-22Use revisions for NLL in suggestionsJack Huey-64/+111
2022-04-30Bless nll tests.Camille GILLOT-17/+25
2022-04-30Bless tests.Camille GILLOT-11/+19
2022-04-28Revert diagnostic duplication and accidental stabilizationOli Scherer-159/+29
2022-04-25Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLLmarmeladema-2/+20
2022-04-24Bless testsmarmeladema-3/+54
2022-04-17Bless nll test.Camille GILLOT-0/+106
2022-04-17Bless tests.Camille GILLOT-14/+246
2022-04-04diagnostics: use correct span for const genericsMichael Howell-0/+35
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-36/+16
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-16/+36
2021-12-10Tweak wordingEsteban Kuber-4/+4
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-1/+6
2021-10-15simplify constrain_opaque_typesNiko Matsakis-10/+16
2021-10-13Remove textual span from diagnostic stringOli Scherer-2/+2
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-3/+0
2021-08-11Modify structured suggestion outputEsteban Küber-8/+8
2021-07-20Get back the more precise suggestion spans of old regionckOli Scherer-2/+2
2021-03-29Suggest box/pin/arc ing receiver on method callsEsteban Küber-11/+0
2021-03-25Bless nll testJack Huey-84/+3
2021-03-24resolve late lifetimes by itemJack Huey-110/+4
2021-02-21Add indication of anonymous lifetime position0yoyoyo-49/+34
2021-02-12Add nll test0yoyoyo-0/+17
2021-02-12Fix suggestion to introduce explicit lifetime0yoyoyo-0/+47
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-4/+4
2020-08-22Use smaller def span for functionsAaron Hill-34/+9
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-10/+10
2020-06-19Account for multiple impl/dyn Trait in return type when suggesting `'_`Esteban Küber-0/+216
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-2/+2
2020-06-15Register new eror codeEsteban Küber-1/+1
2020-06-15Use note for requirement source spanEsteban Küber-4/+7
2020-06-15review comments: wordingEsteban Küber-2/+2
2020-06-15Tweak wording and add error codeEsteban Küber-4/+4
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-2/+2
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-14/+5
2020-05-30Account for enclosing item when suggesting new lifetime nameEsteban Küber-10/+63
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-7/+1
2020-05-30review comment: tweak wording and account for span overlapEsteban Küber-3/+3
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-3/+3
2020-05-30Fix NLL outputEsteban Küber-0/+98
2020-05-30Improve output of argument anonymous borrow missing annotation involving opaq...Esteban Küber-39/+8
2020-05-30Account for missing lifetime in opaque return typeEsteban Küber-0/+246