about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
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
2023-05-07Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkovYuki Okushi-25/+34
2023-05-06Rename InstCombine to InstSimplifyBen Kimock-1/+1
2023-05-06delete whitelist and add checks to check_item() for missing_docsJames Dietz-25/+34
2023-05-06Check arguments length in trivial diagnostic lintclubby789-0/+23
2023-05-02Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errorsDylan DPC-7/+92
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-130/+22
2023-04-30Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi...Matthias Krüger-11/+22
2023-04-28improve error notes for packed struct reference diagnosticbindsdev-11/+22
2023-04-28fix false negative for `unused_mut`Lukas Markeffsky-1/+17
2023-04-28uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`Deadbeef-7/+92
2023-04-27Tweak await spanMichael Goulet-22/+22
2023-04-27Remove a bunch of orphaned test filesMichael Goulet-108/+0
2023-04-23Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors-30/+30
2023-04-21Run `check_match` and `check_liveness` when MIR is built instead of having an...Oli Scherer-30/+30
2023-04-21major test improvementsDrMeepster-1/+1
2023-04-21blessDrMeepster-6/+6
2023-04-21fmtDrMeepster-6/+8
2023-04-21fix incorrect param env in dead code lintDrMeepster-0/+134
2023-04-21Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkovbors-0/+16
2023-04-20Move test filesCaio-0/+16
2023-04-20reimpl `make non_upper_case_globals lint not report trait impls`Ezra Shaw-0/+12
2023-04-19make `non_upper_case_globals` lint not report trait implsEzra Shaw-0/+29
2023-04-17Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an...Matthias Krüger-23/+77
2023-04-15Unignore closure-bang.Eric Huss-3/+18
2023-04-13emit `unused_parens` for `break` if it is not immediately followed by a blockLukas Markeffsky-25/+63
2023-04-13fix false positives for `unused_parens` around unary and binary operationsLukas Markeffsky-18/+34