| Age | Commit message (Expand) | Author | Lines |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -2/+2 |
| 2023-09-14 | Ignore `#[doc(hidden)]` functions in clippy doc lints | Alex Macleod | -1/+16 |
| 2023-09-12 | Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup | Philipp Krones | -1189/+2732 |
| 2023-09-12 | Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart... | bors | -30/+99 |
| 2023-09-10 | Call `LateLintPass::check_attribute` from `with_lint_attrs` | Alex Macleod | -7/+21 |
| 2023-09-08 | Reuse rustdoc's doc comment handling in Clippy | Alex Macleod | -30/+99 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -16/+20 |
| 2023-09-04 | Adjust clippy tests with new rustc help suggestion for lints | Urgau | -0/+838 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -1/+1 |
| 2023-09-01 | [`clippy`] Use symbols intended for `arithmetic_side_effects` | Caio | -2/+42 |
| 2023-08-29 | Bump ui_test | Oli Scherer | -16/+16 |
| 2023-08-24 | Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup | Philipp Krones | -9519/+15381 |
| 2023-08-23 | Fix clippy lint for identical `if`/`else` contraining `?` expressions | Esteban Küber | -2/+21 |
| 2023-08-17 | Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3 | bors | -1/+48 |
| 2023-08-17 | Auto merge of #11070 - y21:issue11065, r=flip1995 | bors | -10/+57 |
| 2023-08-14 | bless clippy test | Esteban Küber | -21/+2 |
| 2023-08-11 | Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup | Philipp Krones | -132/+846 |
| 2023-08-10 | Revert "New lint [`filter_map_bool_then`]" | Catherine Flores | -122/+0 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -0/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks (clippy side) | Urgau | -5/+5 |
| 2023-07-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -634/+4092 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -2/+2 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -5/+5 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -12/+14 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -7/+2 |
| 2023-07-27 | bless clippy | Deadbeef | -7/+2 |
| 2023-07-26 | Unite bless environment variables under `RUSTC_BLESS` | Trevor Gross | -1/+3 |
| 2023-07-25 | bless more | Ralf Jung | -4/+4 |
| 2023-07-23 | fix | Deadbeef | -12/+14 |
| 2023-07-17 | Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup | Philipp Krones | -1378/+2933 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -3/+3 |
| 2023-07-13 | Rename cast_ref_to_mut to invalid_reference_casting (clippy side) | Urgau | -5/+5 |
| 2023-07-12 | Ignore flaky clippy tests. | Eric Huss | -0/+9 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -118/+63 |
| 2023-07-10 | Drop uplifted `clippy::fn_null_check` | Urgau | -118/+63 |
| 2023-07-08 | Delete `to_string_in_format_args_incremental.rs` | Nilstrieb | -19/+0 |
| 2023-07-07 | Fix failing clippy tests | Alex Macleod | -40/+20 |
| 2023-07-02 | Fix compile-test tests to work with the new ui_test crate | Philipp Krones | -9/+3 |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -4122/+15190 |
| 2023-06-26 | Make simd_shuffle_indices use valtrees | Oli Scherer | -0/+12 |
| 2023-06-25 | Do not offer any of the suggestions in emit_coerce_suggestions for expr from ... | yukang | -5/+0 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -23/+7 |
| 2023-06-18 | Treat TAIT equation as always ambiguous in coherence | Michael Goulet | -14/+25 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -76/+50 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -26/+28 |
| 2023-06-10 | Drop uplifted `clippy:cmp_nan` | Urgau | -242/+69 |
| 2023-06-08 | Drop uplifted clippy::undropped_manually_drops | Urgau | -96/+61 |
| 2023-06-02 | Auto merge of #112203 - flip1995:clippyup, r=Manishearth | bors | -357/+2069 |