index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_attr_parsing
/
src
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-22
Port `#[no_mangle]` to new attribute parsing infrastructure
Jonathan Brouwer
-1
/
+2
2025-06-22
Port `#[must_use]` to new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+2
2025-06-21
Port `#[rustc_pub_transparent]` to the new attribute system
Pavel Grigorenko
-1
/
+2
2025-06-21
Rollup merge of #142539 - GrigorenkoPV:attributes/may_dangle, r=jdonszelmann
Jana Dönszelmann
-0
/
+2
2025-06-20
Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35
bors
-1
/
+12
2025-06-20
Port `#[may_dangle]` to the new attribute system
Pavel Grigorenko
-0
/
+2
2025-06-20
Rollup merge of #142769 - jdonszelmann:remove-useless-new-method, r=tgross35
Jakub Beránek
-7
/
+1
2025-06-20
expected word diagnostic test
Jana Dönszelmann
-2
/
+2
2025-06-20
cold
Jana Dönszelmann
-1
/
+12
2025-06-20
Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk
Trevor Gross
-0
/
+2
2025-06-20
remove equivalent new method on context
Jana Dönszelmann
-7
/
+1
2025-06-18
convert the `optimize` attribute to a new parser
Jana Dönszelmann
-0
/
+2
2025-06-18
add `#[align]` attribute
Folkert de Vries
-1
/
+2
2025-06-17
make error codes reflect reality better
Jana Dönszelmann
-4
/
+27
2025-06-17
use consistent attr errors in all attribute parsers
Jana Dönszelmann
-9
/
+64
2025-06-17
fix bugs in inline/force_inline and diagnostics of all attr parsers
Jana Dönszelmann
-20
/
+76
2025-06-17
implement rustc_force_inline parser
Jana Dönszelmann
-1
/
+2
2025-06-17
implement inline parser
Jonathan Dönszelmann
-0
/
+2
2025-06-16
Port `#[rustc_as_ptr]` to the new attribute system
Pavel Grigorenko
-0
/
+2
2025-06-12
introduce new lint infra
Jana Dönszelmann
-57
/
+171
2025-06-11
consistently rename (old) attribute groups
Jana Dönszelmann
-11
/
+13
2025-06-04
Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmann
Matthias Krüger
-1
/
+2
2025-05-21
Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.
Nicholas Nethercote
-1
/
+1
2025-05-21
Remove `MetaItemParser::{path,deconstruct}`.
Nicholas Nethercote
-1
/
+2
2025-05-20
Fix up some comments.
Nicholas Nethercote
-16
/
+15
2025-05-20
Simplify `Accepts`.
Nicholas Nethercote
-10
/
+7
2025-05-20
Introduce some typedefs to improve readability.
Nicholas Nethercote
-6
/
+10
2025-04-23
Use `clone` to clone `DelimArgs` in two places.
Nicholas Nethercote
-6
/
+2
2025-04-20
Remove #[rustc_macro_edition_2021].
Mara Bos
-2
/
+0
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-3
/
+3
2025-04-02
Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`.
Nicholas Nethercote
-1
/
+1
2025-03-19
add rustc_macro_edition_2021
Jana Dönszelmann
-0
/
+2
2025-03-12
Introduce `sym::dummy` and `Ident::dummy`.
Nicholas Nethercote
-2
/
+1
2025-02-25
fix #137589
Jana Dönszelmann
-1
/
+4
2025-02-24
lower attr spans and inline some functions to hopefully mitigate perf regress...
Jana Dönszelmann
-8
/
+14
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-1
/
+28
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-0
/
+315