about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/hir
AgeCommit message (Expand)AuthorLines
2025-07-01Remove support for dyn*Michael Goulet-1/+0
2025-06-03Rename `LifetimeSyntax` variants to lang-team-approved namesJake Goulding-1/+1
2025-05-09Remove `Ident::empty`.Nicholas Nethercote-15/+8
2025-04-23Extend HIR to track the source and syntax of a lifetimeJake Goulding-1/+2
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-1/+1
2025-03-28Don't use `kw::Empty` in `hir::Lifetime::ident`.Nicholas Nethercote-0/+1
2025-02-22Fix binding mode problemsMichael Goulet-2/+2
2025-01-23Bless and add testsBoxy-0/+83