aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/yellow/syntax_error.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename yellow -> syntax_nodeAleksey Kladov2019-02-121-142/+0
| | | | why yellow in the first place? Its red + green.
* reformat the worldAleksey Kladov2019-02-081-8/+4
|
* Parse and validate attributes in blocksDJMcNab2019-01-281-0/+4
|
* support literal suffixesAleksey Kladov2018-12-271-0/+2
|
* Split string lexing and run rustfmtAdolfo Ochagavía2018-11-111-1/+4
|
* Add validator for byteAdolfo Ochagavía2018-11-111-0/+20
|
* Validate string literalsAdolfo Ochagavía2018-11-091-2/+4
|
* cargo formatAdolfo Ochagavía2018-11-071-2/+6
|
* Add lots of testsAdolfo Ochagavía2018-11-071-0/+6
|
* Finish implementing char validationAdolfo Ochagavía2018-11-061-0/+16
|
* cargo formatAdolfo Ochagavía2018-11-051-2/+5
|
* Introduce Location and make SyntaxError fields privateAdolfo Ochagavía2018-11-051-5/+49
|
* Introduce SyntaxErrorKind and TextRange in SyntaxErrorAdolfo Ochagavía2018-11-041-0/+42