about summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
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
2021-02-02Update ui tests (nll)Jesus Rubio-0/+1
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-3/+3
2021-01-12Provide more information for HRTB lifetime errors involving closuresEsteban Küber-0/+169
2021-01-07Reintroduce hir::ExprKind::IfCaio-3/+3
2020-10-06Check opaque types satisfy their boundsMatthew Jasper-5/+0
2020-09-02pretty: trim paths of unique symbolsDan Aloni-6/+6
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-2/+2
2020-06-27Use an 'approximate' universal upper bound when reporting region errorsAaron Hill-10/+16
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-39/+7
2020-05-27review comments: change wording and visual outputEsteban Küber-1/+1
2020-05-27Modify wordingEsteban Küber-2/+2
2020-05-27review commentsEsteban Küber-1/+1
2020-05-27Tweak output for mismatched impl itemEsteban Küber-2/+2
2020-05-27Name `RegionKind::ReVar` lifetimes in diagnosticsEsteban Küber-1/+3
2020-05-07Add test for #34979Yuki Okushi-0/+23
2020-04-22Tweak wordingEsteban Küber-4/+4
2020-04-22Tweak `'static` suggestion codeEsteban Küber-4/+20
2020-04-16outlives: ignore lifetimes shallowly found in `ty::FnDef`s.Eduard-Mihai Burtescu-0/+13