about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2023-08-01Rename incorrect_fn_null_checks to useless_ptr_null_checksUrgau-17/+17
2023-08-01Expand incorrect_fn_null_check lint with reference null checkingUrgau-9/+94
2023-07-29Improve diagnostics of the invalid_reference_casting lintUrgau-68/+121
2023-07-29Avoid linting on expression that are only UB with SB/TBUrgau-34/+19
2023-07-29Add support for deferred casting for the invalid_reference_casting lintUrgau-1/+12
2023-07-29Revert "Temporarily switch invalid_reference_casting lint to allow-by-default"Urgau-16/+11
2023-07-29Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstriebbors-11/+16
2023-07-29Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e...bors-78/+127
2023-07-28Rollup merge of #114164 - Enselic:lint-cap-trait-bounds, r=compiler-errorsMatthias Krüger-0/+8
2023-07-28Add regression test for `--cap-lints allow` and trait bounds warningMartin Nordholts-0/+8
2023-07-26Auto merge of #113457 - davidtwco:lint-ctypes-issue-113436, r=oli-obkbors-0/+97
2023-07-25Add regression test for invalid unused const in methodMartin Nordholts-0/+23
2023-07-23add suggestionDeadbeef-71/+125
2023-07-23fixDeadbeef-7/+7
2023-07-23make `noop_method_call` warn by defaultDeadbeef-14/+9
2023-07-22Make `unconditional_recursion` warning detect recursive dropsMartin Nordholts-0/+55
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-2/+4
2023-07-21lint/ctypes: only try normalizeDavid Wood-0/+12
2023-07-21Track exactness in `NaiveLayout` and use it for `SizeSkeleton` checksMoulins-4/+2
2023-07-19lint/ctypes: allow `()` within typesDavid Wood-47/+64
2023-07-19lint/ctypes: stricter `()` return type checksDavid Wood-0/+80
2023-07-18Fix removal span calculation of unused_qualifications suggestion许杰友 Jieyou Xu (Joe)-5/+28
2023-07-13Temporarily switch invalid_reference_casting lint to allow-by-defaultUrgau-11/+16
2023-07-13Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-11/+11
2023-07-13Add machine-applicable suggestion for `unused_qualifications` lint许杰友 Jieyou Xu (Joe)-0/+4
2023-07-12Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o...bors-1/+1
2023-07-11Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obkbors-0/+97
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-1/+1
2023-07-10Uplift `clippy::fn_null_check` to rustcUrgau-0/+97
2023-07-07Remove normalization from `opaque_types_defined_by`Oli Scherer-1/+18
2023-07-03lint/ctypes: check other types for ext. fn-ptr tyDavid Wood-1/+126
2023-07-03lint/ctypes: multiple external fn-ptrs in tyDavid Wood-1/+23
2023-07-03lint/ctypes: ext. abi fn-ptr in internal abi fnDavid Wood-0/+21
2023-07-01Fix dropping_copy_types lint from linting in match-arm with side-effectsUrgau-0/+38
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-24/+24
2023-06-15Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obkGuillaume Gomez-0/+123
2023-06-15Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errorsGuillaume Gomez-0/+17
2023-06-15Rollup merge of #111212 - nicklimmm:issue-107896-fix, r=pnkfelixMatthias Krüger-2/+26
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-0/+123
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-10/+10
2023-06-11Update ui testNicky Lim-2/+26
2023-06-11`suspicious_double_ref_op`: don't lint on `.borrow()`Deadbeef-0/+17
2023-06-10Uplift improved version of `clippy::cmp_nan` to rustcUrgau-0/+399
2023-06-09Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errorsbors-0/+61
2023-06-08Uplift clippy::undropped_manually_drops to rustcUrgau-0/+61
2023-06-06Rollup merge of #112343 - GuillaumeGomez:extern-crate-missing-docs, r=notriddleMatthias Krüger-26/+31
2023-06-06Add regression test for #112308Guillaume Gomez-26/+31
2023-06-05Ensure space is inserted after keyword in `unused_delims`clubby789-13/+89
2023-06-03remove type ascription feature gateyukang-2/+2
2023-05-31Uplift clippy::cast_ref_to_mut to rustcUrgau-0/+114