Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move AssistKind into AssistId | kjeremy | 2020-07-02 | 1 | -2/+1 |
* | Categorize assists | Jeremy Kolb | 2020-07-02 | 1 | -4/+10 |
* | Fix panic in split and merge import assists | Laurențiu Nicola | 2020-06-23 | 1 | -1/+11 |
* | More snippets | Aleksey Kladov | 2020-05-20 | 1 | -12/+10 |
* | Simplify | Aleksey Kladov | 2020-05-07 | 1 | -1/+1 |
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -5/+8 |
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 1 | -1/+2 |
* | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 |
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 1 | -1/+1 |
* | Fix PR | IceSentry | 2020-04-13 | 1 | -14/+8 |
* | Generalize test and clean up imports | IceSentry | 2020-04-13 | 1 | -8/+7 |
* | Fix double comma when merge imports on second line | IceSentry | 2020-04-13 | 1 | -3/+37 |
* | Curley tokens | Aleksey Kladov | 2020-04-10 | 1 | -2/+2 |
* | Add _token suffix to token accessors | Aleksey Kladov | 2020-04-09 | 1 | -1/+1 |
* | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 1 | -2/+2 |
* | Fix merge-imports assist for wildcard imports | Piotr Szpetkowski | 2020-03-27 | 1 | -0/+28 |
* | Generalise syntax rewriting infrastructure to allow removal of nodes | Aleksey Kladov | 2020-03-24 | 1 | -33/+52 |
* | Add a test | Aleksey Kladov | 2020-03-23 | 1 | -0/+18 |
* | Merge nested use trees | Aleksey Kladov | 2020-03-19 | 1 | -20/+52 |
* | Generalize | Aleksey Kladov | 2020-03-19 | 1 | -7/+6 |
* | Merge imports assist | Aleksey Kladov | 2020-03-18 | 1 | -0/+154 |