about summary refs log tree commit diff
path: root/tests/ui/dyn-compatibility
AgeCommit message (Expand)AuthorLines
2025-09-12Add test batch 3Oneirical-0/+67
2025-08-19bless tests with new lint messagesKarol Zwolak-3/+3
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-0/+16
2025-07-25Check statics' type in type_of.Camille GILLOT-26/+1
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-10/+10
2025-06-24Make missing lifetime suggestion verboseMichael Goulet-6/+12
2025-06-13Merge unboxed trait object error suggestion into regular dyn incompat errorOli Scherer-17/+17
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-8/+8
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-229/+15
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-20/+1
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-5/+5
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-3/+3
2025-04-08Rollup merge of #139124 - xtexx:gh-139082, r=compiler-errorsStuart Cook-0/+21
2025-04-06update/bless testsBennet Bleßmann-160/+160
2025-04-03compiler: report error when trait object type param reference selfxtex-0/+21
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