about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2025-04-06update/bless testsBennet Bleßmann-3/+2
2025-04-03Use `cfg(false)` in UI testsclubby789-1/+1
2025-04-03Stabilize `cfg_boolean_literals`clubby789-8/+7
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-44/+70
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-44/+0
2025-03-31Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlinMatthias Krüger-0/+61
2025-03-31Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-deadbors-0/+466
2025-03-30Uplift `clippy::invalid_null_ptr_usage` as `invalid_null_arguments`Urgau-0/+466
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-24Emit `unused_attributes` for `#[inline]` on exported functionsNoratrieb-0/+61
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-21remove `feature(inline_const_pat)`lcnr-44/+0
2025-03-20Add `#[repr(u128)]`/`#[repr(i128)]` enums to `improper_ctypes_definitions`beetrees-31/+75
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-23not lint break with label and unsafe blockMu001999-0/+11
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