| Age | Commit message (Expand) | Author | Lines |
| 2024-08-05 | Make `cargo dev deprecate` require a reason | Jason Newcomb | -44/+2 |
| 2024-08-05 | Store deprecated lints as an array of tuples. | Jason Newcomb | -63/+44 |
| 2024-08-04 | Remove `multispan_sugg[_with_applicability]` | Alex Macleod | -28/+12 |
| 2024-07-31 | Auto merge of #13177 - GuillaumeGomez:fix-broken-list-lints-config, r=xFrednet | bors | -0/+5 |
| 2024-07-29 | Fix broken list for lints config | Guillaume Gomez | -0/+5 |
| 2024-07-29 | Auto merge of #13173 - Jarcho:conf_order, r=xFrednet | bors | -1/+1 |
| 2024-07-28 | Mark the lints for each config via an attribute instead of a doc comment.. | Jason Newcomb | -1/+1 |
| 2024-07-26 | Fix display of configs in clippy doc page | Guillaume Gomez | -1/+1 |
| 2024-07-25 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -4/+4 |
| 2024-07-17 | Refactor for using config values: | Jason Newcomb | -4/+4 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -7/+6 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -7/+22 |
| 2024-07-11 | Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u... | Philipp Krones | -74/+0 |
| 2024-07-06 | remove internal `compiler_lint_functions` lint | y21 | -74/+0 |
| 2024-06-27 | Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u... | Philipp Krones | -0/+1 |
| 2024-06-20 | resolve `clippy::invalid_paths` on `bool::then` | Kisaragi Marine | -0/+1 |
| 2024-06-13 | Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u... | Philipp Krones | -4/+4 |
| 2024-06-13 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -4/+4 |
| 2024-06-08 | fix typos of author lint | Lzu Tao | -1/+1 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -2/+2 |
| 2024-05-03 | Auto merge of #12567 - Alexendoo:format-args-storage, r=flip1995 | bors | -12/+15 |
| 2024-05-02 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2/+2 |
| 2024-05-01 | Fix `FormatArgs` storage when `-Zthreads` > 1 | Alex Macleod | -12/+15 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -8/+8 |
| 2024-04-04 | Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u... | Philipp Krones | -26/+24 |
| 2024-04-04 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -26/+24 |
| 2024-04-01 | fix fallout from previous commit | y21 | -10/+10 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -0/+2 |
| 2024-03-24 | Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}` | Alex Macleod | -1/+1 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -2/+2 |
| 2024-03-22 | Enable unused_qualifications lint | Alex Macleod | -12/+10 |
| 2024-03-21 | Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u... | Philipp Krones | -2/+2 |
| 2024-03-21 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2/+2 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+5 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -3/+3 |
| 2024-02-27 | Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u... | Philipp Krones | -2/+0 |
| 2024-05-21 | Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u... | Philipp Krones | -12/+15 |
| 2024-05-02 | Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u... | Philipp Krones | -2/+2 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -1/+1 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -5/+4 |
| 2024-02-08 | Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyup | Philipp Krones | -3/+3 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+3 |
| 2024-01-25 | Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u... | Philipp Krones | -2/+4 |
| 2024-01-23 | Rename `LintContext::struct_span_lint` as `LintContext::span_lint`. | Nicholas Nethercote | -1/+0 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -0/+1 |
| 2024-01-05 | Update clippy for hir::Guard removal | Matthew Jasper | -8/+2 |
| 2023-12-28 | Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync | Philipp Krones | -0/+1 |
| 2023-12-25 | Fix clippy's usage of Body's coroutine_kind | Michael Goulet | -4/+17 |
| 2023-12-16 | Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup | Philipp Krones | -5/+5 |