about summary refs log tree commit diff
path: root/crates/ra_syntax/src/validation
AgeCommit message (Expand)AuthorLines
2019-02-20flatten modulesAleksey Kladov-20/+10
2019-02-12rename yellow -> syntax_nodeAleksey Kladov-5/+5
2019-02-08reformat the worldAleksey Kladov-80/+16
2019-01-28Parse and validate attributes in blocksDJMcNab-0/+24
2019-01-11rename TreePtr -> TreeArcAleksey Kladov-8/+8
2019-01-08itroduce trait for ast tokensAleksey Kladov-4/+4
2019-01-08switch ra_syntax to new rowan APIAleksey Kladov-16/+16
2019-01-01Fix the same bug as #396 but for bytes tooDJMcNab-1/+3
2019-01-01Use an else ifDJMcNab-3/+2
2018-12-31Fix the `panic` found whilst fuzzingDJMcNab-3/+9
2018-12-29Fix a fuzzing bug and add Cargo.lock to the fuzzing directoryDJMcNab-1/+1
2018-12-27fix suffix rangesAleksey Kladov-4/+16
2018-12-27support literal suffixesAleksey Kladov-0/+16
2018-12-27dedupe literal parsersAleksey Kladov-20/+17
2018-12-08grand module renameAleksey Kladov-24/+0
2018-11-11Split string lexing and run rustfmtAdolfo Ochagavía-7/+6
2018-11-11Validate byte string literalsAdolfo Ochagavía-22/+210
2018-11-11Add validator for byteAdolfo Ochagavía-90/+302
2018-11-09Validate string literalsAdolfo Ochagavía-0/+458