rust/compiler/rustc_ast/src
Jonathan Brouwer ef82007ed7
Port #[automatically_derived] to the new attribute parsing infrastructure
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-07-12 17:48:50 +02:00
..
attr Port #[automatically_derived] to the new attribute parsing infrastructure 2025-07-12 17:48:50 +02:00
expand Change __rust_no_alloc_shim_is_unstable to be a function 2025-06-16 10:54:07 -07:00
util compiler: rename {ast,hir}::BareFn* to FnPtr* 2025-07-06 15:03:08 -07:00
ast.rs compiler: rename {ast,hir}::BareFn* to FnPtr* 2025-07-06 15:03:08 -07:00
ast_traits.rs completely deduplicate Visitor and MutVisitor 2025-06-19 17:50:44 +08:00
entry.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
format.rs Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
lib.rs Remove unused feature gates 2025-06-28 23:36:46 +00:00
mut_visit.rs completely deduplicate Visitor and MutVisitor 2025-06-19 17:50:44 +08:00
node_id.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ptr.rs Reduce P<T> to a typedef of Box<T>. 2025-05-27 13:29:24 +10:00
token.rs Add Ident::is_non_reserved_ident 2025-06-26 18:11:14 +00:00
tokenstream.rs Add Ident::is_non_reserved_ident 2025-06-26 18:11:14 +00:00
visit.rs compiler: rename {ast,hir}::BareFn* to FnPtr* 2025-07-06 15:03:08 -07:00