rust/compiler/rustc_attr_parsing/src
2026-02-16 19:42:12 +00:00
..
attributes Port #![default_lib_allocator] to the new attribute parser 2026-02-16 19:42:12 +00:00
context.rs Port #![default_lib_allocator] to the new attribute parser 2026-02-16 19:42:12 +00:00
early_parsed.rs Make cfg and cfg_attr trace attributes into early parsed attributes 2026-01-06 09:04:08 +01:00
interface.rs Allow only a single accepter per attribute 2026-02-07 14:28:12 +01:00
lib.rs Convert to inline diagnostics in rustc_attr_parsing 2026-02-03 09:59:11 +01:00
parser.rs Pass Recovery down to rustc_parse's Parser 2026-02-02 15:01:34 +01:00
safety.rs Remove rustc_attr_parsing::SharedContext::target_id field 2026-01-15 15:39:00 +01:00
session_diagnostics.rs Port #[lang] to the new attribute parsers 2026-02-13 16:04:19 +00:00
target_checking.rs Treat unions as 'data types' in attr parsing diagnostics 2026-01-29 15:51:43 +00:00
validate_attr.rs Create a rustc_ast representation for parsed attributes 2026-01-06 09:03:35 +01:00