about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/collect/dump.rs
AgeCommit message (Expand)AuthorLines
2025-09-17Remove `DynKind`León Orell Valerian Liehr-1/+1
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-1/+1
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-1/+1
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-7/+8
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-2/+2
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-4/+4
2025-02-04Fix rustc_hidden_type_of_opaques for RPITITs with no default bodyMichael Goulet-0/+9
2025-01-30Do not treat vtable supertraits as distinct when bound with different bound varsMichael Goulet-2/+2
2025-01-30Rework rustc_dump_vtableMichael Goulet-1/+81
2024-12-02Move `Const::{from_anon_const,try_from_lit}` to hir_ty_loweringNoah Lev-5/+6
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-7/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-06-30add `rustc_dump_def_parents` attributeBoxy-1/+49
2024-06-22Add `#[rustc_dump_{predicates,item_bounds}]`León Orell Valerian Liehr-0/+25
2024-06-20Slightly refactor the dumping of HIR analysis dataLeón Orell Valerian Liehr-0/+18