rust/compiler/rustc_middle/src/hir
Nicholas Nethercote f8887aa5af Reorder fields in hir::ItemKind variants.
Specifically `TyAlias`, `Enum`, `Struct`, `Union`. So the fields match
the textual order in the source code.

The interesting part of the change is in
`compiler/rustc_hir/src/hir.rs`. The rest is extremely mechanical
refactoring.
2025-05-30 02:23:20 +10:00
..
map.rs Reorder fields in hir::ItemKind variants. 2025-05-30 02:23:20 +10:00
mod.rs Remove rustc_middle::hir::Map. 2025-04-14 09:16:32 +10:00
nested_filter.rs Overhaul the intravisit::Map trait. 2025-02-17 13:21:35 +11:00
place.rs Properly analyze captures from unsafe binders 2025-05-23 10:43:13 +00:00