Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #7297 #7338 | bors[bot] | 2021-01-18 | 1 | -10/+13 |
|\ | |||||
| * | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 1 | -10/+13 |
* | | Use assert_never properly | Aleksey Kladov | 2021-01-18 | 1 | -1/+3 |
|/ | |||||
* | Introduce more appropriate assertion mechanism | Aleksey Kladov | 2021-01-14 | 1 | -0/+4 |
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -1/+1 |
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -3/+1 |
* | Minor, more orthogonal code | Aleksey Kladov | 2020-12-10 | 1 | -3/+2 |
* | Normalize spelling to American English | Aleksey Kladov | 2020-12-10 | 1 | -3/+3 |
* | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -32/+3 |
* | Less panic, more tests | Kirill Bulatov | 2020-12-07 | 1 | -7/+21 |
* | Fix the profiling label | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
* | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 1 | -1/+0 |
* | Remove the state | Kirill Bulatov | 2020-12-07 | 1 | -27/+3 |
* | Make completion resolve async | Kirill Bulatov | 2020-12-07 | 1 | -2/+27 |
* | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 1 | -26/+37 |
* | Refactor the code | Kirill Bulatov | 2020-12-07 | 1 | -2/+1 |
* | Add eager resolve capability | Kirill Bulatov | 2020-12-07 | 1 | -5/+31 |
* | Better support client completion resolve caps | Kirill Bulatov | 2020-12-07 | 1 | -0/+1 |
* | Working resolve completion imports prototype | Kirill Bulatov | 2020-12-07 | 1 | -5/+9 |
* | Draft the new lsp handler | Kirill Bulatov | 2020-12-07 | 1 | -23/+11 |
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -1/+1 |
* | Group import data in a struct | Kirill Bulatov | 2020-11-27 | 1 | -11/+20 |
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -2/+5 |
* | Profile completions better | Kirill Bulatov | 2020-11-27 | 1 | -0/+2 |
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 1 | -29/+47 |
* | Qualify autoimport completion suggestions | Kirill Bulatov | 2020-11-16 | 1 | -4/+20 |
* | Reuse existing element rendering | Kirill Bulatov | 2020-11-16 | 1 | -0/+4 |
* | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 1 | -0/+1 |
* | Move Completions structure definition into completions module | Igor Aleksanov | 2020-10-25 | 1 | -29/+0 |
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -0/+403 |