summary refs log tree commit diff
path: root/compiler/rustc_ast/src/tokenstream.rs
AgeCommit message (Expand)AuthorLines
2020-11-26Properly handle attributes on statementsAaron Hill-0/+11
2020-11-13Reserve space in advanceDániel Buga-1/+1
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-0/+34
2020-11-01Do not remove tokens before AST json serializationVadim Petrochenkov-2/+3
2020-10-31parser: Cleanup `LazyTokenStream` and avoid some clonesVadim Petrochenkov-43/+22
2020-10-21Auto merge of #77250 - Aaron1011:feature/flat-token-collection, r=petrochenkovbors-1/+73
2020-10-19Rewrite `collect_tokens` implementations to use a flattened bufferAaron Hill-1/+73
2020-10-19Avoid cloning the contents of a `TokenStream` in a few placesAaron Hill-5/+5
2020-10-14Remove unused code from rustc_astest31-6/+0
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-22/+19
2020-08-30mv compiler to compiler/mark-0/+433