Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move allow list into AssistConfig | Jeremy Kolb | 2020-07-15 | 1 | -5/+3 |
| | |||||
* | Filter assists | kjeremy | 2020-07-13 | 1 | -4/+34 |
| | |||||
* | Refactor AssistBuilder to manage a SourceChange | Christoph Herzog | 2020-07-07 | 1 | -7/+7 |
| | | | | | | | `AssistBuilder`` now managaes a full `SourceChange` instead of a Vec<SourceFileEdit>. This prepares AssistBuilder to handle creation of new files. | ||||
* | Remove db from AssistsContext | Laurențiu Nicola | 2020-07-01 | 1 | -3/+5 |
| | |||||
* | Shorten *all* qualified paths when adding use | Jonas Schievink | 2020-06-13 | 1 | -1/+1 |
| | |||||
* | Simplify API | Aleksey Kladov | 2020-06-08 | 1 | -72/+27 |
| | |||||
* | Fix incorrect behaviour if not resolved | Mikhail Rakhmanov | 2020-06-03 | 1 | -0/+1 |
| | |||||
* | Use default instead of new in AssistDirector | Mikhail Rakhmanov | 2020-05-23 | 1 | -5/+7 |
| | |||||
* | Better naming and fix some review comments | Mikhail Rakhmanov | 2020-05-23 | 1 | -7/+6 |
| | |||||
* | More formatting | Mikhail Rakhmanov | 2020-05-22 | 1 | -3/+1 |
| | |||||
* | Refactor AssistDirector | Mikhail Rakhmanov | 2020-05-22 | 1 | -6/+4 |
| | |||||
* | Formatting and remove unused imports | Mikhail Rakhmanov | 2020-05-22 | 1 | -14/+16 |
| | |||||
* | Add preliminary implementation of extract struct from enum variant | Mikhail Rakhmanov | 2020-05-22 | 1 | -1/+61 |
| | |||||
* | KISS SourceChange | Aleksey Kladov | 2020-05-22 | 1 | -5/+5 |
| | | | | | | The idea behind requiring the label is a noble one, but we are not really using it consistently anyway, and it should be easy to retrofit later, should we need it. | ||||
* | Remove unused cursor positions | Aleksey Kladov | 2020-05-21 | 1 | -2/+1 |
| | |||||
* | Remove set_cursor | Aleksey Kladov | 2020-05-20 | 1 | -17/+3 |
| | |||||
* | Use snippets in add_missing_members | Aleksey Kladov | 2020-05-20 | 1 | -3/+13 |
| | |||||
* | Server side of SnippetTextEdit | Aleksey Kladov | 2020-05-19 | 1 | -10/+0 |
| | |||||
* | Add AssistConfig | Aleksey Kladov | 2020-05-19 | 1 | -6/+45 |
| | |||||
* | Fix visibility | Aleksey Kladov | 2020-05-09 | 1 | -1/+1 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-05-07 | 1 | -2/+1 |
| | |||||
* | Rename AssitLabel -> Assist | Aleksey Kladov | 2020-05-07 | 1 | -8/+8 |
| | |||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -0/+234 |
It now duplicates completion API in its shape. |