| Age | Commit message (Expand) | Author | Lines |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -1/+9 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -18/+8 |
| 2025-07-13 | Retire hir::ForeignItemRef. | Camille GILLOT | -9/+4 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -16/+4 |
| 2025-07-13 | Move trait_item_def_id from ImplItemRef to ImplItem. | Camille GILLOT | -1/+2 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -1/+1 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -2/+2 |
| 2025-06-13 | collect delayed lints in hir_crate_items | Jana Dönszelmann | -3/+13 |
| 2025-06-05 | Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr | bors | -2/+3 |
| 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 #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 | Overhaul `UsePath`. | Nicholas Nethercote | -1/+1 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -8/+8 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+1 |
| 2025-04-14 | Documentation fixes. | Nicholas Nethercote | -1/+1 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -4/+4 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -1/+1 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -2/+6 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -15/+30 |
| 2025-03-09 | chore: Fix some comments | StevenMia | -2/+2 |
| 2025-03-07 | Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk | Matthias Krüger | -30/+8 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+3 |
| 2025-03-07 | Factor out repeated `visit_id` calls. | Nicholas Nethercote | -17/+2 |
| 2025-03-07 | Move `visit_id` calls. | Nicholas Nethercote | -16/+9 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+3 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -3/+3 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -1/+1 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -4/+10 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -6/+6 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -4/+10 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -3/+3 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -32/+34 |
| 2025-02-17 | Remove unused `Map::hir_node_by_def_id` method. | Nicholas Nethercote | -4/+0 |
| 2025-02-17 | Clarify `impl Map for !`. | Nicholas Nethercote | -7/+7 |
| 2025-02-05 | Uniformly handle HIR literals in visitors and lints | Oli Scherer | -2/+6 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -4/+14 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -3/+0 |
| 2025-01-23 | Explain visit_ty_unambig naming | Boxy | -0/+6 |
| 2025-01-23 | inferkind docs | Boxy | -1/+2 |
| 2025-01-23 | point to docs for ambig const/ty on intravisit | Boxy | -0/+6 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -38/+38 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -76/+135 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -1/+1 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -1/+1 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -3/+15 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -0/+4 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -1/+1 |