| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errors | Matthias Krüger | -22/+40 |
| 2025-04-03 | impl !PartialOrd for HirId | Oli Scherer | -10/+28 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -7/+7 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -5/+5 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -20/+47 |
| 2025-04-03 | Use `BinOpKind` instead of `BinOp` for function args where possible. | Nicholas Nethercote | -4/+4 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -19/+19 |
| 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 | -19/+19 |
| 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 | -28/+28 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -7/+8 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -27/+26 |
| 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 | -73/+3 |
| 2025-03-30 | Drop `clippy::invalid_null_ptr_usage` | Urgau | -73/+3 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -4/+3 |
| 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 | -557/+1112 |
| 2025-03-20 | Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgr | bors | -26/+29 |
| 2025-03-20 | Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u... | Philipp Krones | -557/+1112 |
| 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-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -4/+5 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -26/+29 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -134/+125 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -133/+124 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -1/+5 |
| 2025-03-17 | Fix `is_relevant_impl`. | Nicholas Nethercote | -1/+1 |
| 2025-03-16 | Suppress must_use in compiler and tools | Michael Goulet | -4/+4 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -61/+56 |
| 2025-03-07 | Add helper methods checking for "#[non_exhaustive] that's active" | Maja Kądziołka | -4/+5 |
| 2025-03-06 | Fix clippy | Santiago Pastorino | -2/+23 |
| 2025-02-28 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u... | Philipp Krones | -1072/+1927 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -1/+1 |
| 2025-02-24 | simplify must-use lint slightly | Jana Dönszelmann | -23/+7 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -97/+100 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -1/+1 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -4/+4 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -80/+69 |
| 2025-02-21 | Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -80/+69 |
| 2025-02-21 | Rename `ClearCrossCrate::assert_crate_local`. | Nicholas Nethercote | -1/+1 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -1/+0 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -35/+29 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -4/+5 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -50/+47 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -121/+119 |