summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2023-08-11lint/ctypes: only try normalizeDavid Wood-0/+12
2023-08-11lint/ctypes: allow `()` within typesDavid Wood-47/+64
2023-08-11lint/ctypes: stricter `()` return type checksDavid Wood-0/+80
2023-08-11Temporarily switch invalid_reference_casting lint to allow-by-defaultUrgau-11/+16
2023-08-11Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-11/+11
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
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb-0/+203
2023-05-27Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiserMatthias Krüger-0/+7
2023-05-27Add invalid_from_utf8 analogous to invalid_from_utf8_uncheckedUrgau-7/+105
2023-05-27Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_uncheckedUrgau-0/+105
2023-05-25Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholkMichael Goulet-39/+131
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau-14/+14
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-17/+17
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau-12/+12
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-14/+14
2023-05-20Rollup merge of #111491 - compiler-errors:nested-fut-must-use, r=wesleywiserDylan DPC-13/+29
2023-05-19Consider lint check attributes on match arms in match checksRyo Yoshida-0/+53
2023-05-19Consider lint check attributes on match arms in late lintsRyo Yoshida-39/+78
2023-05-18Stop confusing specification levels when computing expectations.Camille GILLOT-0/+7
2023-05-14Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors-0/+53
2023-05-12Dont check `must_use` on nested `impl Future` from fnMichael Goulet-13/+29
2023-05-11Populate effective visibilities in rustc_privacyBryanskiy-0/+53
2023-05-10Add note to suggest using `let _ = x` to ignore the valueUrgau-0/+72
2023-05-10Improve warning message by saying that it "does nothing"Urgau-39/+39
2023-05-10Use label instead of note to be more consistent with other lintsUrgau-267/+117
2023-05-10Uplift clippy::forget_copy to rustcUrgau-0/+160
2023-05-10Uplift clippy::forget_ref to rustcUrgau-0/+154
2023-05-10Uplift clippy::drop_copy to rustcUrgau-0/+207
2023-05-10Uplift clippy::drop_ref to rustcUrgau-0/+250
2023-05-08Auto merge of #111309 - saethlin:InstSimplify, r=scottmcmbors-1/+1