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_parse
/
src
/
parser
/
attr.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-2
/
+20
2021-02-13
Address review comments
Aaron Hill
-1
/
+1
2021-02-13
Require passing an `AttrWrapper` to `collect_tokens_trailing_token`
Aaron Hill
-5
/
+7
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-4
/
+2
2021-01-13
Set tokens on AST node in `collect_tokens`
Aaron Hill
-12
/
+4
2020-11-26
rustc_parse: restore pub vis on parse_attribute
Caleb Cartwright
-2
/
+4
2020-11-19
resolve/expand: Misc cleanup
Vadim Petrochenkov
-7
/
+6
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-99
/
+74
2020-10-22
Only call `collect_tokens` when we have an attribute to parse
Aaron Hill
-26
/
+32
2020-10-22
Don't create an empty `LazyTokenStream`
Aaron Hill
-3
/
+3
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-51
/
+78
2020-10-19
Rewrite `collect_tokens` implementations to use a flattened buffer
Aaron Hill
-1
/
+14
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+304