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_ast
/
src
/
attr
Age
Commit message (
Expand
)
Author
Lines
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
2021-03-01
Rename rustdoc lints to be a tool lint instead of built-in.
Joshua Nelson
-1
/
+1
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-103
/
+3
2021-01-17
Replace let Some(..) = with .is_some()
wcampbell
-1
/
+1
2021-01-09
ast: Remove some indirection layers from values in key-value attributes
Vadim Petrochenkov
-7
/
+7
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+1
2020-12-01
Add documentation for name_value_literal_span methods
Guillaume Gomez
-0
/
+14
2020-12-01
Improve some attributes error spans
Guillaume Gomez
-1
/
+3
2020-12-01
Created NestedMetaItem::name_value_literal_span method
Guillaume Gomez
-0
/
+15
2020-11-12
Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011
bors
-21
/
+32
2020-11-10
Changed unwrap_or to unwrap_or_else in some places.
Nicholas-Baron
-3
/
+3
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-21
/
+32
2020-11-04
fix a couple of clippy warnings:
Matthias Krüger
-1
/
+1
2020-10-25
Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov
Yuki Okushi
-2
/
+4
2020-10-24
Fix inconsistencies in handling of inert attributes on statements
Aaron Hill
-2
/
+4
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-2
/
+8
2020-10-14
Remove unused code from rustc_ast
est31
-9
/
+0
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-1
/
+1
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-1
/
+1
2020-09-03
Rename IsJoint -> Spacing
Aleksey Kladov
-8
/
+8
[next]