summary refs log tree commit diff
path: root/src/test/ui/in-band-lifetimes
AgeCommit message (Expand)AuthorLines
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/+6
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-0/+6
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-2/+5
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+2
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-1/+3
2019-11-07Update ui testsGuillaume Gomez-1/+3
2019-11-02consistent handling of missing sysroot spansRalf Jung-3/+2
2019-10-29Silence crate external span error in x86 platformsEsteban Küber-1/+3
2019-10-29Fix NLL testEsteban Küber-18/+7
2019-10-29Point at the trait item and tweak wordingEsteban Küber-7/+13
2019-10-29review commentsEsteban Küber-4/+4
2019-10-29Custom lifetime error for `impl` item doesn't conform to `trait`Esteban Küber-32/+10
2019-10-27update testsMark Mansi-0/+2
2019-10-11Print lifetimes with backticksYuki Okushi-2/+2
2019-10-07update ui testsGuillaume Gomez-0/+3
2019-08-12clear in-scope lifetimes for nested items in HIR loweringNiko Matsakis-0/+20
2019-06-14in which we decline to suggest the anonymous lifetime in declarationsZack M. Davis-0/+19
2019-05-29Update ui test suite to use dynmemoryruins-5/+5
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+44
2019-04-22Continue evaluating after item-type checkingEsteban Küber-2/+12
2019-04-22update tests for migrate mode by defaultMatthew Jasper-14/+3
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-7/+1
2019-03-11Update NLL testsVadim Petrochenkov-1/+1
2019-03-11Update testsVadim Petrochenkov-23/+23
2018-12-25Remove licensesMark Rousskov-166/+36
2018-10-17Update output for borrowck=migrate compare mode.David Wood-20/+0
2018-09-01Update testsBasile Desloges-29/+0
2018-08-18Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakisbors-1/+1
2018-08-16tests: prefer edition: directives to compile-flags:--edition.Eduard-Mihai Burtescu-2/+2
2018-08-14Update testsMatthew Jasper-1/+1
2018-08-07Auto merge of #52450 - PramodBisht:issue/52413, r=estebankbors-8/+8
2018-08-06Auto merge of #53016 - scottmcm:impl-header-lifetime-elision, r=nikomatsakisbors-328/+0
2018-08-06Disable some nice region errors in NLL mode.David Wood-6/+6
2018-08-06#52413: addressed @estebank's NitPramod Bisht-4/+4
2018-08-05Closes #52413: Provide structured suggestion instead of labelPramod Bisht-8/+8
2018-08-03Extract impl_header_lifetime_elision out of in_band_lifetimesScott McMurray-328/+0
2018-07-27Change label from closure to function where appropriate.David Wood-3/+3
2018-07-22Auto merge of #52069 - zackmdavis:elided_states_of_america—and_to_the_re-pu...bors-33/+250
2018-07-22in which the elided-lifetimes-in-paths lint undergoes a revolutionZack M. Davis-33/+250
2018-07-22Fallback to general error handling in ICE cases.David Wood-2/+4
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-2/+2
2018-06-28Also point to free named region on lifetime errorsEsteban Küber-6/+6
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-4/+4
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-3/+3
2018-05-04fix single-use lintNiko Matsakis-170/+0
2018-04-27fixed testsChristian Poveda-2/+2
2018-04-27updated stderr files and removed feature-gate test for dyn_traitChristian Poveda-3/+3
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-1/+0
2018-04-18Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i...Felix S. Klock II-4/+4