aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation
Commit message (Expand)AuthorAgeFilesLines
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
* flatten modulesAleksey Kladov2019-02-205-20/+10
* rename yellow -> syntax_nodeAleksey Kladov2019-02-125-5/+5
* reformat the worldAleksey Kladov2019-02-085-80/+16
* Parse and validate attributes in blocksDJMcNab2019-01-281-0/+24
* rename TreePtr -> TreeArcAleksey Kladov2019-01-114-8/+8
* itroduce trait for ast tokensAleksey Kladov2019-01-084-4/+4
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-084-16/+16
* Fix the same bug as #396 but for bytes tooDJMcNab2019-01-011-1/+3
* 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-274-4/+16
* support literal suffixesAleksey Kladov2018-12-274-0/+16
* dedupe literal parsersAleksey Kladov2018-12-274-20/+17
* grand module renameAleksey Kladov2018-12-081-24/+0
* Split string lexing and run rustfmtAdolfo Ochagavía2018-11-112-7/+6
* Validate byte string literalsAdolfo Ochagavía2018-11-114-22/+210
* Add validator for byteAdolfo Ochagavía2018-11-113-90/+302
* Validate string literalsAdolfo Ochagavía2018-11-093-0/+458