summary refs log tree commit diff
path: root/compiler/rustc_attr_data_structures/src/attributes.rs
AgeCommit message (Expand)AuthorLines
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+1
2025-02-26Spruce up `AttributeKind` docsAlona Enraght-Moony-5/+8
2025-02-24pretty print hir attributesJana Dönszelmann-8/+8
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-3/+41
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-4/+29
2025-01-24Rename `OptimizeAttr::None` to `Default`clubby789-2/+4
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-0/+6
2025-01-23Implement `optimize(none)` attributeclubby789-0/+4
2025-01-10mir_transform: implement forced inliningDavid Wood-0/+16
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+106