aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/byte.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-25/+5
|
* 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 the same bug as #396 but for bytes tooDJMcNab2019-01-011-1/+3
|
* 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-4/+5
|
* Validate byte string literalsAdolfo Ochagavía2018-11-111-21/+29
|
* Add validator for byteAdolfo Ochagavía2018-11-111-0/+202