about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/repr.rs
AgeCommit message (Expand)AuthorLines
2025-06-12remove 'static in some placesJana Dönszelmann-1/+1
2025-06-12introduce new lint infraJana Dönszelmann-9/+12
2025-06-04Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmannMatthias Krüger-1/+1
2025-05-21Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.Nicholas Nethercote-1/+1
2025-05-20Avoid `rustc_span::` qualifiers.Nicholas Nethercote-3/+3
2025-05-07Avoid some unwraps.Nicholas Nethercote-18/+27
2025-05-07Eliminate `word_or_empty` methods.Nicholas Nethercote-20/+28
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-176/+205
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+215