Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | always use \n newlines | Aleksey Kladov | 2019-09-05 | 1 | -357/+357 |
* | fix assists | Aleksey Kladov | 2019-09-02 | 1 | -42/+49 |
* | Make Analysis api cancellable | Kirill Bulatov | 2019-07-25 | 1 | -7/+7 |
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -3/+3 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -3/+3 |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -3/+3 |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -5/+5 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+4 |
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -4/+4 |
* | always show token text | Aleksey Kladov | 2019-04-02 | 1 | -84/+85 |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -14/+19 |
* | Move ra_ide_api unit tests | Wilco Kusee | 2019-03-25 | 1 | -0/+257 |
* | Allow syntax strings to contain test markers | Ville Penttinen | 2019-03-04 | 1 | -1/+3 |
* | Implement syntax tree support for syntax inside string | Ville Penttinen | 2019-03-04 | 1 | -0/+85 |