about summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2022-03-01update (bless) test resultsFausto-3/+3
2022-02-28Suggest adding a new lifetime parameter when two elided lifetimes should matc...Fausto-0/+18
2022-02-24Remove in-band lifetimesMichael Goulet-5/+111
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-4/+4
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-4/+4
2022-01-01Update references to `-Z symbol-mangling-version` to use `-C`Josh Triplett-1/+1
2021-12-11Rollup merge of #91764 - cjgillot:elide-anyway, r=jackh726Matthias Krüger-0/+72
2021-12-11Add test.Camille GILLOT-0/+72
2021-12-10fix tests after rebaseEsteban Kuber-1/+1
2021-12-04Rollup merge of #90519 - estebank:issue-84003, r=petrochenkovMatthias Krüger-2/+1
2021-12-03Keep spans for generics in `#[derive(_)]` desugaringEsteban Kuber-2/+1
2021-11-26Handle placeholder regions in NLL type outlive constraintsMatthew Jasper-0/+19
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-5/+0
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-0/+52
2021-11-06Move some tests to more reasonable directoriesCaio-0/+49
2021-11-03Add beginner friendly lifetime elision hint to E0623Nilstrieb-0/+128
2021-10-22nice_region_error: Include lifetime placeholders in error outputMichael Howell-4/+4
2021-10-13Remove textual span from diagnostic stringOli Scherer-4/+4
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-4/+14
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-4/+0
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-17/+17
2021-09-27Improve cause information for NLL higher-ranked errorsAaron Hill-0/+25
2021-09-25Use larger span for adjustments on method callsAaron Hill-17/+17
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-11/+11
2021-09-18Auto merge of #88650 - sapessi:issue-77175-fix, r=estebankbors-0/+19
2021-09-12Use boxed slice instead of BTreeSet.Camille GILLOT-11/+11
2021-09-06Add regression test for #74400Bram van den Heuvel-0/+54
2021-09-04test for issue #77175Stefano Buliani-0/+19
2021-08-19Auto merge of #88143 - GuillaumeGomez:rollup-sgh318f, r=GuillaumeGomezbors-3/+3
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-12/+42
2021-08-18Use more accurate spans when proposing adding lifetime to itemEsteban Kuber-3/+3
2021-08-16Use note to point at bound introducing requirementEsteban Küber-3/+5
2021-08-15Report nicer errors for HRTB NLL errors from queriesMatthew Jasper-12/+42
2021-08-11Modify structured suggestion outputEsteban Küber-10/+10
2021-07-30Use multispan suggestions more oftenEsteban Küber-1/+1
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2021-05-06Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakisbors-0/+20
2021-04-28Add HAS_RE_LATE_BOUND if there are bound varsJack Huey-0/+23
2021-04-25Deduplicate ParamCandidates with the same value except for bound varsJack Huey-0/+20
2021-04-16Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe...Dylan DPC-5/+5
2021-04-16Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnrDylan DPC-0/+41
2021-04-12Compiler error messages: reduce assertiveness of message E0384James Addison-5/+5
2021-04-06Fix a couple resolve bugs from binder refactorJack Huey-0/+41
2021-04-05Don't concatenate binders across typesJack Huey-0/+14
2021-03-24resolve late lifetimes by itemJack Huey-10/+10
2021-03-03reworded messageEsteban Küber-1/+3
2021-03-02Account for macros when suggesting adding lifetimeEsteban Küber-0/+54
2021-02-09Print closure signatures when reporting placeholder errorsMatthew Jasper-1/+1
2021-02-09Report "nice" placeholder errors more oftenMatthew Jasper-16/+5
2021-02-06path trimming: ignore type aliasesDan Aloni-2/+2