summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/context.rs
AgeCommit message (Expand)AuthorLines
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
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-3/+3
2025-04-02Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`.Nicholas Nethercote-1/+1
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+2
2025-03-12Introduce `sym::dummy` and `Ident::dummy`.Nicholas Nethercote-2/+1
2025-02-25fix #137589Jana Dönszelmann-1/+4
2025-02-24lower attr spans and inline some functions to hopefully mitigate perf regress...Jana Dönszelmann-8/+14
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-1/+28
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-0/+315