rust/compiler/rustc_attr_parsing/src/attributes
Jonathan Brouwer 9e35684072
Port #[used] to new attribute parsing infrastructure
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-06-27 08:58:26 +02:00
..
allow_unstable.rs fix bugs in inline/force_inline and diagnostics of all attr parsers 2025-06-17 23:19:31 +02:00
cfg.rs Add custom trait for emitting lint within cfg_matches 2025-05-26 21:51:09 +02:00
codegen_attrs.rs Port #[used] to new attribute parsing infrastructure 2025-06-27 08:58:26 +02:00
confusables.rs make error codes reflect reality better 2025-06-17 23:22:51 +02:00
deprecation.rs make error codes reflect reality better 2025-06-17 23:22:51 +02:00
inline.rs move naked checks out of check_attr.rs 2025-06-23 12:22:57 +02:00
lint_helpers.rs Port #[rustc_skip_during_method_dispatch] to the new attribute system 2025-06-23 22:48:20 +03:00
loop_match.rs Add #[loop_match] for improved DFA codegen 2025-06-23 20:43:04 +02:00
mod.rs Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,traviscross 2025-06-24 19:45:30 -07:00
must_use.rs Port #[must_use] to new attribute parsing infrastructure 2025-06-22 14:51:58 +02:00
repr.rs Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 2025-06-20 23:09:48 +00:00
semantics.rs Port #[rustc_skip_during_method_dispatch] to the new attribute system 2025-06-23 22:48:20 +03:00
stability.rs Port #[rustc_skip_during_method_dispatch] to the new attribute system 2025-06-23 22:48:20 +03:00
traits.rs Port #[rustc_skip_during_method_dispatch] to the new attribute system 2025-06-23 22:48:20 +03:00
transparency.rs use consistent attr errors in all attribute parsers 2025-06-17 23:19:31 +02:00
util.rs collect doc alias as tips during resolution 2025-05-21 00:47:36 +08:00