about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src
AgeCommit message (Expand)AuthorLines
2025-02-28Remove `NtPath`.Nicholas Nethercote-24/+13
2025-02-28Remove `NtMeta`.Nicholas Nethercote-9/+0
2025-02-25fix #137589Jana Dönszelmann-6/+12
2025-02-24lower attr spans and inline some functions to hopefully mitigate perf regress...Jana Dönszelmann-8/+14
2025-02-24add test to verify that #132391 can be closedJana Dönszelmann-4/+3
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-656/+838
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-7/+1118
2025-02-24Change span field accesses to method callsJana Dönszelmann-12/+58
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-12/+12
2025-02-08Rustfmtbjorn3-15/+21
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-7/+11
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
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-10/+7
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+1603