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-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
2022-02-26
2 - Make more use of let_chains
Caio
-6
/
+5
2022-02-03
compiler: clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-01-19
Correctly handle starts in block doc comments
Guillaume Gomez
-0
/
+11
2021-12-26
Add Attribute::meta_kind
Jakub Beránek
-4
/
+25
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-3
/
+3
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+1
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-5
/
+5
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-4
/
+10
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-39
/
+1
2021-03-16
Allow registering tool lints with `register_tool`
Joshua Nelson
-4
/
+0
2021-03-11
Inline Attribute::has_name
Tomasz Miąsko
-0
/
+1
[next]