summary refs log tree commit diff
path: root/src/test/ui/impl-trait/multiple-lifetimes
AgeCommit message (Expand)AuthorLines
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-18/+15
2022-02-02Eagerly merge hidden types.Oli Scherer-4/+4
2022-02-02Register member constraints on the final merged hidden typeOli Scherer-32/+2
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-17/+50
2021-12-17Fix typo in "new region bound" suggestionEsteban Kuber-2/+2
2021-10-18Remove regionck member constraint handling and leave it to mir borrowckOli Scherer-42/+12
2021-10-13Bless nll testsOli Scherer-10/+12
2021-10-13Remove explicit -Zborrowck=mir which does not affect test anymoreOli Scherer-6/+2
2021-10-13Remove a feature attribute for an accepted featureOli Scherer-2/+1
2021-10-13Use a label instead of a note for member constraint errorsOli Scherer-7/+3
2021-10-13Remove textual span from diagnostic stringOli Scherer-3/+3
2021-09-28Pick one possible lifetime in case there are multiple choicesOli Scherer-2/+10
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-19/+0
2021-08-03bless trivial polonius diagnostics changesRémy Rakic-1/+1
2021-07-27Remove min_tait and full_tait stderr dangling filesSantiago Pastorino-60/+0
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-7/+33
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-30/+10
2021-05-26bless compare-mode=nll outputNiko Matsakis-2/+2
2021-05-26stabilize member constraintsNiko Matsakis-31/+17
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-8/+61
2020-05-22Update testsMatthew Jasper-20/+8
2020-04-16reserve variable for empty root regionNiko Matsakis-2/+2
2020-03-30bless output of ui test impl-trait/multiple-lifetimes/error-handling.rsRemy Rakic-2/+5
2020-02-14Update testsMatthew Jasper-9/+58
2020-02-14Explain a testMatthew Jasper-2/+9
2020-01-06Account for `type X = impl Trait;` in lifetime suggestionEsteban Küber-1/+1
2019-12-31Change wording for lifetime suggestion for opaque types from `constraint` to ...Ohad Ravid-1/+1
2019-12-06bless polonius output due to lacking the 'static special-casingRemy Rakic-0/+12
2019-10-27update testsMark Mansi-0/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+1
2019-08-10Fix calls to resolver from rustdoc and HIR loweringVadim Petrochenkov-1/+1
2019-08-02Replace "existential" by "opaque"varkor-0/+0
2019-08-02Update syntax in existing testsvarkor-5/+5
2019-07-06Remove compile-pass from compiletestYuki Okushi-4/+4
2019-07-02fix ICE with delay-span-bugNiko Matsakis-0/+18
2019-07-02address nitsNiko Matsakis-5/+5
2019-07-02more nits + typosNiko Matsakis-2/+2
2019-07-02feature-gate member constraints outside of async-awaitNiko Matsakis-7/+21
2019-07-02bless test outputNiko Matsakis-6/+3
2019-07-02address nits by mattewjasperNiko Matsakis-33/+0
2019-07-02account for the pick-constraint edges when reporting errorsNiko Matsakis-0/+36
2019-07-02test with explicit existential typeNiko Matsakis-0/+2
2019-07-02add a preliminary existential test; not really enoughNiko Matsakis-0/+29
2019-07-02add a FIXME related to the non-free-region caseNiko Matsakis-0/+27
2019-07-02fix tests and remove outdated stderr filesNiko Matsakis-54/+0
2019-07-02improve tests with migration mode, mir modeNiko Matsakis-94/+101
2019-07-02enforce and report pick-constraint errorsNiko Matsakis-10/+111
2019-07-02integrate pick constraints into lexical solver more completelyNiko Matsakis-3/+0
2019-07-02add some tests, currently ICE-ingNiko Matsakis-0/+241