| Age | Commit message (Expand) | Author | Lines |
| 2025-04-22 | Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into clippy-subtree-u... | Philipp Krones | -6980/+13717 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -2/+2 |
| 2025-04-18 | Rollup merge of #138528 - dianne:implicit-deref-patterns, r=Nadrieril | Matthias Krüger | -1/+1 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -2/+2 |
| 2025-04-16 | Rename `LifetimeName` as `LifetimeKind`. | Nicholas Nethercote | -13/+13 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -6/+6 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -1/+1 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -19/+17 |
| 2025-04-14 | Use `Symbol` in `LateContext::get_associated_type`. | Nicholas Nethercote | -8/+8 |
| 2025-04-12 | store the kind of pattern adjustments in `pat_adjustments` | dianne | -1/+1 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -3/+3 |
| 2025-04-11 | Introduce `DefPathData::AnonAssocTy`. | Nicholas Nethercote | -3/+3 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -6/+33 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -6/+33 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -5/+5 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -0/+8 |
| 2025-04-03 | Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errors | Matthias Krüger | -27/+46 |
| 2025-04-03 | impl !PartialOrd for HirId | Oli Scherer | -10/+28 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -11/+11 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -7/+8 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -21/+48 |
| 2025-04-03 | Use `BinOpKind` instead of `BinOp` for function args where possible. | Nicholas Nethercote | -13/+13 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -24/+22 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -6/+4 |
| 2025-04-02 | Remove a function that has no necessary callers | Oli Scherer | -2/+2 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -24/+22 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -1/+0 |
| 2025-04-01 | Decouple trait impls of different traits wrt incremental | Oli Scherer | -4/+2 |
| 2025-04-01 | Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease | bors | -48/+101 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -11/+18 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -43/+89 |
| 2025-04-01 | Avoid `kw::Empty` use for `AuxParamsAttr`. | Nicholas Nethercote | -14/+16 |
| 2025-03-31 | Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-dead | bors | -648/+24 |
| 2025-03-30 | Drop `clippy::invalid_null_ptr_usage` | Urgau | -648/+24 |
| 2025-03-28 | Rollup merge of #139065 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -0/+0 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -0/+8 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -8/+7 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -0/+8 |
| 2025-03-21 | Merge from rustc | Ralf Jung | -1170/+4644 |
| 2025-03-21 | remove `feature(inline_const_pat)` | lcnr | -1/+0 |
| 2025-03-21 | Auto merge of #138761 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1143/+4610 |
| 2025-03-21 | Auto merge of #138760 - matthiaskrgr:rollup-2edtg2h, r=matthiaskrgr | bors | -0/+0 |
| 2025-03-20 | Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgr | bors | -28/+32 |
| 2025-03-20 | Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u... | Philipp Krones | -1144/+4611 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -26/+29 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -2/+3 |
| 2025-03-20 | Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercote | bors | -1/+5 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -26/+29 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -2/+3 |
| 2025-03-20 | Merge from rustc | The Miri Cronjob Bot | -153/+148 |