about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes
AgeCommit message (Expand)AuthorLines
2025-07-02Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obkMatthias Krüger-114/+71
2025-07-02NoArgsAttributeParser: use an assoc const insteadPavel Grigorenko-38/+11
2025-07-01Rollup merge of #143240 - JonathanBrouwer:object_lifetime_default_parser, r=o...Guillaume Gomez-0/+18
2025-07-01Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr...Jonathan Brouwer-0/+18
2025-07-01Fix `#[must_use = 1]` not giving an errorJonathan Brouwer-1/+10
2025-07-01Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obkbors-0/+60
2025-06-30NoArgsAttributeParserPavel Grigorenko-96/+80
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 `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-0/+60
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