about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes
AgeCommit message (Expand)AuthorLines
2025-07-09Port `#[rustc_unsafe_specialization_marker]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_specialization_trait]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[type_const]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_coinductive]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_do_not_implement_via_object]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_deny_explicit_impl]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[const_trait]` to the new attribute systemPavel Grigorenko-2/+11
2025-07-08Rollup merge of #143603 - Periodic1911:clarify_keepfistlast, r=compiler-errorsMatthias Krüger-1/+15
2025-07-08Rollup merge of #143593 - mejrs:dummy, r=jdonszelmannMatthias Krüger-0/+20
2025-07-07Clarify the meaning of `AttributeOrder::KeepFirst` and `AttributeOrder::KeepL...Anne Stijns-1/+15
2025-07-07Port #[rustc_dummy]mejrs-0/+20
2025-07-07Port `#[rustc_std_internal_symbol]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-07Port `#[ffi_pure]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-07Port `#[ffi_const]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-07Port `#[export_stable]` to the new attribute systemPavel Grigorenko-2/+11
2025-07-06Port `#[path]` to the new attribute parsing infrastructureJonathan Brouwer-0/+30
2025-07-06Rewrite empty attribute lintJonathan Brouwer-3/+8
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-0/+47
2025-07-04Port `#[non_exhaustive]` to the new attribute parsing infrastructureJonathan Brouwer-0/+14
2025-07-04Rollup merge of #143400 - GrigorenkoPV:attributes/lints, r=jdonszelmannMatthias Krüger-0/+7
2025-07-04Port `#[rustc_pass_by_value]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-03Port `#[no_implicit_prelude]` to the new attribute parsing infrastructureJonathan Brouwer-0/+14
2025-07-03Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obkJana Dönszelmann-13/+80
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-1/+1
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-13/+80
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