summary refs log tree commit diff
path: root/compiler/rustc_ast/src/tokenstream.rs
AgeCommit message (Expand)AuthorLines
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