summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/stability.rs
AgeCommit message (Expand)AuthorLines
2025-05-07Eliminate `word_or_empty` methods.Nicholas Nethercote-12/+13
2025-03-25Avoid `kw::Empty` when dealing with `rustc_allowed_through_unstable_modules`.Nicholas Nethercote-6/+2
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-239/+232
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-7/+11
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-8/+13
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+385