about summary refs log tree commit diff
path: root/src/test/ui/derives
AgeCommit message (Expand)AuthorLines
2022-02-16Make implementation genericLucas Kent-4/+4
2022-02-16Suggest deriving required supertraitsLucas Kent-0/+113
2022-01-15Use span of ignored impls for explanatory noteFabian Wolff-12/+15
2022-01-11Annotate dead code lint with notes about ignored derived implsFabian Wolff-0/+18
2021-12-23Rollup merge of #91544 - rukai:91492, r=wesleywiserMatthias Krüger-0/+79
2021-12-10update testsEllen-2/+0
2021-12-05Fix duplicate derive clone suggestionLucas Kent-0/+79
2021-12-03Update invalid crate attributes, add help messageTom Farmer-1/+101
2021-11-20Point at `impl` blocks when they introduce unmet obligationsEsteban Kuber-3/+7
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-95/+0
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-8/+8
2021-11-13Fix handling of substitutions and binders when deciding whether to suggest re...Jakob Degen-3/+3
2021-10-19Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-4/+4
2021-10-08update ui test expectationsTaylor Yu-4/+4
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-10/+90
2021-09-27better suggestionsTakayuki Maeda-12/+18
2021-09-16Remove unnecessary labelEsteban Kuber-20/+5
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-17/+35
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+83
2021-09-06Suggest deriving traits if possiblePaul Trojahn-0/+4
2021-08-16Use note to point at bound introducing requirementEsteban Küber-33/+39
2021-08-10Move some UI tests to more suitable subdirsYuki Okushi-0/+49
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-10/+10
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-51/+261
2021-06-22Change Debug unimplemented message per requestAris Merchant-4/+4
2021-06-16Update test stderr filesAris Merchant-12/+4
2021-05-13completion uwuEllen-1/+0
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-41/+41
2021-04-16builtin derive macros: fix error with const generics defaultSoveu-0/+14
2021-03-29Suggest box/pin/arc ing receiver on method callsEsteban Küber-8/+0
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-7/+7
2021-02-09./x.py test --blessTomasz Miąsko-180/+4
2021-02-09Fix derived PartialOrd operatorsTomasz Miąsko-0/+60
2021-02-07Address review commentsVadim Petrochenkov-0/+11
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-29/+34
2021-02-01Regression tests for issue 81211.Felix S. Klock II-0/+72
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-3/+3
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-0/+21
2020-09-08Update testsGuillaume Gomez-11/+13
2020-09-02pretty: trim paths of unique symbolsDan Aloni-104/+104
2020-07-27mv std libs to library/mark-11/+11
2020-04-08Small tweaks to required bound spanEsteban Küber-3/+3
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-4/+20
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-182/+53
2020-03-23Ignore tests on some platforms due to #53081Aaron Hill-1/+6
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-0/+8
2020-02-28Review comments: split requirement text to multiple lines for readabilityEsteban Küber-1/+2
2020-02-28Show information of chain of bound obligationsEsteban Küber-2/+5
2020-02-28Track all predicates in errors, not just trait obligationsEsteban Küber-1/+3
2020-02-28Deduplicate information in E0599Esteban Küber-3/+1