Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | streamline API | Aleksey Kladov | 2019-07-21 | 1 | -1/+0 |
| | |||||
* | minor, move type | Aleksey Kladov | 2019-07-21 | 1 | -8/+0 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -461/+22 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -7/+7 |
| | |||||
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -32/+24 |
| | |||||
* | remove lifetime from syntax node text | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | flip syntax text to use internal iteration | Aleksey Kladov | 2019-07-19 | 1 | -1/+0 |
| | |||||
* | drop memory size of subtree | Aleksey Kladov | 2019-07-19 | 1 | -4/+0 |
| | | | | | it wasn't too accurate and the new measurement method of dropping the database completely is better anyway | ||||
* | convenience api | Aleksey Kladov | 2019-07-19 | 1 | -0/+14 |
| | |||||
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -211/+120 |
| | |||||
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 1 | -3/+4 |
| | |||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+4 |
| | | | | | | 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 | -10/+0 |
| | |||||
* | update tests | Aleksey Kladov | 2019-05-28 | 1 | -26/+4 |
| | |||||
* | drop error from SOurceFile constructor | Aleksey Kladov | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | return errors from tree builder | Aleksey Kladov | 2019-05-28 | 1 | -3/+3 |
| | |||||
* | drop errors from SyntaxNode | Aleksey Kladov | 2019-05-28 | 1 | -7/+4 |
| | |||||
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | move add_missing_members to structured editing API | Aleksey Kladov | 2019-04-22 | 1 | -17/+44 |
| | | | | | Currently, this is more code, and we also loose auto-indenting of bodies, but, long-term, this is the right approach | ||||
* | test short structs | Aleksey Kladov | 2019-04-21 | 1 | -0/+1 |
| | |||||
* | start structured editing API | Aleksey Kladov | 2019-04-21 | 1 | -1/+80 |
| | |||||
* | replace usages of `algo::generate` with `iter::successors` from std | Robin Freyler | 2019-04-13 | 1 | -4/+5 |
| | |||||
* | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 1 | -32/+30 |
| | |||||
* | always show token text | Aleksey Kladov | 2019-04-02 | 1 | -11/+10 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -29/+258 |
| | |||||
* | introduce tree builder | Aleksey Kladov | 2019-02-23 | 1 | -3/+48 |
| | |||||
* | simplify trait bounds | Aleksey Kladov | 2019-02-21 | 1 | -12/+18 |
| | |||||
* | rearrange methods | Aleksey Kladov | 2019-02-21 | 1 | -67/+67 |
| | |||||
* | kill utils module | Aleksey Kladov | 2019-02-21 | 1 | -2/+46 |
| | |||||
* | docs | Aleksey Kladov | 2019-02-21 | 1 | -0/+8 |
| | |||||
* | flatten modules | Aleksey Kladov | 2019-02-20 | 1 | -6/+5 |
| | |||||
* | move all parsing related bits to a separate module | Aleksey Kladov | 2019-02-20 | 1 | -2/+0 |
| | |||||
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 1 | -0/+223 |
why yellow in the first place? Its red + green. |