about summary refs log tree commit diff
path: root/compiler/rustc_attr_data_structures/src/attributes.rs
AgeCommit message (Expand)AuthorLines
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