Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | fix hir for new block syntax | Aleksey Kladov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -3/+3 |
| | |||||
* | align SyntaxText API with upstream | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -11/+11 |
| | |||||
* | convenience api | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -11/+12 |
| | |||||
* | 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 | -7/+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 | ||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -4/+5 |
| | |||||
* | add ast::tokens | Aleksey Kladov | 2019-04-02 | 1 | -2/+2 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -39/+40 |
| | |||||
* | Simplify changes and fix tests | Wilco Kusee | 2019-03-22 | 1 | -7/+6 |
| | |||||
* | Remove LocalEdit usage | Wilco Kusee | 2019-03-22 | 1 | -15/+9 |
| | |||||
* | Move join_lines to ra_ide_api | Wilco Kusee | 2019-03-22 | 1 | -0/+588 |