rust/compiler/rustc_expand/src
2025-05-12 15:33:37 +02:00
..
mbe ast: Remove token visiting from AST visitor 2025-04-30 10:36:03 +03:00
base.rs Replace infallible name_or_empty methods with fallible name methods. 2025-04-17 09:50:52 +10:00
build.rs Improve pretty-printing of braces. 2025-04-29 13:46:17 +10:00
config.rs Make attribute safety validation logic more obvious 2025-05-04 21:44:50 +08:00
errors.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
expand.rs Remove associated type InvocationCollectorNode::AttrsTy 2025-05-08 19:59:48 +10:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
mbe.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
module.rs Reject macro calls inside of #![crate_name] 2025-02-15 16:47:30 +01:00
placeholders.rs Move ast::Item::ident into ast::ItemKind. 2025-04-01 14:08:57 +11:00
proc_macro_server.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
proc_macro.rs Remove NtItem and NtStmt. 2025-03-07 14:51:07 +11:00