| Age | Commit message (Expand) | Author | Lines |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -29/+26 |
| 2025-04-02 | Remove a `hir_*` helper that was just forwarding to a query | Oli Scherer | -4/+0 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -29/+26 |
| 2025-04-01 | Decouple trait impls of different traits wrt incremental | Oli Scherer | -1/+3 |
| 2025-03-26 | doc(hir::Place): clarify that places aren't always place expressions | Maja Kądziołka | -2/+8 |
| 2025-03-26 | Ensure define_opaque is accounted for in HIR hash | Michael Goulet | -1/+6 |
| 2025-03-22 | Rollup merge of #138750 - oli-obk:decouple-hir-queries, r=fee1-dead | Matthias Krüger | -6/+5 |
| 2025-03-20 | Make `crate_hash` not iterate over `hir_crate` owners anymore | Oli Scherer | -6/+5 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -4/+4 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -17/+19 |
| 2025-03-15 | Rollup merge of #138482 - nnethercote:fix-hir-printing, r=compiler-errors | León Orell Valerian Liehr | -1/+2 |
| 2025-03-14 | Handle `_` properly in a couple of places. | Nicholas Nethercote | -1/+2 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -72/+42 |
| 2025-03-12 | Rename `hir_attrs` query as `hir_attr_map`. | Nicholas Nethercote | -2/+2 |
| 2025-03-12 | Adjust `Map`'s `to_string` functionality. | Nicholas Nethercote | -113/+117 |
| 2025-03-07 | Move `visit_id` calls. | Nicholas Nethercote | -1/+1 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -17/+14 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -17/+14 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -1/+2 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -35/+37 |
| 2025-02-21 | Store `TyCtxt` instead of `Map` in some iterators. | Nicholas Nethercote | -19/+19 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -88/+85 |
| 2025-02-17 | Remove `TyCtxt::hir_krate`. | Nicholas Nethercote | -7/+1 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -20/+22 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -48/+68 |
| 2025-02-17 | Remove unused `Map::hir_node_by_def_id` method. | Nicholas Nethercote | -4/+0 |
| 2025-02-17 | Rename `rustc_middle/src/hir/map/mod.rs` as `map.rs`. | Nicholas Nethercote | -0/+0 |
| 2025-02-11 | Simplify intra-crate qualifiers. | Nicholas Nethercote | -2/+1 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -0/+2 |
| 2025-01-22 | Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk | bors | -1/+4 |
| 2025-01-10 | Eagerly collect mono items for non-generic closures | Michael Goulet | -0/+13 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -0/+2 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -3/+3 |
| 2024-12-21 | Hash only the spans that we care ended up reading in Span::try_metavars | Michael Goulet | -7/+2 |
| 2024-12-21 | Hash the untracked macro variable expansions | Michael Goulet | -1/+9 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -4/+4 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -2/+0 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -2/+2 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -3/+3 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -1/+1 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -1/+42 |
| 2024-10-02 | Move in_trait into OpaqueTyOrigin | Michael Goulet | -7/+1 |
| 2024-09-23 | Rollup merge of #130618 - m-ou-se:skip-query, r=compiler-errors | Michael Goulet | -1/+4 |
| 2024-09-23 | Update compiler/rustc_middle/src/hir/map/mod.rs | Mara Bos | -1/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -5/+5 |
| 2024-09-20 | Skip query in get_parent_item when possible. | Mara Bos | -1/+3 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -6/+6 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -1/+1 |