aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/byte_string.rs
Commit message (Collapse)AuthorAgeFilesLines
* switch to new rowanAleksey Kladov2019-04-011-3/+3
|
* flatten modulesAleksey Kladov2019-02-201-4/+2
|
* rename yellow -> syntax_nodeAleksey Kladov2019-02-121-1/+1
| | | | why yellow in the first place? Its red + green.
* reformat the worldAleksey Kladov2019-02-081-17/+3
|
* rename TreePtr -> TreeArcAleksey Kladov2019-01-111-2/+2
| | | | This is much clearer about the semantics
* itroduce trait for ast tokensAleksey Kladov2019-01-081-1/+1
|
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-081-4/+4
|
* fix suffix rangesAleksey Kladov2018-12-271-1/+4
|
* support literal suffixesAleksey Kladov2018-12-271-0/+4
|
* dedupe literal parsersAleksey Kladov2018-12-271-3/+3
|
* Validate byte string literalsAdolfo OchagavĂ­a2018-11-111-0/+178