about summary refs log tree commit diff
path: root/src/test/ui/lifetimes/lifetime-errors
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1035/+0
2023-01-01Verbose suggestionsEsteban Küber-4/+10
2022-09-26address reviewb-naber-1/+1
2022-07-25Report elision failures on the AST.Camille GILLOT-1/+1
2022-06-21Always create parameters for functions-like types.Camille GILLOT-2/+2
2022-06-16 fix one more case of trailing spaceklensy-4/+4
2022-06-11ValuePairs::PolyTraitRefs should be called 'trait'Michael Goulet-2/+2
2022-06-03Fully stabilize NLLJack Huey-610/+68
2022-05-22Use revisions for NLL in lifetimesJack Huey-93/+267
2022-04-30Bless nll tests.Camille GILLOT-2/+5
2022-04-27Recover suggestions to introduce named lifetime under NLLmarmeladema-0/+45
2022-04-24Bless testsmarmeladema-3/+3
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
2021-11-03Add beginner friendly lifetime elision hint to E0623Nilstrieb-0/+36
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-16/+16
2021-09-27Improve cause information for NLL higher-ranked errorsAaron Hill-0/+5
2021-09-25Use larger span for adjustments on method callsAaron Hill-16/+16
2021-09-06Add regression test for #74400Bram van den Heuvel-0/+54
2021-08-18Use more accurate spans when proposing adding lifetime to itemEsteban Kuber-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-04-12Compiler error messages: reduce assertiveness of message E0384James Addison-5/+5
2021-01-07Reintroduce hir::ExprKind::IfCaio-3/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-03-12update testsMark Mansi-5/+5
2020-02-22update some testsMark Mansi-5/+5
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-6/+2
2020-02-05review commentsEsteban Küber-1/+1
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-2/+2
2020-02-05When suggesting lifetimes, propose adding the new lifetime to all argumentsEsteban Küber-2/+2
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-1/+5
2020-01-19review commentsEsteban Küber-1/+1
2020-01-19When encountering an expected named lifetime and none are present, suggest ad...Esteban Küber-1/+5
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+12
2019-11-07Update ui testsGuillaume Gomez-0/+25
2019-10-27update testsMark Mansi-0/+12
2019-09-12update testsMark Mansi-3/+3
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-3/+3
2019-05-29Update ui test suite to use dynmemoryruins-9/+9
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+379
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-18hide `--explain` hint if error has no extended infoAndy Russell-25/+0
2019-03-11Update testsVadim Petrochenkov-47/+47
2018-12-25Remove licensesMark Rousskov-406/+45
2018-10-17Update output for borrowck=migrate compare mode.David Wood-379/+0
2018-10-15Deduplicate testsShotaro Yamada-45/+0
2018-09-19Update ui testsMatthew Jasper-8/+8