about summary refs log tree commit diff
path: root/crates/ra_syntax/src/validation/byte.rs
AgeCommit message (Expand)AuthorLines
2019-02-20flatten modulesAleksey Kladov-4/+2
2019-02-12rename yellow -> syntax_nodeAleksey Kladov-1/+1
2019-02-08reformat the worldAleksey Kladov-25/+5
2019-01-11rename TreePtr -> TreeArcAleksey Kladov-2/+2
2019-01-08itroduce trait for ast tokensAleksey Kladov-1/+1
2019-01-08switch ra_syntax to new rowan APIAleksey Kladov-4/+4
2019-01-01Fix the same bug as #396 but for bytes tooDJMcNab-1/+3
2018-12-27fix suffix rangesAleksey Kladov-1/+4
2018-12-27support literal suffixesAleksey Kladov-0/+4
2018-12-27dedupe literal parsersAleksey Kladov-3/+4
2018-11-11Split string lexing and run rustfmtAdolfo Ochagavía-4/+5
2018-11-11Validate byte string literalsAdolfo Ochagavía-21/+29
2018-11-11Add validator for byteAdolfo Ochagavía-0/+202