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_ast
/
src
/
attr
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-3
/
+2
2025-07-12
Port `#[automatically_derived]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+5
2025-06-21
Remove style() from AttributeExt trait
David Tolnay
-9
/
+3
2025-06-21
Add AttributeExt::doc_resolution_scope
David Tolnay
-0
/
+21
2025-05-27
Reduce `P<T>` to a typedef of `Box<T>`.
Nicholas Nethercote
-1
/
+1
2025-04-22
Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkov
bors
-4
/
+1
2025-04-21
Remove `token::{Open,Close}Delim`.
Nicholas Nethercote
-4
/
+1
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-11
/
+22
2025-04-13
Improve `-Z crate-attr` diagnostics
jyn
-1
/
+1
2025-04-03
Allow boolean literals in `check-cfg`
clubby789
-0
/
+8
2025-02-28
Remove `NtPath`.
Nicholas Nethercote
-5
/
+3
2025-02-28
Remove `NtMeta`.
Nicholas Nethercote
-2
/
+10
2025-01-26
rustc_ast: replace some len-checks + indexing with slice patterns etc. 🧹
Yotam Ofek
-1
/
+1
2025-01-15
allowed_through_unstable_modules: support showing a deprecation message when ...
Ralf Jung
-0
/
+2
2024-12-18
Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino
许杰友 Jieyou Xu (Joe)
-39
/
+30
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-18
Remove `Peekable<TokenStreamIter>` uses.
Nicholas Nethercote
-18
/
+9
2024-12-18
Rename `RefTokenTreeCursor`.
Nicholas Nethercote
-27
/
+27
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-59
/
+204
2024-12-15
Rename `value` field to `expr` to simplify later commits' diffs
Oli Scherer
-4
/
+4
2024-12-02
Change `AttrArgs::Eq` into a struct variant
Oli Scherer
-5
/
+7
2024-11-21
Introduce `InvisibleOrigin` on invisible delimiters.
Nicholas Nethercote
-2
/
+2
2024-11-05
Add documentation on `ast::Attribute`
Guillaume Gomez
-0
/
+46
2024-10-19
Do not run lints that cannot emit
blyxyas
-1
/
+1
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-24
/
+24
2024-10-01
Implement boolean lit support in cfg predicates
Urgau
-0
/
+10
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+13
2024-07-10
Rework `Attribute::get_tokens`.
Nicholas Nethercote
-13
/
+10
2024-07-07
Rename `Attribute::tokens` (the inherent method).
Nicholas Nethercote
-1
/
+2
2024-07-02
Change `AttrTokenStream::to_tokenstream` to `to_token_trees`.
Nicholas Nethercote
-6
/
+8
2024-06-25
Extra panic cases.
Nicholas Nethercote
-1
/
+8
2024-06-06
Change comment to FIXME
carbotaniuman
-1
/
+3
2024-06-06
Fix build
carbotaniuman
-7
/
+7
2024-06-06
Parse unsafe attributes
carbotaniuman
-8
/
+25
2024-05-21
Move `#[do_not_recommend]` to the `#[diagnostic]` namespace
Georg Semmler
-0
/
+11
2024-05-13
Remove a `Span` from `TokenKind::Interpolated`.
Nicholas Nethercote
-1
/
+1
2024-04-24
Rename `NestedMetaItem::name_value_literal`.
Nicholas Nethercote
-2
/
+3
2024-04-24
Remove `MetaItemKind::value_str`.
Nicholas Nethercote
-8
/
+4
2024-04-04
Rename ModSep to PathSep
León Orell Valerian Liehr
-3
/
+3
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-3
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-16
More detail when expecting expression but encountering bad macro argument
Esteban Küber
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+1
2023-10-12
Use `TokenStream::token_alone` in one place.
Nicholas Nethercote
-4
/
+4
2023-09-12
`#[diagnostic::on_unimplemented]` without filters
Georg Semmler
-0
/
+16
2023-08-03
Remove `MacDelimiter`.
Nicholas Nethercote
-8
/
+6
2023-07-27
Make `TokenTree::uninterpolate` take `&self` and return a `Cow`.
Nicholas Nethercote
-7
/
+7
2023-07-27
Use `TokenStream::trees` instead of `into_trees` for attributes.
Nicholas Nethercote
-14
/
+13
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-3
/
+3
[next]