aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/char.rs
Commit message (Expand)AuthorAgeFilesLines
* switch to new rowanAleksey Kladov2019-04-011-3/+3
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
* flatten modulesAleksey Kladov2019-02-201-4/+2
* rename yellow -> syntax_nodeAleksey Kladov2019-02-121-1/+1
* reformat the worldAleksey Kladov2019-02-081-17/+3
* rename TreePtr -> TreeArcAleksey Kladov2019-01-111-2/+2
* itroduce trait for ast tokensAleksey Kladov2019-01-081-1/+1
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-081-4/+4
* Use an else ifDJMcNab2019-01-011-3/+2
* Fix the `panic` found whilst fuzzingDJMcNab2018-12-311-3/+9
* Fix a fuzzing bug and add Cargo.lock to the fuzzing directoryDJMcNab2018-12-291-1/+1
* fix suffix rangesAleksey Kladov2018-12-271-1/+4
* support literal suffixesAleksey Kladov2018-12-271-0/+4
* dedupe literal parsersAleksey Kladov2018-12-271-3/+4
* Split string lexing and run rustfmtAdolfo Ochagavía2018-11-111-3/+1
* Validate byte string literalsAdolfo Ochagavía2018-11-111-1/+1
* Add validator for byteAdolfo Ochagavía2018-11-111-90/+98
* Validate string literalsAdolfo Ochagavía2018-11-091-0/+270