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
about
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-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