about summary refs log tree commit diff
path: root/crates/ra_syntax/src/string_lexing
AgeCommit message (Expand)AuthorLines
2019-02-08reformat the worldAleksey Kladov-13/+3
2018-12-29Fix a fuzzing bug and add Cargo.lock to the fuzzing directoryDJMcNab-1/+1
2018-12-27support literal suffixesAleksey Kladov-2/+22
2018-12-27dedupe literal parsersAleksey Kladov-346/+201
2018-12-21show debug repr of literalsAleksey Kladov-4/+4
2018-12-08grand module renameAleksey Kladov-13/+0
2018-11-11Split string lexing and run rustfmtAdolfo Ochagavía-0/+538
2018-11-09Validate string literalsAdolfo Ochagavía-301/+0
2018-11-06Finish implementing char validationAdolfo Ochagavía-1/+1
2018-11-04Introduce SyntaxErrorKind and TextRange in SyntaxErrorAdolfo Ochagavía-10/+0
2018-11-04Add character literal parsing and validationAdolfo Ochagavía-0/+311