| Age | Commit message (Expand) | Author | Lines |
| 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 | Lower anonymous structs or unions to HIR | Frank King | -0/+1 |
| 2024-02-12 | Auto merge of #120951 - matthiaskrgr:rollup-0nnm7dv, r=matthiaskrgr | bors | -95/+73 |
| 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 | -95/+73 |
| 2024-02-09 | Rollup merge of #120806 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -177/+1254 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -1/+6 |
| 2024-02-08 | Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyup | Philipp Krones | -177/+1254 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -32/+27 |
| 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 | -31/+26 |
| 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 | -0/+4 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -1/+6 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -5/+3 |
| 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 | Clippy: Fix empty suggestion in from_over_into | Philipp Krones | -5/+5 |
| 2024-01-25 | Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u... | Philipp Krones | -465/+732 |
| 2024-01-25 | Remove an unused error count check | Oli Scherer | -17/+1 |
| 2024-01-23 | Rename `LintContext::struct_span_lint` as `LintContext::span_lint`. | Nicholas Nethercote | -1/+0 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -33/+43 |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -23/+23 |
| 2024-01-20 | Rollup merge of #120000 - smoelius:fix-clippy, r=fee1-dead | Guillaume Gomez | -3/+3 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -33/+43 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -6/+10 |
| 2024-01-18 | Don't forget that the lifetime on hir types is `'tcx` | Oli Scherer | -23/+23 |
| 2024-01-18 | Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obk | Matthias Krüger | -41/+77 |
| 2024-01-17 | Fix clippy | Oli Scherer | -6/+10 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -3/+8 |
| 2024-01-16 | Deal with additional wrapping of async closure body in clippy | Michael Goulet | -41/+77 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -2/+2 |
| 2024-01-15 | Ensure `callee_id`s are body owners | Samuel Moelius | -3/+3 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -0/+1 |
| 2024-01-11 | Auto merge of #119864 - matthiaskrgr:rollup-mc2qz13, r=matthiaskrgr | bors | -1/+1 |
| 2024-01-11 | Merge commit '26ac6aab023393c94edf42f38f6ad31196009643' | Philipp Krones | -351/+1664 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in the parser. | Nicholas Nethercote | -1/+1 |
| 2024-01-08 | Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId | Michael Goulet | -19/+9 |
| 2024-01-06 | Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillot | bors | -4/+4 |
| 2024-01-06 | rustc_span: Optimize syntax context comparisons | Vadim Petrochenkov | -4/+4 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -89/+51 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -2/+2 |
| 2024-01-05 | Update clippy for hir::Guard removal | Matthew Jasper | -89/+51 |
| 2024-01-05 | Rename `EmitterWriter` as `HumanEmitter`. | Nicholas Nethercote | -2/+2 |