rust/compiler/rustc_attr_parsing/src
Matthias Krüger 2b582ea0ba
Rollup merge of #147532 - JonathanBrouwer:cfg_attr2, r=jdonszelmann
Port `#[cfg_attr]` to the new attribute parsing infrastructure

This work in progress, not ready for review.
PR mostly for ci/perf runs
2025-10-18 15:09:03 +02:00
..
attributes Rollup merge of #147532 - JonathanBrouwer:cfg_attr2, r=jdonszelmann 2025-10-18 15:09:03 +02:00
context.rs convert rustc_main to the new attribute parsing infrastructure 2025-10-14 17:55:00 +02:00
interface.rs Port #[cfg_attr] to the new attribute parsing infrastructure 2025-10-15 22:18:18 +02:00
lib.rs Move parse_cfg_attr to rustc_attr_parsing 2025-10-15 22:18:18 +02:00
lints.rs improve empty attribute diagnostic 2025-09-27 19:32:14 +02:00
parser.rs Port #[cfg_attr] to the new attribute parsing infrastructure 2025-10-15 22:18:18 +02:00
session_diagnostics.rs Port #[cfg_attr] to the new attribute parsing infrastructure 2025-10-15 22:18:18 +02:00
target_checking.rs Fix double error for #[no_mangle] on consts 2025-10-08 17:46:33 +02:00
validate_attr.rs mbe: Support unsafe attribute rules 2025-10-01 16:19:39 -07:00