| Age | Commit message (Expand) | Author | Lines |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -11/+11 |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -3/+3 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -5/+44 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -3/+3 |
| 2025-03-06 | Fix clippy | Santiago Pastorino | -5/+44 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -8/+3 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -2/+1 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -13/+14 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -2/+1 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -13/+14 |
| 2025-02-28 | Fix link to ty::Ty in clippy_utils | Philipp Krones | -1/+1 |
| 2025-02-28 | Clippy: skip check_host_compiler check in rustc testsuite | Philipp Krones | -0/+5 |
| 2025-02-28 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u... | Philipp Krones | -15391/+34661 |
| 2025-02-28 | Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-02-27 | Clean up TypeckResults::extract_binding_mode | Maja Kądziołka | -1/+0 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -7/+7 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -22/+8 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -43/+28 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -55/+4 |
| 2025-02-24 | simplify must-use lint slightly | Jana Dönszelmann | -52/+47 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -111/+117 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -6/+9 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -2/+5 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -4/+4 |
| 2025-02-21 | Auto merge of #137348 - compiler-errors:span-trim, r=estebank | bors | -145/+100 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -108/+96 |
| 2025-02-21 | Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-02-21 | Rollup merge of #137299 - nnethercote:simplify-PostOrder-customization, r=com... | Matthias Krüger | -1/+1 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -108/+96 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -24/+20 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -121/+80 |
| 2025-02-21 | Rename `ClearCrossCrate::assert_crate_local`. | Nicholas Nethercote | -1/+1 |
| 2025-02-20 | Simplify `Postorder` customization. | Nicholas Nethercote | -1/+1 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -4/+0 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -45/+37 |
| 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 | -64/+61 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -150/+146 |
| 2025-02-16 | clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8` | Pavel Grigorenko | -4/+5 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -29/+18 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -3/+4 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -3/+4 |
| 2025-02-12 | Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obk | bors | -11/+11 |
| 2025-02-12 | Remove ignored `#[must_use]` attributes from Clippy | Samuel Tardieu | -4/+0 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -1500/+2292 |
| 2025-02-10 | Convert two missed places | Bastian Kersting | -2/+2 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -9/+9 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -41/+43 |
| 2025-02-07 | clippy: directly use rustc_abi instead of reexports | Jubilee Young | -41/+43 |
| 2025-02-07 | add tests for spurious failure and fix typo | Jana Dönszelmann | -21/+49 |