about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes
AgeCommit message (Expand)AuthorLines
2025-06-12remove 'static in some placesJana Dönszelmann-11/+11
2025-06-12introduce new lint infraJana Dönszelmann-127/+245
2025-06-12Start using new diagnostic logic on all existing `single` parsersJonathan Dönszelmann-43/+14
2025-06-12introduce duplicate attribute diagnostic logicJana Dönszelmann-17/+112
2025-06-11consistently rename (old) attribute groupsJana Dönszelmann-1/+1
2025-06-11document attribute parsers betterJana Dönszelmann-0/+9
2025-06-06Rollup merge of #142058 - xizheyin:rustc-attr-parsing, r=jdonszelmannMatthias Krüger-1/+1
2025-06-05Clean `rustc_attr_parsing` documentationxizheyin-1/+1
2025-06-04Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmannMatthias Krüger-9/+9
2025-05-26Add custom trait for emitting lint within `cfg_matches`Urgau-6/+21
2025-05-26Rollup merge of #140539 - nnethercote:simplify-attribute_groups, r=jdonszelmannJacob Pratt-15/+15
2025-05-24Make #[cfg(version)] respect RUSTC_OVERRIDE_VERSION_STRINGest31-2/+2
2025-05-21Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.Nicholas Nethercote-9/+9
2025-05-21collect doc alias as tips during resolutionbohan-0/+30
2025-05-20Avoid `rustc_span::` qualifiers.Nicholas Nethercote-15/+15
2025-05-07Avoid some unwraps.Nicholas Nethercote-18/+27
2025-05-07Eliminate `word_or_empty` methods.Nicholas Nethercote-48/+53
2025-04-20Remove #[rustc_macro_edition_2021].Mara Bos-20/+0
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-6/+6
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-15/+0
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-6/+6
2025-04-03Stabilize `cfg_boolean_literals`clubby789-15/+0
2025-03-31hygiene: Rename semi-transparent to semi-opaqueVadim Petrochenkov-1/+1
2025-03-25Avoid `kw::Empty` when dealing with `rustc_allowed_through_unstable_modules`.Nicholas Nethercote-6/+2
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+20
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-645/+699
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-2/+132
2025-02-24Change span field accesses to method callsJana Dönszelmann-8/+21
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-12/+12
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/+1162