| Age | Commit message (Expand) | Author | Lines |
| 2023-05-30 | Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkin | Nilstrieb | -0/+203 |
| 2023-05-27 | Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiser | Matthias Krüger | -0/+7 |
| 2023-05-27 | Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked | Urgau | -7/+105 |
| 2023-05-27 | Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked | Urgau | -0/+105 |
| 2023-05-25 | Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholk | Michael Goulet | -39/+131 |
| 2023-05-21 | Rename `forget_ref` lint to `forgetting_references` | Urgau | -14/+14 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -17/+17 |
| 2023-05-21 | Rename `forget_copy` lint to `forgetting_copy_types` | Urgau | -12/+12 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -14/+14 |
| 2023-05-20 | Rollup merge of #111491 - compiler-errors:nested-fut-must-use, r=wesleywiser | Dylan DPC | -13/+29 |
| 2023-05-19 | Consider lint check attributes on match arms in match checks | Ryo Yoshida | -0/+53 |
| 2023-05-19 | Consider lint check attributes on match arms in late lints | Ryo Yoshida | -39/+78 |
| 2023-05-18 | Stop confusing specification levels when computing expectations. | Camille GILLOT | -0/+7 |
| 2023-05-14 | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -0/+53 |
| 2023-05-12 | Dont check `must_use` on nested `impl Future` from fn | Michael Goulet | -13/+29 |
| 2023-05-11 | Populate effective visibilities in rustc_privacy | Bryanskiy | -0/+53 |
| 2023-05-10 | Add note to suggest using `let _ = x` to ignore the value | Urgau | -0/+72 |
| 2023-05-10 | Improve warning message by saying that it "does nothing" | Urgau | -39/+39 |
| 2023-05-10 | Use label instead of note to be more consistent with other lints | Urgau | -267/+117 |
| 2023-05-10 | Uplift clippy::forget_copy to rustc | Urgau | -0/+160 |
| 2023-05-10 | Uplift clippy::forget_ref to rustc | Urgau | -0/+154 |
| 2023-05-10 | Uplift clippy::drop_copy to rustc | Urgau | -0/+207 |
| 2023-05-10 | Uplift clippy::drop_ref to rustc | Urgau | -0/+250 |
| 2023-05-08 | Auto merge of #111309 - saethlin:InstSimplify, r=scottmcm | bors | -1/+1 |
| 2023-05-07 | Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkov | Yuki Okushi | -25/+34 |
| 2023-05-06 | Rename InstCombine to InstSimplify | Ben Kimock | -1/+1 |
| 2023-05-06 | delete whitelist and add checks to check_item() for missing_docs | James Dietz | -25/+34 |
| 2023-05-06 | Check arguments length in trivial diagnostic lint | clubby789 | -0/+23 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -7/+92 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -130/+22 |
| 2023-04-30 | Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi... | Matthias Krüger | -11/+22 |
| 2023-04-28 | improve error notes for packed struct reference diagnostic | bindsdev | -11/+22 |
| 2023-04-28 | fix false negative for `unused_mut` | Lukas Markeffsky | -1/+17 |
| 2023-04-28 | uplift `clippy::clone_double_ref` as `suspicious_double_ref_op` | Deadbeef | -7/+92 |
| 2023-04-27 | Tweak await span | Michael Goulet | -22/+22 |
| 2023-04-27 | Remove a bunch of orphaned test files | Michael Goulet | -108/+0 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -30/+30 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -30/+30 |
| 2023-04-21 | major test improvements | DrMeepster | -1/+1 |
| 2023-04-21 | bless | DrMeepster | -6/+6 |
| 2023-04-21 | fmt | DrMeepster | -6/+8 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -0/+134 |
| 2023-04-21 | Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkov | bors | -0/+16 |
| 2023-04-20 | Move test files | Caio | -0/+16 |
| 2023-04-20 | reimpl `make non_upper_case_globals lint not report trait impls` | Ezra Shaw | -0/+12 |
| 2023-04-19 | make `non_upper_case_globals` lint not report trait impls | Ezra Shaw | -0/+29 |
| 2023-04-17 | Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an... | Matthias Krüger | -23/+77 |
| 2023-04-15 | Unignore closure-bang. | Eric Huss | -3/+18 |
| 2023-04-13 | emit `unused_parens` for `break` if it is not immediately followed by a block | Lukas Markeffsky | -25/+63 |
| 2023-04-13 | fix false positives for `unused_parens` around unary and binary operations | Lukas Markeffsky | -18/+34 |