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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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
2023-04-16
Remove WorkerLocal from AttrIdGenerator
John Kåre Alsaker
-32
/
+4
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-0
/
+22
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-5
/
+5
2023-02-11
rustc_ast: Merge impls and reorder methods for attributes and meta items
Vadim Petrochenkov
-311
/
+307
2023-02-01
ast: Optimize list and value extraction primitives for attributes
Vadim Petrochenkov
-23
/
+43
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-12-05
Remove three uses of `LitKind::synthesize_token_lit`.
Nicholas Nethercote
-2
/
+3
2022-12-05
Remove `mk_name_value_item{,_str}`.
Nicholas Nethercote
-15
/
+0
2022-12-02
Remove `token::Lit` from `ast::MetaItemLit`.
Nicholas Nethercote
-1
/
+3
2022-12-02
Rename `LitKind::to_token_lit` as `LitKind::synthesize_token_lit`.
Nicholas Nethercote
-2
/
+2
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-115
/
+52
2022-11-29
Inline and remove `MetaItemLit::from_lit_kind`.
Nicholas Nethercote
-2
/
+2
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-6
/
+6
2022-11-28
Rename `ast::Lit` as `ast::MetaItemLit`.
Nicholas Nethercote
-9
/
+9
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-5
/
+7
2022-11-23
Fix an ICE parsing a malformed attribute.
Nicholas Nethercote
-3
/
+6
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-26
/
+28
2022-11-21
Remove `ref` patterns from `rustc_ast`
Maybe Waffle
-46
/
+44
2022-11-17
Use `ThinVec` in `ast::Path`.
Nicholas Nethercote
-4
/
+3
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-5
/
+7
2022-09-14
add debug assertion for max `attr_id`
SparrowLii
-1
/
+24
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-15
/
+32
2022-09-13
Rollup merge of #101752 - GuillaumeGomez:improve-attr-docs, r=lqd
Matthias Krüger
-1
/
+11
2022-09-12
Improve Attribute doc methods
Guillaume Gomez
-1
/
+11
2022-09-09
Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`.
Nicholas Nethercote
-3
/
+3
2022-09-09
Change return type of `Attribute::tokens`.
Nicholas Nethercote
-9
/
+7
2022-09-09
Rename `AttrAnnotatedToken{Stream,Tree}`.
Nicholas Nethercote
-3
/
+3
2022-09-09
Move `Spacing` out of `AttrAnnotatedTokenStream`.
Nicholas Nethercote
-7
/
+6
2022-09-07
Add documentation for Attr::is_doc_comment
Guillaume Gomez
-0
/
+2
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-2
/
+1
2022-08-17
Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov
Matthias Krüger
-7
/
+1
2022-08-16
Avoid code duplication in `{MetaItem,MetaItemKind}::value_str`.
Nicholas Nethercote
-7
/
+1
2022-08-16
Shrink `ast::Attribute`.
Nicholas Nethercote
-17
/
+26
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-35
/
+36
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-18
use `CursorRef` more, to not to clone `Tree`s
klensy
-1
/
+1
2022-05-05
Overhaul `MacArgs::Eq`.
Nicholas Nethercote
-4
/
+19
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-5
/
+5
2022-04-19
rustc_metadata: Store a flag telling whether an item may have doc links in it...
Vadim Petrochenkov
-0
/
+5
2022-04-07
Shrink `Nonterminal`.
Nicholas Nethercote
-1
/
+1
[next]