about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/context.rs
AgeCommit message (Expand)AuthorLines
2025-07-03Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obkJana Dönszelmann-2/+3
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-2/+3
2025-07-02Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obkMatthias Krüger-10/+12
2025-07-01Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr...Jonathan Brouwer-0/+2
2025-07-01Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obkbors-0/+15
2025-06-30NoArgsAttributeParserPavel Grigorenko-10/+12
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-1/+2
2025-06-28Port `#[link_name]` to the new attribute parsing infrastructureJonathan Brouwer-0/+2
2025-06-27Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-0/+15
2025-06-27Port `#[used]` to new attribute parsing infrastructureJonathan Brouwer-0/+2
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-1/+2
2025-06-24Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obkJubilee-1/+4
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-0/+3
2025-06-24Rewrite #[track_caller]Jana Dönszelmann-1/+4
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-0/+12
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+3
2025-06-23move naked checks out of check_attr.rsJana Dönszelmann-17/+54
2025-06-23make warnings methods on cx so it's easier to emit them elsewhere tooJana Dönszelmann-0/+26
2025-06-23rewrite #[naked] parserJana Dönszelmann-1/+2
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-1/+2
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-0/+2
2025-06-21Port `#[rustc_pub_transparent]` to the new attribute systemPavel Grigorenko-1/+2
2025-06-21Rollup merge of #142539 - GrigorenkoPV:attributes/may_dangle, r=jdonszelmannJana Dönszelmann-0/+2
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-1/+12
2025-06-20Port `#[may_dangle]` to the new attribute systemPavel Grigorenko-0/+2
2025-06-20Rollup merge of #142769 - jdonszelmann:remove-useless-new-method, r=tgross35Jakub Beránek-7/+1
2025-06-20expected word diagnostic testJana Dönszelmann-2/+2
2025-06-20coldJana Dönszelmann-1/+12
2025-06-20Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obkTrevor Gross-0/+2
2025-06-20remove equivalent new method on contextJana Dönszelmann-7/+1
2025-06-18convert the `optimize` attribute to a new parserJana Dönszelmann-0/+2
2025-06-18add `#[align]` attributeFolkert de Vries-1/+2
2025-06-17make error codes reflect reality betterJana Dönszelmann-4/+27
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-9/+64
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-20/+76
2025-06-17implement rustc_force_inline parserJana Dönszelmann-1/+2
2025-06-17implement inline parserJonathan Dönszelmann-0/+2
2025-06-16Port `#[rustc_as_ptr]` to the new attribute systemPavel Grigorenko-0/+2
2025-06-12introduce new lint infraJana Dönszelmann-57/+171
2025-06-11consistently rename (old) attribute groupsJana Dönszelmann-11/+13
2025-06-04Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmannMatthias Krüger-1/+2
2025-05-21Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.Nicholas Nethercote-1/+1
2025-05-21Remove `MetaItemParser::{path,deconstruct}`.Nicholas Nethercote-1/+2
2025-05-20Fix up some comments.Nicholas Nethercote-16/+15
2025-05-20Simplify `Accepts`.Nicholas Nethercote-10/+7
2025-05-20Introduce some typedefs to improve readability.Nicholas Nethercote-6/+10
2025-04-23Use `clone` to clone `DelimArgs` in two places.Nicholas Nethercote-6/+2
2025-04-20Remove #[rustc_macro_edition_2021].Mara Bos-2/+0