about summary refs log tree commit diff
path: root/tests/ui/self
AgeCommit message (Expand)AuthorLines
2025-08-23Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXESMichael Goulet-12/+12
2025-08-19bless tests with new lint messagesKarol Zwolak-1/+1
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-5/+5
2025-07-25Update ui tests with new macro early erroringGuillaume Gomez-15/+21
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-30/+36
2025-07-10Rework borrowing suggestions to use `Expr` instead of just `Span`Esteban Küber-8/+8
2025-06-30Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC...Guillaume Gomez-4/+4
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-12/+0
2025-06-13Unimplement unsized_localsmejrs-4/+0
2025-06-12Rollup merge of #142066 - ferrocene:lw/edition-2015-tests, r=compiler-errorsMatthias Krüger-1/+1
2025-06-05Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-1/+1
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-33/+68
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-2/+2
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-22/+1
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-0/+67
2025-05-06Preserve generic args in suggestions for ambiguous associated itemsLeón Orell Valerian Liehr-2/+14
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-8/+8
2025-03-30Do not mix normalized and unnormalized caller bounds when constructing param-...Michael Goulet-0/+26
2025-03-12Rollup merge of #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwUMatthias Krüger-0/+76
2025-03-11Elaborate param-env built for checking DispatchFromDyn for dyn compatMichael Goulet-0/+76
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-5/+6
2025-02-24Rollup merge of #137289 - compiler-errors:coerce-unsized-errors, r=oli-obkMichael Goulet-10/+20
2025-02-24Consolidate and rework CoercePointee and DispatchFromDyn errorsMichael Goulet-10/+20
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-30/+44
2025-02-21More sophisticated span trimmingMichael Goulet-3/+2
2025-02-11Auto merge of #136845 - matthiaskrgr:rollup-ol4np4z, r=matthiaskrgrbors-0/+32
2025-02-11Rollup merge of #136524 - compiler-errors:bad-pick, r=BoxyUwUMatthias Krüger-0/+32
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-12/+18
2025-02-07Rollup merge of #135179 - compiler-errors:arbitrary-self-types-object, r=BoxyUwUMatthias Krüger-0/+33
2025-02-05Rollup merge of #136567 - adetaylor:test-for-recursion, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+71
2025-02-05Arbitrary self types v2: recursion testAdrian Taylor-0/+71
2025-02-04Delay bug when method confirmation cannot upcast object pick of selfMichael Goulet-0/+32
2025-02-04Remove unnecessary layout assertions for object-safe receiversMichael Goulet-0/+50
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-3/+3
2025-01-27Arbitrary self types v2: explain test.Adrian Taylor-1/+23
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-3/+3
2025-01-24Rollup merge of #135749 - compiler-errors:param-ordering, r=davidtwcoMatthias Krüger-3/+3
2025-01-24Do not assume const params are printed after type paramsMichael Goulet-3/+3
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-15/+18
2025-01-14Rollup merge of #135425 - compiler-errors:not-conditionally-const, r=RalfJungJubilee-7/+4
2025-01-14Rollup merge of #135228 - compiler-errors:normalizes-ur-dispatch, r=BoxyUwUJubilee-0/+116
2025-01-14Do not consider traits that have unsatisfied const conditions to be condition...Michael Goulet-7/+4
2025-01-14Normalize field before checking PhantomData in coerce/dispatch impl validationMichael Goulet-0/+25
2025-01-13Assert that Instance::try_resolve is only used on body-like thingsMichael Goulet-2/+3
2025-01-09Unify conditional and non const call error reportingMichael Goulet-1/+1
2025-01-09Add note back to conditionally-const error messageMichael Goulet-0/+1
2025-01-08Don't allow DispatchFromDyn impls that transmute ZST to non-ZSTMichael Goulet-0/+41
2025-01-08Don't allow transmuting ZSTs in dispatch_from_dyn implMichael Goulet-0/+50
2025-01-07Make sure to use Receiver trait when extracting object method candidateMichael Goulet-0/+33
2024-12-21Rollup merge of #134524 - adetaylor:getref, r=compiler-errorsMatthias Krüger-0/+41