Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 5 | -6/+6 | |
| | | ||||||
* | | Group import data in a struct | Kirill Bulatov | 2020-11-27 | 5 | -52/+49 | |
| | | ||||||
* | | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 8 | -10/+14 | |
| | | ||||||
* | | Profile completions better | Kirill Bulatov | 2020-11-27 | 4 | -0/+5 | |
| | | ||||||
* | | Merge #6635 | bors[bot] | 2020-11-26 | 2 | -14/+46 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 6635: Complete struct in irrefutable let r=Veykril a=Veykril Fixes #6210 Co-authored-by: Lukas Wirth <[email protected]> | |||||
| * | | Complete struct in irrefutable let | Lukas Wirth | 2020-11-26 | 2 | -14/+46 | |
| |/ | ||||||
* | | Merge #6614 #6632 | bors[bot] | 2020-11-26 | 2 | -26/+29 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6614: Improve autoimports on completion speed r=matklad a=SomeoneToIgnore Presumably closes https://github.com/rust-analyzer/rust-analyzer/issues/6594 May help https://github.com/rust-analyzer/rust-analyzer/issues/6612 * Ignore modules eaferly * Do less completion string rendering 6632: Pin cargo_metadata r=matklad a=kjeremy See: https://github.com/oli-obk/cargo_metadata/pull/142#issuecomment-733653275 Co-authored-by: Kirill Bulatov <[email protected]> Co-authored-by: kjeremy <[email protected]> | |||||
| * | | Improve autoimports on completion speed | Kirill Bulatov | 2020-11-24 | 2 | -26/+29 | |
| |/ | | | | | | | | | * Ignore modules eaferly * Do less completion string rendering | |||||
* | | Document experimental completions | Kirill Bulatov | 2020-11-24 | 1 | -0/+7 | |
| | | ||||||
* | | Gate autoimports begind experimental completions flag | Kirill Bulatov | 2020-11-24 | 2 | -1/+5 | |
|/ | ||||||
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 7 | -79/+116 | |
| | ||||||
* | Remove query aliases | Kirill Bulatov | 2020-11-16 | 1 | -1/+1 | |
| | ||||||
* | Fix the other test | Kirill Bulatov | 2020-11-16 | 2 | -3/+25 | |
| | ||||||
* | Qualify autoimport completion suggestions | Kirill Bulatov | 2020-11-16 | 2 | -16/+43 | |
| | ||||||
* | 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 | 4 | -155/+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 | 3 | -88/+70 | |
| | ||||||
* | Use imports_locator | Kirill Bulatov | 2020-11-16 | 2 | -39/+37 | |
| | ||||||
* | Rename the module | Kirill Bulatov | 2020-11-16 | 2 | -6/+2 | |
| | ||||||
* | Allow to configure the merge behavior | Kirill Bulatov | 2020-11-16 | 2 | -5/+6 | |
| | ||||||
* | Add braces to functions and macros | Kirill Bulatov | 2020-11-16 | 2 | -39/+99 | |
| | ||||||
* | 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 | 4 | -0/+117 | |
| | ||||||
* | 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 intra-crate facade from completions | Igor Aleksanov | 2020-11-03 | 2 | -10/+16 | |
| | ||||||
* | Get rid of do-er antipattern | Igor Aleksanov | 2020-11-03 | 7 | -45/+100 | |
| | ||||||
* | Provide only explicit constructor for RenderContext | Igor Aleksanov | 2020-11-03 | 2 | -16/+14 | |
| | ||||||
* | Add doc-comments to the new files | Igor Aleksanov | 2020-11-03 | 6 | -1/+17 | |
| | ||||||
* | 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 | 6 | -1095/+1163 | |
| | ||||||
* | Add TypeAliasRender | Igor Aleksanov | 2020-11-03 | 4 | -19/+54 | |
| | ||||||
* | Add ConstRender | Igor Aleksanov | 2020-11-03 | 5 | -28/+65 | |
| | ||||||
* | Introduce render module | Igor Aleksanov | 2020-11-03 | 7 | -246/+457 | |
| | ||||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -3/+3 | |
| | ||||||
* | Reduce visibility of some methods | Igor Aleksanov | 2020-10-26 | 2 | -3/+3 | |
| | ||||||
* | Add a module doc-comment for completions module | Igor Aleksanov | 2020-10-25 | 1 | -0/+2 | |
| | ||||||
* | Remove presentation module | Igor Aleksanov | 2020-10-25 | 3 | -1421/+1409 | |
| | ||||||
* | Move Completions structure definition into completions module | Igor Aleksanov | 2020-10-25 | 9 | -74/+74 | |
| | ||||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 22 | -108/+98 | |
| | ||||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 4 | -4/+4 | |
| | ||||||
* | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 1 | -2/+1 | |
| | ||||||
* | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 2 | -2/+2 | |
| | ||||||
* | Complete variants when only enun name is typed | Aleksey Kladov | 2020-10-23 | 1 | -8/+62 | |
| | | | | | This allows the client to filter `Foo::Bar` when *either* `Foo` or `Bar` is typed. | |||||
* | Insert ref for completions | adamrk | 2020-10-22 | 3 | -19/+66 | |
| | ||||||
* | add completions for clippy lint in attributes | Benjamin Coenen | 2020-10-20 | 4 | -132/+10 | |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> |