summary refs log tree commit diff
path: root/src/test/ui/self
AgeCommit message (Expand)AuthorLines
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-66/+125
2022-02-12Bless nll tests.Camille GILLOT-3/+2
2022-02-12Inherit lifetimes for async fn instead of duplicating them.Camille GILLOT-122/+64
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-4/+4
2022-02-02Register member constraints on the final merged hidden typeOli Scherer-6/+7
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-8/+7
2022-01-20Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwUMatthias Krüger-4/+4
2022-01-19Simplify error reporting code, remove await point wordingTyler Mandry-128/+96
2022-01-19NiceRegionError: Use written return type for async fnTyler Mandry-128/+128
2022-01-18generic_arg_infer: placeholder in signature errlcnr-4/+4
2021-12-17Fix typo in "new region bound" suggestionEsteban Kuber-2/+2
2021-11-14Move some tests to more reasonable directoriesCaio-0/+59
2021-11-06Move some tests to more reasonable directoriesCaio-0/+53
2021-10-18Remove regionck member constraint handling and leave it to mir borrowckOli Scherer-52/+7
2021-10-15simplify constrain_opaque_typesNiko Matsakis-30/+40
2021-09-30Rollup merge of #88838 - FabianWolff:issue-88472, r=estebankManish Goregaokar-3/+4
2021-09-26Improve diagnostics for inaccessible itemsFabian Wolff-2/+5
2021-09-26Do not suggest importing inaccessible itemsFabian Wolff-4/+2
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-25/+15
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-23/+0
2021-08-11Modify structured suggestion outputEsteban Küber-8/+8
2021-07-22bless nll testsOli Scherer-2/+2
2021-07-20Get back the more precise suggestion spans of old regionckOli Scherer-2/+2
2021-07-14Warn about useless assignments of variables/fields to themselvesFabian Wolff-0/+1
2021-06-22Updated tests to reflect specified types in E0121Deadbeef-4/+4
2021-03-29Suggest box/pin/arc ing receiver on method callsEsteban Küber-0/+10
2020-11-10Rollup merge of #76765 - guswynn:async_return, r=tmandryJonas Schievink-96/+128
2020-10-20review commentsEsteban Küber-3/+3
2020-10-20Tweak "object unsafe" errorsEsteban Küber-18/+25
2020-10-17Make it more clear when complaining about async fn's return typesGus Wynn-96/+128
2020-10-16stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'Ralf Jung-3/+0
2020-09-02pretty: trim paths of unique symbolsDan Aloni-8/+8
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-4/+4
2020-07-09Reword incorrect `self` token suggestionEsteban Küber-3/+3
2020-06-19Account for multiple impl/dyn Trait in return type when suggesting `'_`Esteban Küber-0/+5
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-4/+4
2020-06-15small tweaksEsteban Küber-8/+3
2020-06-15Register new eror codeEsteban Küber-0/+2
2020-06-15Use note for requirement source spanEsteban Küber-6/+15
2020-06-15review comments: wordingEsteban Küber-3/+3
2020-06-15Tweak wording and add error codeEsteban Küber-7/+7
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-3/+3
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-18/+9
2020-05-30review comment: tweak wording and account for span overlapEsteban Küber-2/+2
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-4/+4
2020-05-07reword "possible candidate" import suggestionAndy Russell-1/+1
2020-03-23Update testsJohn Kåre Alsaker-16/+76
2020-03-12update testsMark Mansi-57/+57
2020-02-28Account for arbitrary self types in E0599Esteban Küber-5/+3