| Age | Commit message (Expand) | Author | Lines |
| 2025-06-03 | Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkov | Matthias Krüger | -4/+7 |
| 2025-06-03 | Overhaul `UsePath`. | Nicholas Nethercote | -4/+7 |
| 2025-06-02 | Auto merge of #141814 - flip1995:clippy-subtree-update, r=Manishearth | bors | -11/+14 |
| 2025-05-31 | Merge commit '57cbadd68ac473bc50453f6b1320a02b68115f12' | Philipp Krones | -11/+14 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -2/+2 |
| 2025-05-29 | Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-dead | Jacob Pratt | -4/+4 |
| 2025-05-29 | Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr | Jacob Pratt | -3/+1 |
| 2025-05-28 | Use `builin_index` instead of hand-rolling it | Oli Scherer | -3/+1 |
| 2025-05-28 | Reorder `ast::ItemKind::{Struct,Enum,Union}` fields. | Nicholas Nethercote | -4/+4 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -8/+8 |
| 2025-05-26 | remove eq_unspanned from TokenStream | yukang | -1/+3 |
| 2025-05-23 | Properly analyze captures from unsafe binders | Michael Goulet | -0/+2 |
| 2025-05-21 | Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u... | Philipp Krones | -154/+357 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -4/+6 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -4/+6 |
| 2025-05-15 | Merge commit '0450db33a5d8587f7c1d4b6d233dac963605766b' into clippy-subtree-u... | Philipp Krones | -444/+468 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -3/+3 |
| 2025-05-01 | Merge commit '03a5b6b976ac121f4233775c49a4bce026065b47' into clippy-subtree-u... | Philipp Krones | -11/+54 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+5 |
| 2025-04-23 | Clippy: Fix doc issue | Philipp Krones | -0/+1 |
| 2025-04-22 | Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into clippy-subtree-u... | Philipp Krones | -345/+485 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -2/+2 |
| 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 | -4/+4 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -3/+3 |
| 2025-04-14 | Use `Symbol` in `LateContext::get_associated_type`. | Nicholas Nethercote | -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 | -1/+26 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -1/+26 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -1/+1 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -0/+3 |
| 2025-04-03 | Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errors | Matthias Krüger | -5/+6 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -4/+4 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -2/+3 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -1/+1 |
| 2025-04-03 | Use `BinOpKind` instead of `BinOp` for function args where possible. | Nicholas Nethercote | -9/+9 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -5/+3 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -4/+10 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -16/+63 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -0/+3 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -4/+4 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -0/+8 |
| 2025-03-21 | Auto merge of #138761 - flip1995:clippy-subtree-update, r=Manishearth | bors | -55/+91 |
| 2025-03-20 | Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u... | Philipp Krones | -56/+92 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -2/+3 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -1/+1 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -11/+14 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -1/+1 |
| 2025-03-14 | Teach rustfmt to handle postfix yield | Eric Holk | -2/+3 |