Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -2/+8 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -9/+9 |
| | |||||
* | align SyntaxText API with upstream | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -3/+6 |
| | |||||
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -24/+24 |
| | |||||
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -2/+2 |
| | | | | this is in preparation for the new rowan API | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -2/+3 |
| | | | | | | 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 | ||||
* | Fix clippy::into_iter_on_ref | Alan Du | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | More future-proof comment kind | Aleksey Kladov | 2019-04-02 | 1 | -2/+5 |
| | |||||
* | add ast::tokens | Aleksey Kladov | 2019-04-02 | 1 | -5/+5 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -56/+78 |
| | |||||
* | Move folding_ranges to ra_ide_api | Sergey Parilin | 2019-03-22 | 1 | -0/+326 |