aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/byte.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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