about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/repr.rs
AgeCommit message (Expand)AuthorLines
2025-09-09allow `#[rustc_align_static(N)]` on `static`sFolkert de Vries-0/+27
2025-08-21Introduce a prelude for very common imports across dozens of filesJana Dönszelmann-12/+5
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-2/+3
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-2/+15
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-1/+4
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-3/+2
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+1
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-1/+1
2025-07-06Rewrite empty attribute lintJonathan Brouwer-3/+4
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-1/+1
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-1/+2
2025-06-20Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obkTrevor Gross-1/+2
2025-06-19correct template for `#[align]`Folkert de Vries-1/+1
2025-06-18better template for repr attributesJana Dönszelmann-1/+2
2025-06-18add `#[align]` attributeFolkert de Vries-2/+56
2025-06-17make error codes reflect reality betterJana Dönszelmann-0/+1
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-0/+3
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