Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | streamline API | Aleksey Kladov | 2019-07-21 | 1 | -3/+3 |
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -5/+5 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -22/+26 |
* | convenience api | Aleksey Kladov | 2019-07-19 | 1 | -2/+2 |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -14/+14 |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -4/+4 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -5/+5 |
* | Fix clippy::or_fun_call | Alan Du | 2019-06-04 | 1 | -1/+1 |
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -1/+1 |
* | Implemented T! macro for syntax kinds | Sergey Parilin | 2019-05-13 | 1 | -1/+2 |
* | add ast::tokens | Aleksey Kladov | 2019-04-02 | 1 | -6/+6 |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -71/+73 |
* | move extend selection from ra_ide_api_light to ra_ide_api | Aleksey Kladov | 2019-03-20 | 1 | -6/+371 |
* | remove old macro support | Aleksey Kladov | 2019-03-17 | 1 | -44/+2 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -3/+1 |
* | remove hard-coded support for ctry macro | Aleksey Kladov | 2019-02-01 | 1 | -2/+2 |
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | fold syntax database into files database | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | extend selection expands macros and can totally panic | Aleksey Kladov | 2019-01-20 | 1 | -1/+1 |
* | switch to insta for testing | Aleksey Kladov | 2019-01-15 | 1 | -2/+3 |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+56 |