about summary refs log tree commit diff
path: root/src/test/ui/traits/trait-upcasting
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1401/+0
2022-12-29Revert "Add tests"David Tolnay-24/+0
2022-12-09Add testsGary Guo-0/+24
2022-11-23Use nicer spans for `deref_into_dyn_supertrait`Maybe Waffle-10/+7
2022-11-23Make `deref_into_dyn_supertrait` lint the impl and not the usageMaybe Waffle-6/+14
2022-11-19Probe + better error messsage for need_migrate_deref_output_trait_objectMichael Goulet-2/+2
2022-11-11Mark `trait_upcasting` feature no longer incomplete.Charles Lew-79/+80
2022-10-21fix some typosRageking8-1/+1
2022-10-01bless ui testsMaybe Waffle-2/+2
2022-08-26Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebankYuki Okushi-5/+5
2022-07-28Remove guess_head_span.Camille GILLOT-1/+1
2022-07-08distinguish the method and associated function diagnostic informationYiming Lei-5/+5
2022-06-28Note concrete type being coerced into objectMichael Goulet-3/+3
2022-06-03Fully stabilize NLLJack Huey-190/+17
2022-05-22Use revisions for NLL in traitsJack Huey-26/+110
2021-12-10Tweak wordingEsteban Kuber-7/+7
2021-12-10Use a more accurate `Span` for `'static` obligation from return typeEsteban Kuber-8/+8
2021-12-10Point at return type when it introduces `'static` obligationEsteban Kuber-0/+32
2021-12-10Clean up visual output logicEsteban Kuber-9/+9
2021-12-10Point at capture points for non-`'static` reference crossing a `yield` pointEsteban Kuber-2/+64
2021-10-13Remove textual span from diagnostic stringOli Scherer-4/+4
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