Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 1 | -32/+10 |
| | |||||
* | Remove query aliases | Kirill Bulatov | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Fix the other test | Kirill Bulatov | 2020-11-16 | 1 | -3/+3 |
| | |||||
* | Qualify autoimport completion suggestions | Kirill Bulatov | 2020-11-16 | 1 | -12/+23 |
| | |||||
* | Better filter mod paths | Kirill Bulatov | 2020-11-16 | 1 | -25/+27 |
| | |||||
* | Move autoimport completion into the unqialified_path module | Kirill Bulatov | 2020-11-16 | 2 | -153/+139 |
| | |||||
* | Omit modules during autocompletion | Kirill Bulatov | 2020-11-16 | 1 | -13/+13 |
| | |||||
* | Tweak the search limits a bit | Kirill Bulatov | 2020-11-16 | 1 | -1/+3 |
| | |||||
* | Reuse existing element rendering | Kirill Bulatov | 2020-11-16 | 1 | -48/+34 |
| | |||||
* | Use imports_locator | Kirill Bulatov | 2020-11-16 | 1 | -38/+36 |
| | |||||
* | Rename the module | Kirill Bulatov | 2020-11-16 | 1 | -5/+1 |
| | |||||
* | Allow to configure the merge behavior | Kirill Bulatov | 2020-11-16 | 1 | -5/+2 |
| | |||||
* | Add braces to functions and macros | Kirill Bulatov | 2020-11-16 | 1 | -7/+59 |
| | |||||
* | Tidy up the tests | Kirill Bulatov | 2020-11-16 | 1 | -49/+15 |
| | |||||
* | Use rewriter api to add both changes | Kirill Bulatov | 2020-11-16 | 1 | -11/+51 |
| | |||||
* | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 1 | -0/+114 |
| | |||||
* | Don't complete keywords in struct literals | Lukas Wirth | 2020-11-16 | 1 | -0/+46 |
| | |||||
* | add suggestion ..Default::default() for remaining struct fields in a ↵ | Benjamin Coenen | 2020-11-13 | 1 | -3/+105 |
| | | | | | | constructor #6492 Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Add some postfix snippet | Pavan Kumar Sunkara | 2020-11-08 | 1 | -0/+12 |
| | |||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -3/+3 |
| | |||||
* | Reduce visibility of some methods | Igor Aleksanov | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | Move Completions structure definition into completions module | Igor Aleksanov | 2020-10-25 | 5 | -32/+25 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 14 | -0/+5357 |