summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
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
2020-02-02Use more accurate failed predicate spansEsteban Küber-20/+22
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-46/+28
2020-01-19review commentsEsteban Küber-3/+3
2020-01-19When encountering an expected named lifetime and none are present, suggest ad...Esteban Küber-3/+15
2020-01-16review commentsEsteban Küber-1/+1
2020-01-16When trait bounds are missing for return values, point at themEsteban Küber-0/+3
2019-12-28Do not ICE on lifetime error involving closuresEsteban Küber-0/+18
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-4/+4
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+16
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-4/+4
2019-11-07Update ui testsGuillaume Gomez-0/+25
2019-10-29Point at the trait item and tweak wordingEsteban Küber-2/+5
2019-10-29review commentsEsteban Küber-2/+2
2019-10-29Custom lifetime error for `impl` item doesn't conform to `trait`Esteban Küber-0/+23
2019-10-27update testsMark Mansi-0/+16
2019-10-11Print lifetimes with backticksYuki Okushi-2/+2
2019-09-12update testsMark Mansi-3/+3
2019-08-19distinguish object-lifetime-default elision from other elisionNiko Matsakis-6/+6
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-3/+3
2019-05-29Update ui test suite to use dynmemoryruins-24/+24
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+399
2019-05-03Update testsChristopher Vittal-52/+14
2019-04-25Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...Mazdak Farrokhzad-3/+1
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-3/+1
2019-04-22Remove double trailing newlinesvarkor-3/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-26/+9
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-26/+1
2019-03-11Update NLL testsVadim Petrochenkov-1/+1
2019-03-11Update testsVadim Petrochenkov-64/+64
2018-12-25Remove licensesMark Rousskov-496/+75