about summary refs log tree commit diff
path: root/compiler/rustc_attr_data_structures/src/stability.rs
AgeCommit message (Collapse)AuthorLines
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-206/+0
2025-07-17Include ErrorGuaranteed in StableSince::Err.Camille GILLOT-2/+2
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-0/+1
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-02-24pretty print hir attributesJana Dönszelmann-9/+9
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-12/+3
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ↵Ralf Jung-3/+12
the unstable module name is used
2025-01-06avoid replacing the definition of CURRENT_RUSTC_VERSIONPietro Albini-1/+6
Before this commit, replace-version-placeholder hardcoded the path defining CURRENT_RUSTC_VERSION (to avoid replacing it). After a refactor moved the file defining it without changing the hardcoded path, the tool started replacing the constant itself with the version number. To avoid this from happening in the future, this changes the definition of the constant to avoid the tool from ever matching it.
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+200