Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Make Analysis api cancellable | Kirill Bulatov | 2019-07-25 | 1 | -2/+2 |
* | streamline API | Aleksey Kladov | 2019-07-21 | 1 | -5/+10 |
* | align SyntaxText API with upstream | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -4/+4 |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -9/+10 |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -6/+7 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -5/+6 |
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 1 | -1/+1 |
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -3/+3 |
* | More future-proof comment kind | Aleksey Kladov | 2019-04-02 | 1 | -1/+1 |
* | add ast::tokens | Aleksey Kladov | 2019-04-02 | 1 | -1/+1 |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -16/+16 |
* | Rename source_edit to source_file_edit to match file_system_edit | Ville Penttinen | 2019-03-25 | 1 | -1/+1 |
* | Further improvements to the SourceChange convenience methods | Ville Penttinen | 2019-03-25 | 1 | -7/+5 |
* | Add convenience functions to SourceChange for creating single edits | Ville Penttinen | 2019-03-24 | 1 | -6/+8 |
* | Remove LocalEdit usage | Wilco Kusee | 2019-03-23 | 1 | -35/+46 |
* | Move typing to ra_ide_api | Wilco Kusee | 2019-03-23 | 1 | -0/+408 |