Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -64/+58 |
| | |||||
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 1 | -3/+9 |
| | |||||
* | make Parse generic | Aleksey Kladov | 2019-07-18 | 1 | -14/+33 |
| | |||||
* | cleanup imports | Aleksey Kladov | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | highlight mutable variables differently | Ekaterina Babshukova | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -2/+10 |
| | | | | this is in preparation for the new rowan API | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -8/+11 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | Get rid of failure: ra_batch ra_cli | Muhammad Mominul Huque | 2019-06-15 | 1 | -1/+1 |
| | |||||
* | show error offsets in tests | Aleksey Kladov | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | remove old parsing methods | Aleksey Kladov | 2019-05-28 | 1 | -30/+25 |
| | |||||
* | update test data | Aleksey Kladov | 2019-05-28 | 1 | -1/+2 |
| | |||||
* | update tests | Aleksey Kladov | 2019-05-28 | 1 | -1/+15 |
| | |||||
* | drop error from SOurceFile constructor | Aleksey Kladov | 2019-05-28 | 1 | -4/+4 |
| | |||||
* | drop errors from SyntaxNode | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | add Parse | Aleksey Kladov | 2019-05-28 | 1 | -2/+26 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -7/+2 |
| | |||||
* | Merge #1257 | bors[bot] | 2019-05-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | 1257: Implemented tkn! macro for syntax kinds r=matklad a=pasa Implementation of #1248 Co-authored-by: Sergey Parilin <[email protected]> | ||||
| * | Implemented T! macro for syntax kinds | Sergey Parilin | 2019-05-13 | 1 | -0/+1 |
| | | |||||
* | | share literal validation logic with compiler | Aleksey Kladov | 2019-05-07 | 1 | -1/+0 |
|/ | |||||
* | start structured editing API | Aleksey Kladov | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | Add classify_literal and undo expose next_token | Edwin Cheng | 2019-04-05 | 1 | -1/+1 |
| | |||||
* | Fix literal support in token tree to ast item list | Edwin Cheng | 2019-04-05 | 1 | -1/+1 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -14/+20 |
| | |||||
* | Refactor parser fuzz testing | pcpthm | 2019-03-21 | 1 | -7/+2 |
| | |||||
* | introduce tree builder | Aleksey Kladov | 2019-02-23 | 1 | -1/+1 |
| | |||||
* | add API guide to ra_syntax | Aleksey Kladov | 2019-02-21 | 1 | -0/+173 |
| | |||||
* | kill utils module | Aleksey Kladov | 2019-02-21 | 1 | -3/+8 |
| | |||||
* | docs | Aleksey Kladov | 2019-02-21 | 1 | -13/+14 |
| | |||||
* | fix compilation | Aleksey Kladov | 2019-02-21 | 1 | -2/+1 |
| | |||||
* | rearrange modules in a suggestd reading order | Aleksey Kladov | 2019-02-20 | 1 | -8/+9 |
| | |||||
* | flatten modules | Aleksey Kladov | 2019-02-20 | 1 | -1/+5 |
| | |||||
* | move all parsing related bits to a separate module | Aleksey Kladov | 2019-02-20 | 1 | -12/+4 |
| | |||||
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 1 | -4/+4 |
| | | | | why yellow in the first place? Its red + green. | ||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -7/+2 |
| | |||||
* | introduced better typed AstPtr | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -0/+2 |
| | |||||
* | Fixup tests | Marcus Klaas de Vries | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | Implement type inference for literals (WIP) | Marcus Klaas de Vries | 2019-01-14 | 1 | -0/+5 |
| | |||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -7/+7 |
| | | | | This is much clearer about the semantics | ||||
* | kill text utils | Aleksey Kladov | 2019-01-08 | 1 | -3/+1 |
| | |||||
* | switch ra_syntax to new rowan API | Aleksey Kladov | 2019-01-08 | 1 | -24/+14 |
| | |||||
* | save top-level macros in module items | Aleksey Kladov | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 1 | -4/+4 |
| | |||||
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | modernize even more | Aleksey Kladov | 2018-12-06 | 1 | -4/+0 |
| | |||||
* | modernize some files | Aleksey Kladov | 2018-12-06 | 1 | -8/+1 |
| | |||||
* | rename ROOT -> SOURCE_FILE | Aleksey Kladov | 2018-11-07 | 1 | -6/+5 |
| | |||||
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -11/+11 |
| |