summary refs log tree commit diff
path: root/src/test/ui/object-lifetime
AgeCommit message (Expand)AuthorLines
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-1/+1
2021-12-10Tweak wordingEsteban Kuber-1/+1
2021-12-10Use a more accurate `Span` for `'static` obligation from return typeEsteban Kuber-2/+2
2021-12-10Point at return type when it introduces `'static` obligationEsteban Kuber-0/+8
2021-11-14Move some tests to more reasonable directoriesCaio-0/+276
2021-10-13Remove textual span from diagnostic stringOli Scherer-7/+7
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-2/+7
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-6/+0
2021-09-16Propagate coercion cause into `try_coerce`Aaron Hill-2/+2
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-02-02Update ui tests (nll)Jesus Rubio-0/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-3/+3
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-2/+2
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-2/+2
2020-06-15small tweaksEsteban Küber-1/+1
2020-06-15Register new eror codeEsteban Küber-1/+2
2020-06-15review comments: wordingEsteban Küber-1/+1
2020-06-15Tweak wording and add error codeEsteban Küber-4/+4
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-2/+2
2020-06-15When `'static` is explicit, suggest constraining argument with itEsteban Küber-1/+1
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-12/+5
2020-05-30Update nll testsEsteban Küber-3/+3
2020-05-30review comment: tweak wording and account for span overlapEsteban Küber-4/+1
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-6/+21
2020-05-27Fix spacing of expected/found notes without a labelEsteban Küber-4/+4
2020-05-12add long error explanation for E0228Jade McGough-0/+4
2019-12-03Include a span in more `expected...found` notesAaron Hill-6/+14
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-6/+6
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+10
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-6/+6
2019-11-07Update ui testsGuillaume Gomez-1/+2
2019-10-27update testsMark Mansi-0/+10
2019-10-11Print lifetimes with backticksYuki Okushi-7/+7
2019-10-07update ui testsGuillaume Gomez-0/+1
2019-08-19use static as object-lifetime default for type XX in `Foo<Item=XX>`Niko Matsakis-0/+132
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-24/+24
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-2/+2
2019-05-29Update ui test suite to use dynmemoryruins-53/+53
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+82
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+1
2019-03-11Update testsVadim Petrochenkov-13/+13
2018-12-25Remove licensesMark Rousskov-106/+36
2018-10-17Update output for borrowck=migrate compare mode.David Wood-82/+0
2018-09-26apply `process_registered_region_obligations` at the end of regionckNiko Matsakis-1/+1
2018-09-19Update ui testsMatthew Jasper-6/+6
2018-09-01Update testsBasile Desloges-42/+0
2018-08-27Also use smaller spans for unsize adjustmentsMatthew Jasper-11/+6
2018-08-25Use smaller span for adjustments on block expressionsMatthew Jasper-13/+8
2018-08-18Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakisbors-2/+2
2018-08-17Fix undesirable falloutVadim Petrochenkov-24/+24