about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes
AgeCommit message (Expand)AuthorLines
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-1/+30
2025-06-28Port `#[link_name]` to the new attribute parsing infrastructureJonathan Brouwer-0/+31
2025-06-27Port `#[used]` to new attribute parsing infrastructureJonathan Brouwer-1/+82
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-1/+28
2025-06-24Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obkJubilee-3/+21
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-0/+32
2025-06-24Rewrite #[track_caller]Jana Dönszelmann-3/+21
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-15/+80
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+32
2025-06-23move naked checks out of check_attr.rsJana Dönszelmann-19/+108
2025-06-23make warnings methods on cx so it's easier to emit them elsewhere tooJana Dönszelmann-8/+2
2025-06-23rewrite #[naked] parserJana Dönszelmann-1/+18
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-0/+18
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-0/+41
2025-06-21Port `#[rustc_pub_transparent]` to the new attribute systemPavel Grigorenko-0/+13
2025-06-21Rollup merge of #142539 - GrigorenkoPV:attributes/may_dangle, r=jdonszelmannJana Dönszelmann-0/+20
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-1/+39
2025-06-20Port `#[may_dangle]` to the new attribute systemPavel Grigorenko-0/+20
2025-06-20Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmannJakub Beránek-1/+1
2025-06-20Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obkTrevor Gross-1/+2
2025-06-20Rollup merge of #142494 - jdonszelmann:missing-attr-parsing-docs, r=oli-obkTrevor Gross-0/+19
2025-06-20expected word diagnostic testJana Dönszelmann-1/+1
2025-06-20coldJana Dönszelmann-0/+18
2025-06-20Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obkTrevor Gross-0/+41
2025-06-19correct template for `#[align]`Folkert de Vries-1/+1
2025-06-18fixup missing docs in attr parsingJana Dönszelmann-0/+19
2025-06-18better template for repr attributesJana Dönszelmann-1/+2
2025-06-18convert the `optimize` attribute to a new parserJana Dönszelmann-0/+41
2025-06-18add `#[align]` attributeFolkert de Vries-2/+56
2025-06-17make error codes reflect reality betterJana Dönszelmann-60/+59
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-39/+42
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-63/+113
2025-06-17implement rustc_force_inline parserJana Dönszelmann-0/+1
2025-06-17implement inline parserJonathan Dönszelmann-1/+2
2025-06-16Port `#[rustc_as_ptr]` to the new attribute systemPavel Grigorenko-0/+22
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-1/+4
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-1/+4
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