rust/compiler/rustc_ast_lowering/src
Nicholas Nethercote 4c4a40f6df Reorder ast::ItemKind::{Struct,Enum,Union} fields.
So they match the order of the parts in the source code, e.g.:
```
struct Foo<T, U> { t: T, u: U }
       <-><----> <------------>
       /   |       \
   ident generics  variant_data
```
2025-05-28 15:48:45 +10:00
..
asm.rs Stabilize asm_goto 2025-03-17 11:12:10 +00:00
block.rs Implement super let. 2025-04-04 09:44:19 +02:00
delegation.rs Move has_self field to hir::AssocKind::Fn. 2025-04-14 16:13:04 +10:00
errors.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
expr.rs We always use the current item as parent, so no need to pass it 2025-04-28 18:11:15 +02:00
format.rs Rename kw::Empty as sym::empty. 2025-05-22 11:55:22 +10:00
index.rs Move hir::Item::ident into hir::ItemKind. 2025-03-18 06:29:50 +11:00
item.rs Reorder ast::ItemKind::{Struct,Enum,Union} fields. 2025-05-28 15:48:45 +10:00
lib.rs Hoist ItemLowerer out of a loop. 2025-05-20 14:04:24 +10:00
pat.rs Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk 2025-05-05 11:50:43 +00:00
path.rs Handle Path<> better in error messages. 2025-05-02 08:26:39 +10:00
stability.rs remove compiler support for extern "rust-intrinsic" blocks 2025-04-06 21:32:58 +02:00