summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2025-04-24Don't warn about `v128` in wasm ABI transitionAlex Crichton-2/+41
2025-04-24Ignore zero-sized types in wasm future-compat warningAlex Crichton-0/+6
2025-03-26Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichtonbors-0/+126
2025-03-25Auto merge of #138933 - matthiaskrgr:rollup-sjtqkoq, r=matthiaskrgrbors-0/+103
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+9
2025-03-25add FCW to warn about wasm ABI transitionRalf Jung-0/+126
2025-03-24Fix autofix for `self` and `self as …` in `unused_imports` lintSamuel Tardieu-0/+103
2025-03-22Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgrbors-1/+1
2025-03-21expand: Do not report `cfg_attr` traces on macros as unused attributesVadim Petrochenkov-7/+14
2025-03-21Fix lint name in unused linker_messages warningbjorn3-1/+1
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-3/+0
2025-03-13Visit PatField when collecting lint levelsMichael Goulet-0/+21
2025-03-12Rollup merge of #138360 - Urgau:fix-fp-expr_or_init, r=wesleywiserMatthias Krüger-62/+44
2025-03-11Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lintUrgau-62/+44
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-13/+24
2025-03-09Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errorsMatthias Krüger-61/+7
2025-03-07Rollup merge of #138141 - tcpdumppy:master, r=compiler-errorsMatthias Krüger-5/+5
2025-03-07tests: fix some typos in commenttcpdumppy-5/+5
2025-03-06Hide the end of ranges in pretty printing if it's also the maximum of the typeOli Scherer-1/+1
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-1/+1
2025-03-06Avoid having to handle an `Option` in the type systemOli Scherer-2/+2
2025-03-05Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har...许杰友 Jieyou Xu (Joe)-0/+19
2025-02-28fix: fix overflowing hex wrong suggestion11happy-4/+21
2025-02-22Make `ptr_cast_add_auto_to_object` lint into hard errorTravis Cross-0/+19
2025-02-22Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgrbors-0/+27
2025-02-21Ignore fake borrows for packed field checkMichael Goulet-0/+27
2025-02-21More sophisticated span trimmingMichael Goulet-12/+8
2025-02-20Turn order dependent trait objects future incompat warning into a hard errorOli Scherer-61/+7
2025-02-20Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgrbors-41/+40
2025-02-19Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwcoMatthias Krüger-15/+26
2025-02-19stabilize `inherent_str_constructors`may-41/+40
2025-02-18Lint `#[must_use]` attributes applied to methods in trait implsSamuel Tardieu-15/+26
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-40/+250
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-24/+24
2025-02-14Consider add-prefix replacements tooMichael Goulet-3/+2
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-72/+48
2025-02-12Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obkGuillaume Gomez-3/+3
2025-02-11compiler: replace ExternAbi::name calls with formattersJubilee Young-3/+3
2025-02-11Handle pattern types wrapped in `Option` in FFI checksOli Scherer-49/+3
2025-02-11Correctly handle pattern types in FFI redeclaration lintsOli Scherer-30/+4
2025-02-11Correctly handle pattern types in FFI safetyOli Scherer-39/+9
2025-02-11Add ffi tests for pattern typesOli Scherer-22/+185
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-256/+384
2025-02-09Fix unwrap error in overflowing int literalyukang-0/+25
2025-02-02Shorten error message for callable with wrong return typeEsteban Küber-2/+2
2025-01-29Add regression test showing we don't realize some consts are usedOli Scherer-7/+9
2025-01-26implement lint `double_negations`Kalle Wachsmuth-5/+71
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-0/+37
2025-01-23Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali...Matthias Krüger-11/+12
2025-01-22Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=UrgauMatthias Krüger-0/+80