aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/yellow
Commit message (Collapse)AuthorAgeFilesLines
* rename yellow -> syntax_nodeAleksey Kladov2019-02-123-327/+0
| | | | why yellow in the first place? Its red + green.
* reformat the worldAleksey Kladov2019-02-083-20/+7
|
* Parse and validate attributes in blocksDJMcNab2019-01-281-0/+4
|
* Implement type inference for literals (WIP)Marcus Klaas de Vries2019-01-141-1/+10
|
* upstream text-utils to text_unitAleksey Kladov2019-01-081-9/+5
|
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-081-3/+3
|
* change visibility can change pub to pub(crate)Aleksey Kladov2019-01-051-0/+18
|
* Merge #391bors[bot]2019-01-041-2/+2
|\ | | | | | | | | | | | | | | 391: docing parser methods r=csmoe a=csmoe Co-authored-by: csmoe <[email protected]>
| * docing parser methodscsmoe2018-12-311-2/+2
| |
* | more enterprisey assists APIAleksey Kladov2019-01-031-0/+6
|/
* support literal suffixesAleksey Kladov2018-12-271-0/+2
|
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-101-1/+2
|
* grand module renameAleksey Kladov2018-12-081-161/+0
|
* 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
|
* Merge #207bors[bot]2018-11-071-0/+26
|\ | | | | | | | | | | | | | | 207: Finish implementing char validation r=aochagavia a=aochagavia The only thing missing right now are good integration tests (and maybe more descriptive error messages) Co-authored-by: Adolfo Ochagavía <[email protected]>
| * 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
| |
* | upstream basic tree algorithms to rowanAleksey Kladov2018-11-061-1/+1
|/
* cargo formatAdolfo Ochagavía2018-11-051-2/+5
|
* Introduce Location and make SyntaxError fields privateAdolfo Ochagavía2018-11-053-10/+53
|
* Introduce SyntaxErrorKind and TextRange in SyntaxErrorAdolfo Ochagavía2018-11-043-14/+49
|
* Update rowanAleksey Kladov2018-10-171-4/+10
|
* Cargo FormatJeremy A. Kolb2018-10-163-38/+33
| | | | Run `cargo fmt` and ignore generated files
* Run cargo fixAleksey Kladov2018-10-153-9/+9
|
* Simplify event processingAleksey Kladov2018-10-081-19/+13
|
* Make siblings an inherent methodAleksey Kladov2018-10-021-0/+13
|
* make ancestors and descendants inherentAleksey Kladov2018-10-022-2/+11
|
* use aliasesAleksey Kladov2018-10-021-2/+2
|
* Move to rowan for syntax tree implAleksey Kladov2018-10-026-507/+119
|
* rename all thingsAleksey Kladov2018-09-166-0/+704