about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/session_diagnostics.rs
AgeCommit message (Expand)AuthorLines
2025-06-18add `#[align]` attributeFolkert de Vries-0/+8
2025-06-17make error codes reflect reality betterJana Dönszelmann-19/+30
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-40/+34
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-1/+82
2025-06-12add error message for unused duplicateJana Dönszelmann-1/+1
2025-06-12introduce new lint infraJana Dönszelmann-1/+12
2025-05-07Avoid some unwraps.Nicholas Nethercote-18/+18
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-8/+64
2025-02-08Rustfmtbjorn3-15/+21
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+419