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
/
tokenstream.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-30
don't clone attrs
klensy
-3
/
+2
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-5
/
+155
2021-04-05
Fix typo in TokenStream documentation
Guillaume Gomez
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-20
/
+0
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+1
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-1
/
+1
2021-01-22
Refactor token collection to capture trailing token immediately
Aaron Hill
-11
/
+0
2021-01-03
Edit rustc_ast::tokenstream docs
pierwill
-16
/
+17
2020-12-29
Remove pretty-print/reparse hack, and add derive-specific hack
Aaron Hill
-0
/
+6
2020-11-26
Properly handle attributes on statements
Aaron Hill
-0
/
+11
2020-11-13
Reserve space in advance
Dániel Buga
-1
/
+1
2020-11-03
Expand `NtExpr` tokens only in key-value attributes
Vadim Petrochenkov
-0
/
+34
2020-11-01
Do not remove tokens before AST json serialization
Vadim Petrochenkov
-2
/
+3
2020-10-31
parser: Cleanup `LazyTokenStream` and avoid some clones
Vadim Petrochenkov
-43
/
+22
2020-10-21
Auto merge of #77250 - Aaron1011:feature/flat-token-collection, r=petrochenkov
bors
-1
/
+73
2020-10-19
Rewrite `collect_tokens` implementations to use a flattened buffer
Aaron Hill
-1
/
+73
2020-10-19
Avoid cloning the contents of a `TokenStream` in a few places
Aaron Hill
-5
/
+5
2020-10-14
Remove unused code from rustc_ast
est31
-6
/
+0
2020-09-03
Rename IsJoint -> Spacing
Aleksey Kladov
-22
/
+19
2020-08-30
mv compiler to compiler/
mark
-0
/
+433