| Age | Commit message (Expand) | Author | Lines |
| 2023-06-11 | `suspicious_double_ref_op`: don't lint on `.borrow()` | Deadbeef | -15/+18 |
| 2023-06-10 | Auto merge of #112494 - matthiaskrgr:rollup-xdf3om8, r=matthiaskrgr | bors | -2/+2 |
| 2023-06-10 | Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillot | bors | -7/+125 |
| 2023-06-10 | Uplift improved version of `clippy::cmp_nan` to rustc | Urgau | -7/+125 |
| 2023-06-10 | Adjust span labels for `HIDDEN_GLOB_REEXPORTS` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2023-06-09 | Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomez | bors | -4/+18 |
| 2023-06-09 | Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errors | bors | -2/+61 |
| 2023-06-09 | Improve document of `unsafe_code` lint | Eval EXEC | -4/+18 |
| 2023-06-08 | Uplift clippy::undropped_manually_drops to rustc | Urgau | -2/+61 |
| 2023-06-06 | Rollup merge of #112343 - GuillaumeGomez:extern-crate-missing-docs, r=notriddle | Matthias Krüger | -2/+6 |
| 2023-06-06 | Prevent emitting `missing_docs` for `pub extern crate` | Guillaume Gomez | -2/+6 |
| 2023-06-05 | Ensure space is inserted after keyword in `unused_delims` | clubby789 | -17/+42 |
| 2023-06-01 | Rollup merge of #111496 - mpalmer:unreachable-pub-docs, r=pnkfelix | Matthias Krüger | -4/+8 |
| 2023-05-31 | Uplift clippy::cast_ref_to_mut to rustc | Urgau | -0/+80 |
| 2023-05-30 | Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkin | Nilstrieb | -0/+140 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-05-28 | Auto merge of #111378 - jieyouxu:local-shadows-glob-reexport, r=petrochenkov | bors | -0/+4 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2023-05-27 | Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiser | Matthias Krüger | -3/+7 |
| 2023-05-27 | Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked | Urgau | -14/+56 |
| 2023-05-27 | Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked | Urgau | -0/+98 |
| 2023-05-25 | Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholk | Michael Goulet | -2/+4 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -3/+2 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -5/+5 |
| 2023-05-21 | Rename `forget_ref` lint to `forgetting_references` | Urgau | -5/+5 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -6/+6 |
| 2023-05-21 | Rename `forget_copy` lint to `forgetting_copy_types` | Urgau | -5/+5 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -5/+5 |
| 2023-05-20 | Rollup merge of #111491 - compiler-errors:nested-fut-must-use, r=wesleywiser | Dylan DPC | -1/+3 |
| 2023-05-19 | Consider lint check attributes on match arms in late lints | Ryo Yoshida | -2/+4 |
| 2023-05-18 | Stop confusing specification levels when computing expectations. | Camille GILLOT | -3/+7 |
| 2023-05-16 | Rollup merge of #111572 - kpreid:mdi, r=compiler-errors | Nilstrieb | -2/+2 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -3/+3 |
| 2023-05-14 | Document that `missing_copy_implementations` and `missing_debug_implementatio... | Kevin Reid | -2/+2 |
| 2023-05-14 | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -2/+6 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -10/+10 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -0/+204 |
| 2023-05-12 | Extra context for unreachable_pub lint (fixes #110922) | Matt Palmer | -4/+8 |
| 2023-05-11 | refactor: use by-ref TokenTree iterator to avoid a few clones | Caleb Cartwright | -4/+4 |
| 2023-05-12 | Dont check `must_use` on nested `impl Future` from fn | Michael Goulet | -1/+3 |
| 2023-05-11 | Populate effective visibilities in rustc_privacy | Bryanskiy | -2/+6 |
| 2023-05-10 | Add note to suggest using `let _ = x` to ignore the value | Urgau | -0/+4 |
| 2023-05-10 | Use label instead of note to be more consistent with other lints | Urgau | -12/+12 |
| 2023-05-10 | Uplift clippy::forget_copy to rustc | Urgau | -2/+44 |
| 2023-05-10 | Uplift clippy::forget_ref to rustc | Urgau | -2/+36 |
| 2023-05-10 | Uplift clippy::drop_copy to rustc | Urgau | -2/+38 |
| 2023-05-10 | Uplift clippy::drop_ref to rustc | Urgau | -0/+88 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -3/+8 |
| 2023-05-07 | Rollup merge of #111300 - Flying-Toast:while_true_span_condition, r=compiler-... | Yuki Okushi | -2/+1 |
| 2023-05-07 | Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkov | Yuki Okushi | -24/+5 |