summary refs log tree commit diff
path: root/tests/ui/methods
AgeCommit message (Expand)AuthorLines
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-4/+2
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-21/+11
2025-06-13Unimplement unsized_localsmejrs-21/+11
2025-06-12Rollup merge of #142034 - estebank:issue-141258, r=davidtwcoMatthias Krüger-0/+97
2025-06-11cleaned up some testsKivooeo-0/+28
2025-06-04Detect method not being present that is present in other tuple typesEsteban Küber-0/+97
2025-05-31cleaned up some testsKivooeo-0/+83
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-3/+23
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-77/+77
2025-04-30Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgrbors-15/+43
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-23/+27
2025-04-29Coalesce duplicate missing clone testsmejrs-15/+43
2025-04-25Cleaned up 5 tests in `tests/ui`reddevilmidzy-0/+35
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-3/+3
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+2
2025-03-06Rollup merge of #137565 - compiler-errors:macro-ex, r=estebankMichael Goulet-0/+39
2025-03-03Point of macro expansion from call expr if it involves macro varMichael Goulet-0/+39
2025-03-04tests: remove explicit long type filename hash normalization from some ui tests许杰友 Jieyou Xu (Joe)-6/+4
2025-02-21More sophisticated span trimmingMichael Goulet-9/+6
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-2/+2
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-6/+4
2025-02-14fallout :skull_emoji:lcnr-5/+8
2025-02-13Implement lint for definition site item shadowing tooMichael Goulet-19/+172
2025-02-13Add more testsMichael Goulet-0/+172
2025-02-13Rework collapse method to work correctly with more complex supertrait graphsMichael Goulet-0/+219
2025-02-13Implement shadowing lintMichael Goulet-0/+100
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-120/+180
2025-02-05When displaying a parameter mismatch error, only highlight the mismatched par...Jason Newcomb-1/+1
2025-02-03Check for generic parameter mismatches on trait functions.Jason Newcomb-1/+1
2025-01-03Do not ICE when encountering predicates from other items in method error repo...Michael Goulet-0/+72
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-0/+101
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-4/+4
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-4/+4
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-4/+4
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-6/+2
2024-09-29Don't give method suggestions when method probe fails due to bad impl of DerefMichael Goulet-0/+25
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+6
2024-09-17Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnrbors-0/+28
2024-09-16Relate receiver invariantly in method probe for Mode::PathMichael Goulet-0/+28
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+6
2024-09-12Use Autoderef::silence_errors more liberally throughout diagnostics codeMichael Goulet-11/+1
2024-09-12Do not report an excessive number of overflow errors for an ever-growing dere...Michael Goulet-0/+47
2024-09-10Report the `note` when specified in `diagnostic::on_unimplemented`FedericoBruzzone-0/+2
2024-08-26Do not ICE on non-ADT rcvr type when looking for crate version collisionEsteban Küber-0/+25
2024-07-29Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli...Matthias Krüger-0/+22
2024-07-26Don't ICE when encountering error regions when confirming object method candi...Michael Goulet-0/+22
2024-07-22Revert suggestion verbosity changeEsteban Küber-12/+6
2024-07-22On generic and lifetime removal suggestion, do not leave behind stray `,`Esteban Küber-2/+2
2024-07-22Change suggestion message wordingEsteban Küber-2/+2