Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -6/+7 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -5/+7 |
| | |||||
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -2/+2 |
| | |||||
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -11/+9 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+8 |
| | | | | | | 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 | ||||
* | remove old parsing methods | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | update tests | Aleksey Kladov | 2019-05-28 | 1 | -5/+7 |
| | |||||
* | Change TokenSource to iteration based | Edwin Cheng | 2019-05-25 | 1 | -2/+2 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -5/+6 |
| | |||||
* | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -62/+80 |
| | |||||
* | Fix reparsing failure when removing newline | pcpthm | 2019-03-21 | 1 | -0/+7 |
| | |||||
* | Fix reparsing bug on "{}{}" | pcpthm | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | Fix reparsing bug when lex result is different | pcpthm | 2019-03-21 | 1 | -2/+9 |
| | |||||
* | Fix an arithmetic overflow in reparser | pcpthm | 2019-03-21 | 1 | -2/+2 |
| | |||||
* | rename | Aleksey Kladov | 2019-02-23 | 1 | -4/+4 |
| | |||||
* | kill utils module | Aleksey Kladov | 2019-02-21 | 1 | -3/+3 |
| | |||||
* | docs | Aleksey Kladov | 2019-02-21 | 1 | -2/+9 |
| | |||||
* | fix compilation | Aleksey Kladov | 2019-02-21 | 1 | -11/+10 |
| | |||||
* | make grammar independent of syntax tree | Aleksey Kladov | 2019-02-21 | 1 | -1/+5 |
| | |||||
* | move whitespace handling to tree builder | Aleksey Kladov | 2019-02-21 | 1 | -2/+3 |
| | |||||
* | move syntax error to parser | Aleksey Kladov | 2019-02-20 | 1 | -1/+1 |
| | |||||
* | simplify | Aleksey Kladov | 2019-02-20 | 1 | -1/+1 |
| | |||||
* | flattern module structure | Aleksey Kladov | 2019-02-20 | 1 | -4/+2 |
| | |||||
* | fix tests | Aleksey Kladov | 2019-02-20 | 1 | -3/+5 |
| | |||||
* | flatten modules | Aleksey Kladov | 2019-02-20 | 1 | -1/+2 |
| | |||||
* | move reparsers to grammar | Aleksey Kladov | 2019-02-20 | 1 | -25/+1 |
| | |||||
* | move all parsing related bits to a separate module | Aleksey Kladov | 2019-02-20 | 1 | -0/+370 |