about summary refs log tree commit diff
path: root/compiler/rustc_attr_data_structures
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-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-3/+12
2025-01-10mir_transform: implement forced inliningDavid Wood-0/+16
2025-01-06avoid replacing the definition of CURRENT_RUSTC_VERSIONPietro Albini-1/+6
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+363