about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/lexer
AgeCommit message (Expand)AuthorLines
2021-02-07Clarify error message wordingSmitty-1/+1
2021-02-06Add note about encoding when null bytes foundSmitty-0/+3
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-80/+136
2020-11-22Fix typo in doc comment for report_too_many_hashesNicolas-1/+1
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-10-05Fix span for unicode escape suggestion.Eric Huss-3/+2
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-18/+18
2020-09-03Condense StringReader's API to a single functionAleksey Kladov-31/+18
2020-09-01Simplify TokenTreesReaderAleksey Kladov-11/+11
2020-09-01Remove trivia tokensAleksey Kladov-1/+1
2020-09-01Don't emit trivia tokensAleksey Kladov-73/+56
2020-08-31Make StringReader privateAleksey Kladov-3/+3
2020-08-30Remove unused functionAleksey Kladov-4/+0
2020-08-30mv compiler to compiler/mark-0/+1526