about summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
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
2020-03-12update testsMark Mansi-5/+5
2020-02-22update some testsMark Mansi-5/+5
2020-02-19Tweak binding lifetime suggestion textEsteban Küber-5/+5
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+1
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-18/+6
2020-02-05review commentsEsteban Küber-3/+3
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-6/+6
2020-02-05When suggesting lifetimes, propose adding the new lifetime to all argumentsEsteban Küber-6/+6
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-3/+15