summaryrefslogtreecommitdiff
path: root/tests/ui/lint
AgeCommit message (Expand)Author
2023-07-13Add machine-applicable suggestion for `unused_qualifications` lint许杰友 Jieyou Xu (Joe)
2023-07-12Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o...bors
2023-07-11Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obkbors
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet
2023-07-10Uplift `clippy::fn_null_check` to rustcUrgau
2023-07-07Remove normalization from `opaque_types_defined_by`Oli Scherer
2023-07-03lint/ctypes: check other types for ext. fn-ptr tyDavid Wood
2023-07-03lint/ctypes: multiple external fn-ptrs in tyDavid Wood
2023-07-03lint/ctypes: ext. abi fn-ptr in internal abi fnDavid Wood
2023-07-01Fix dropping_copy_types lint from linting in match-arm with side-effectsUrgau
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer
2023-06-15Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obkGuillaume Gomez
2023-06-15Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errorsGuillaume Gomez
2023-06-15Rollup merge of #111212 - nicklimmm:issue-107896-fix, r=pnkfelixMatthias Krüger
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)
2023-06-11Update ui testNicky Lim
2023-06-11`suspicious_double_ref_op`: don't lint on `.borrow()`Deadbeef
2023-06-10Uplift improved version of `clippy::cmp_nan` to rustcUrgau
2023-06-09Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errorsbors
2023-06-08Uplift clippy::undropped_manually_drops to rustcUrgau
2023-06-06Rollup merge of #112343 - GuillaumeGomez:extern-crate-missing-docs, r=notriddleMatthias Krüger
2023-06-06Add regression test for #112308Guillaume Gomez
2023-06-05Ensure space is inserted after keyword in `unused_delims`clubby789
2023-06-03remove type ascription feature gateyukang
2023-05-31Uplift clippy::cast_ref_to_mut to rustcUrgau
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb
2023-05-27Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiserMatthias Krüger
2023-05-27Add invalid_from_utf8 analogous to invalid_from_utf8_uncheckedUrgau
2023-05-27Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_uncheckedUrgau
2023-05-25Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholkMichael Goulet
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau
2023-05-20Rollup merge of #111491 - compiler-errors:nested-fut-must-use, r=wesleywiserDylan DPC
2023-05-19Consider lint check attributes on match arms in match checksRyo Yoshida
2023-05-19Consider lint check attributes on match arms in late lintsRyo Yoshida
2023-05-18Stop confusing specification levels when computing expectations.Camille GILLOT
2023-05-14Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors
2023-05-12Dont check `must_use` on nested `impl Future` from fnMichael Goulet
2023-05-11Populate effective visibilities in rustc_privacyBryanskiy
2023-05-10Add note to suggest using `let _ = x` to ignore the valueUrgau
2023-05-10Improve warning message by saying that it "does nothing"Urgau
2023-05-10Use label instead of note to be more consistent with other lintsUrgau
2023-05-10Uplift clippy::forget_copy to rustcUrgau
2023-05-10Uplift clippy::forget_ref to rustcUrgau
2023-05-10Uplift clippy::drop_copy to rustcUrgau
2023-05-10Uplift clippy::drop_ref to rustcUrgau
2023-05-08Auto merge of #111309 - saethlin:InstSimplify, r=scottmcmbors