about summary refs log tree commit diff
path: root/src/test/ui/traits/trait-upcasting
AgeCommit message (Expand)AuthorLines
2021-10-03Add `deref_into_dyn_supertrait` lint.Charles Lew-0/+41
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-2/+2
2021-08-21Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakisbors-96/+51
2021-08-18Add a new test case to verify behavior.Charles Lew-0/+39
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-0/+55
2021-08-18Properly generate multiple candidates for trait upcasting coercion.Charles Lew-96/+12
2021-08-11Modify structured suggestion outputEsteban Küber-7/+7
2021-08-03bless trait upcasting tests under poloniusRémy Rakic-0/+55
2021-08-03Various adjustments to historic tests and documents.Charles Lew-192/+327
2021-08-03Added tests.Alexander Regueiro-0/+764
2021-08-03Implement pointer casting.Charles Lew-0/+49
2021-07-31Add more tests to cover more corner cases of type-checking.Charles Lew-0/+342
2021-07-31Implement trait upcasting coercion type-checking.Charles Lew-0/+49