Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce some more code duplication | Lukas Wirth | 2020-12-22 | 1 | -0/+6 |
* | Add completions for patterns | Lukas Wirth | 2020-12-20 | 1 | -0/+1 |
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -5/+4 |
* | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -27/+2 |
* | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 1 | -8/+4 |
* | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 1 | -5/+8 |
* | Remove redundant code | Kirill Bulatov | 2020-12-07 | 1 | -8/+2 |
* | Refactor the code | Kirill Bulatov | 2020-12-07 | 1 | -2/+8 |
* | Add eager resolve capability | Kirill Bulatov | 2020-12-07 | 1 | -2/+2 |
* | 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/+12 |
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -1/+1 |
* | Improve autoimports on completion speed | Kirill Bulatov | 2020-11-24 | 1 | -0/+1 |
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 1 | -6/+29 |
* | Fix the other test | Kirill Bulatov | 2020-11-16 | 1 | -0/+22 |
* | Remove intra-crate facade from completions | Igor Aleksanov | 2020-11-03 | 1 | -9/+7 |
* | Get rid of do-er antipattern | Igor Aleksanov | 2020-11-03 | 1 | -13/+37 |
* | Provide only explicit constructor for RenderContext | Igor Aleksanov | 2020-11-03 | 1 | -7/+1 |
* | Add doc-comments to the new files | Igor Aleksanov | 2020-11-03 | 1 | -0/+2 |
* | Make structures order more logical in render.rs | Igor Aleksanov | 2020-11-03 | 1 | -5/+5 |
* | Move rendering tests to the render module | Igor Aleksanov | 2020-11-03 | 1 | -8/+781 |
* | Add TypeAliasRender | Igor Aleksanov | 2020-11-03 | 1 | -1/+2 |
* | Add ConstRender | Igor Aleksanov | 2020-11-03 | 1 | -2/+8 |
* | Introduce render module | Igor Aleksanov | 2020-11-03 | 1 | -0/+50 |