| Age | Commit message (Expand) | Author | Lines |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -6/+6 |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -0/+1 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -2/+0 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -4/+4 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -2/+1 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -2/+1 |
| 2025-07-01 | Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomez | bors | -21/+0 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -0/+4 |
| 2025-07-01 | Remove `ItemKind::descr` method | Guillaume Gomez | -21/+0 |
| 2025-07-01 | Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgr | bors | -28/+0 |
| 2025-06-30 | Remove unused `descr` methods | Guillaume Gomez | -28/+0 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -5/+4 |
| 2025-06-30 | Don't look at static items' HIR for wfcheck | Oli Scherer | -0/+4 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -0/+1 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -0/+1 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -0/+28 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -1/+1 |
| 2025-06-25 | Reviews | Boxy | -41/+6 |
| 2025-06-24 | Update test. | Camille GILLOT | -1/+2 |
| 2025-06-22 | Only inherit local hash for paths. | Camille GILLOT | -3/+13 |
| 2025-06-21 | All HIR attributes are outer | David Tolnay | -18/+3 |
| 2025-06-21 | Remove style() from AttributeExt trait | David Tolnay | -14/+8 |
| 2025-06-21 | Add AttributeExt::doc_resolution_scope | David Tolnay | -0/+10 |
| 2025-06-20 | Port `#[may_dangle]` to the new attribute system | Pavel Grigorenko | -0/+1 |
| 2025-06-18 | Link to dev-guide docs | Boxy | -13/+41 |
| 2025-06-17 | Don't double visit `HirId`s of inferred const/types | Boxy | -2/+0 |
| 2025-06-17 | Rename hir const arg walking functions | Boxy | -4/+4 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -0/+2 |
| 2025-06-15 | Rollup merge of #134661 - dtolnay:prefixattr, r=fmease | León Orell Valerian Liehr | -5/+16 |
| 2025-06-13 | Reduce precedence of expressions that have an outer attr | David Tolnay | -5/+16 |
| 2025-06-13 | collect delayed lints in hir_crate_items | Jana Dönszelmann | -4/+18 |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -0/+37 |
| 2025-06-08 | Remove all unused feature gates from the compiler | bjorn3 | -1/+0 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -46/+37 |
| 2025-06-05 | Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr | bors | -2/+3 |
| 2025-06-04 | Rollup merge of #141999 - nnethercote:precise-ident, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -6/+1 |
| 2025-06-04 | Introduce the `mismatched_lifetime_syntaxes` lint | Jake Goulding | -1/+1 |
| 2025-06-04 | Rollup merge of #142007 - nnethercote:visitor-comments, r=chenyukang | Matthias Krüger | -5/+4 |
| 2025-06-04 | Improve some `Visitor` comments. | Nicholas Nethercote | -5/+4 |
| 2025-06-04 | Visit the ident in `PreciseCapturingNonLifetimeArg`. | Nicholas Nethercote | -2/+3 |
| 2025-06-03 | Rollup merge of #137725 - oli-obk:i-want-to-move-it-move-it, r=compiler-error... | Matthias Krüger | -2/+9 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -2/+9 |
| 2025-06-03 | Rename `LifetimeSyntax` variants to lang-team-approved names | Jake Goulding | -39/+35 |
| 2025-06-03 | Rollup merge of #141931 - ArtemIsmagilov:issue-141849_2, r=nnethercote | Matthias Krüger | -90/+147 |
| 2025-06-03 | Deconstruct values in the THIR visitor | ArtemIsmagilov | -90/+147 |
| 2025-06-03 | Rollup merge of #141876 - compiler-errors:missing-let-ty, r=SparrowLii | Matthias Krüger | -2/+5 |
| 2025-06-03 | Overhaul `UsePath`. | Nicholas Nethercote | -5/+14 |
| 2025-06-02 | Suppress redundant error | Michael Goulet | -2/+5 |
| 2025-05-30 | Reorder hir fn stuff. | Nicholas Nethercote | -1/+1 |