summary refs log tree commit diff
path: root/tests/ui/dyn-compatibility
AgeCommit message (Expand)AuthorLines
2025-03-14Fix typo in hir lowering lint diagYotam Ofek-3/+3
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-196/+388
2025-02-21Do not deduplicate list of associated types provided by dyn principalMichael Goulet-0/+21
2025-02-15Ignore Self in bounds check for associated types with Self:SizedMichael Goulet-0/+14
2025-02-14fallout :skull_emoji:lcnr-14/+14
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-68/+102
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-50/+50
2025-01-24Properly report error when object type param default references selfMichael Goulet-0/+35
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-228/+308
2025-01-15Rework trait expansion to happen once explicitlyMichael Goulet-8/+8
2025-01-02taint fcx on selection errors during unsizingLukas Markeffsky-0/+113
2024-12-11Fix ICE when multiple supertrait substitutions need assoc but only one is pro...Michael Goulet-8/+35
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-51/+1
2024-10-11Don't assume traits used as type are trait objsVulnBandit-203/+174
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-0/+2993