about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src
AgeCommit message (Expand)AuthorLines
2025-07-04Port `#[rustc_pass_by_value]` to the new attribute systemPavel Grigorenko-1/+9
2025-07-03Port `#[no_implicit_prelude]` to the new attribute parsing infrastructureJonathan Brouwer-0/+16
2025-07-03Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obkJana Dönszelmann-15/+83
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-2/+2
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-15/+83
2025-07-02Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obkMatthias Krüger-124/+83
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/+20
2025-07-01Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr...Jonathan Brouwer-0/+20
2025-07-01Fix duplicate help on export_name and othersJonathan Brouwer-4/+1
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/+79
2025-06-30NoArgsAttributeParserPavel Grigorenko-106/+92
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-2/+39
2025-06-28Port `#[link_name]` to the new attribute parsing infrastructureJonathan Brouwer-0/+33
2025-06-27Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-0/+79
2025-06-27Port `#[used]` to new attribute parsing infrastructureJonathan Brouwer-1/+84
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-2/+37
2025-06-24Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obkJubilee-4/+25
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-0/+35
2025-06-24Rewrite #[track_caller]Jana Dönszelmann-4/+25
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-18/+105
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+35
2025-06-23move naked checks out of check_attr.rsJana Dönszelmann-36/+181
2025-06-23make warnings methods on cx so it's easier to emit them elsewhere tooJana Dönszelmann-8/+28
2025-06-23rewrite #[naked] parserJana Dönszelmann-2/+20
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-1/+20
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-0/+52
2025-06-21Port `#[rustc_pub_transparent]` to the new attribute systemPavel Grigorenko-1/+15
2025-06-21Rollup merge of #142539 - GrigorenkoPV:attributes/may_dangle, r=jdonszelmannJana Dönszelmann-0/+22
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-2/+56
2025-06-20Port `#[may_dangle]` to the new attribute systemPavel Grigorenko-0/+22
2025-06-20Rollup merge of #142769 - jdonszelmann:remove-useless-new-method, r=tgross35Jakub Beránek-7/+1
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-3/+3
2025-06-20coldJana Dönszelmann-1/+35
2025-06-20Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obkTrevor Gross-0/+43
2025-06-20remove equivalent new method on contextJana Dönszelmann-7/+1
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/+43
2025-06-18add `#[align]` attributeFolkert de Vries-3/+66
2025-06-17make error codes reflect reality betterJana Dönszelmann-83/+116
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-88/+140
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-85/+285
2025-06-17implement rustc_force_inline parserJana Dönszelmann-1/+3