Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | align SyntaxText API with upstream | Aleksey Kladov | 2019-07-20 | 1 | -2/+3 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -6/+6 |
* | migrate ra_assists to the new AST | Aleksey Kladov | 2019-07-19 | 1 | -12/+12 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+8 |
* | Fix clippy::single_char_pattern | Alan Du | 2019-06-04 | 1 | -2/+2 |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -15/+13 |
* | add marks to assists | Aleksey Kladov | 2019-02-24 | 1 | -45/+35 |
* | dont show introduce variable everywhere | Aleksey Kladov | 2019-02-24 | 1 | -41/+27 |
* | Assign IDs to assists | Aleksey Kladov | 2019-02-24 | 1 | -2/+2 |
* | ra_assists: assist "providers" can produce multiple assists | Andrea Pretto | 2019-02-11 | 1 | -3/+5 |
* | Fix introduce var duplicating newlines | Ville Penttinen | 2019-02-09 | 1 | -1/+80 |
* | Add tests for action target ranges | robojumper | 2019-02-08 | 1 | -3/+32 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -5/+1 |
* | Some clippy cleanups | kjeremy | 2019-02-06 | 1 | -3/+3 |
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 1 | -0/+432 |