about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/lexer/tokentrees.rs
AgeCommit message (Expand)AuthorLines
2020-09-20use if let instead of single match arm expressions to compact code and reduce...Matthias Krüger-6/+3
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-11/+11
2020-09-03Condense StringReader's API to a single functionAleksey Kladov-1/+1
2020-09-01Simplify TokenTreesReaderAleksey Kladov-11/+11
2020-09-01Don't emit trivia tokensAleksey Kladov-13/+3
2020-08-30mv compiler to compiler/mark-0/+313