summary refs log tree commit diff
path: root/tests/ui/lint/wide_pointer_comparisons.stderr
AgeCommit message (Expand)AuthorLines
2025-07-31Consider operator's span when computing binop expr spanMichael Goulet-8/+10
2025-05-25Improve `ambiguous_wide_pointer_comparisons` lint compare diagnosticsUrgau-25/+125
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-3/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-72/+108
2024-12-21Properly record metavar spans for other expansions other than TTMichael Goulet-1/+1
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-19/+19
2024-03-29Add support for NonNull in ambiguous_wide_ptr_comparisionsUrgau-51/+84
2024-03-29Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lintUrgau-53/+185
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-7/+7
2024-01-05macro_rules: Add more tests for using `tt` in addition to `ident`Vadim Petrochenkov-3/+14
2023-12-06Add warn-by-default lint against ambiguous wide pointer comparisonsUrgau-0/+452