Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small refactor | veetaha | 2020-05-31 | 1 | -2/+2 |
* | Shrink ra_parser::Event from 32 bytes to 16 bytes | Simon Vandel Sillesen | 2020-05-16 | 1 | -1/+1 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 |
* | ra_syntax: moved reexport declaration after imports as per matklad | Veetaha | 2020-02-17 | 1 | -1/+2 |
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 1 | -10/+4 |
* | ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review | Veetaha | 2020-02-03 | 1 | -6/+0 |
* | Reimplemented lexer with vectors instead of iterators | Veetaha | 2020-02-03 | 1 | -4/+5 |
* | :arrow_up: rowan | Aleksey Kladov | 2020-01-09 | 1 | -4/+4 |
* | :arrow_up: rowan | Aleksey Kladov | 2019-12-04 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |