Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | 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 |
| | | | | this is in preparation for the new rowan API | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+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 | -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 |
| | | | | | We simply remove all the CUSTOM_MARKERS before attempting to parse the file. This allows for the syntax selection to work with most of the test strings. | ||||
* | Implement syntax tree support for syntax inside string | Ville Penttinen | 2019-03-04 | 1 | -0/+85 |
This allows us to select a string or portions of it and try parsing it as rust syntax. This is mostly helpful when developing tests where the test itself contains some rust syntax as a string. |