Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -4/+3 |
| | | | | The config now is mostly immutable, optimize for that. | ||||
* | YAGNI active_resolve_capabilities | Aleksey Kladov | 2021-01-06 | 1 | -1/+1 |
| | | | | | | | | | This leaks a lot of LSP details into ide layer, which we want to avoid: https://github.com/rust-analyzer/rust-analyzer/tree/c9cec381bcfd97e5f3536e31a9c546ab5c0665e6/docs/dev#lsp-independence Additionally, all what this infra does is providing a toggle for auto-import completion, but we already have one! | ||||
* | Avoid a couple of allocations | Laurențiu Nicola | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | Minor, more orthogonal code | Aleksey Kladov | 2020-12-10 | 1 | -3/+1 |
| | | | | It's better to accept things as arguments rather than store them. | ||||
* | Normalize spelling to American English | Aleksey Kladov | 2020-12-10 | 1 | -1/+1 |
| | |||||
* | Better config name | Kirill Bulatov | 2020-12-08 | 1 | -6/+3 |
| | |||||
* | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Simplify | Kirill Bulatov | 2020-12-07 | 1 | -2/+4 |
| | |||||
* | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 1 | -2/+30 |
| | |||||
* | Remove the state | Kirill Bulatov | 2020-12-07 | 1 | -4/+1 |
| | |||||
* | Make completion resolve async | Kirill Bulatov | 2020-12-07 | 1 | -1/+4 |
| | |||||
* | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Properly fill client completion resolve capabilities data | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Working resolve completion imports prototype | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Merge #6601 | bors[bot] | 2020-11-29 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | 6601: add let and letm postfix to turn expressions into variables r=matklad a=bnjjj Partially resolve #6426 Co-authored-by: Benjamin Coenen <[email protected]> | ||||
| * | add let and letm postfix to turn expressions into variables | Benjamin Coenen | 2020-11-28 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | | Document experimental completions | Kirill Bulatov | 2020-11-24 | 1 | -0/+7 |
|/ | |||||
* | Introduce render module | Igor Aleksanov | 2020-11-03 | 1 | -0/+1 |
| | |||||
* | Remove presentation module | Igor Aleksanov | 2020-10-25 | 1 | -1/+0 |
| | |||||
* | Move Completions structure definition into completions module | Igor Aleksanov | 2020-10-25 | 1 | -4/+1 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -36/+24 |
| | |||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | add completions for clippy lint in attributes | Benjamin Coenen | 2020-10-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 1 | -0/+264 |