| Age | Commit message (Expand) | Author | Lines |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -2/+2 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -64/+23 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -27/+26 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -24/+24 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+0 |
| 2024-02-17 | Allow newly added non_local_definitions lint in clippy | Urgau | -73/+86 |
| 2024-02-17 | remove a couple of redundant clones | Matthias Krüger | -2/+2 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-02-15 | Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmease | Guillaume Gomez | -4/+5 |
| 2024-02-15 | Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoerister | Guillaume Gomez | -1/+1 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -4/+5 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -1/+1 |
| 2024-02-14 | Fix msg for verbose suggestions with confusable capitalization | Esteban Küber | -1/+1 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -10/+20 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-12 | Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obk | Matthias Krüger | -11/+11 |
| 2024-02-12 | Avoid UB in clippy transmute_ptr_to_ptr UI test | Urgau | -11/+11 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -1/+1 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -1/+1 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -1/+1 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -1/+3 |
| 2024-02-12 | Auto merge of #120951 - matthiaskrgr:rollup-0nnm7dv, r=matthiaskrgr | bors | -102/+78 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -4/+3 |
| 2024-02-11 | is_closure_like | Michael Goulet | -1/+1 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -102/+78 |
| 2024-02-09 | Rollup merge of #120806 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -604/+3869 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -3/+18 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -3/+18 |
| 2024-02-08 | Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyup | Philipp Krones | -604/+3869 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -1/+1 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -37/+32 |
| 2024-02-08 | inline a function that is only used in clippy | Oli Scherer | -1/+1 |
| 2024-02-07 | Use correct param env in clippy | Michael Goulet | -4/+3 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -36/+31 |
| 2024-02-07 | hir: Make sure all `HirId`s have corresponding HIR `Node`s | Vadim Petrochenkov | -1/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -2/+6 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -3/+18 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -20/+12 |
| 2024-01-31 | Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebank | Nadrieril | -2/+15 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -5/+3 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -2/+15 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -17/+1 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -2/+2 |
| 2024-01-30 | hir: Add non-optional `hir_owner_nodes` for real `OwnerId`s | Vadim Petrochenkov | -3/+1 |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -1/+1 |
| 2024-01-27 | Fix `NonZero` clippy lints. | Markus Reiter | -42/+64 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -20/+12 |
| 2024-01-26 | Rollup merge of #120345 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -1000/+2840 |
| 2024-01-26 | Rollup merge of #120329 - nnethercote:3349-precursors, r=fee1-dead | Matthias Krüger | -1/+1 |