| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -199/+1 |
* | Profile completions better | Kirill Bulatov | 2020-11-27 | 1 | -0/+1 |
* | Merge #6553 | bors[bot] | 2020-11-17 | 1 | -2/+1 |
|\ |
|
| * | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 1 | -2/+1 |
* | | Add **Ignore Test** assist | Aleksey Kladov | 2020-11-17 | 1 | -0/+18 |
|/ |
|
* | add suggestion ..Default::default() for remaining struct fields in a construc... | Benjamin Coenen | 2020-11-13 | 1 | -1/+1 |
* | add suggestion ..Default::default() for remaining struct fields in a construc... | Benjamin Coenen | 2020-11-13 | 1 | -1/+11 |
* | Add missing AssocItems in add_custom_impl assist | Lukas Wirth | 2020-11-05 | 1 | -3/+89 |
* | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 1 | -118/+3 |
* | Don't rely on display names in inlay_hints | Aleksey Kladov | 2020-10-20 | 1 | -11/+14 |
* | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 1 | -1/+1 |
* | Extract ImportAssets out of auto_import | Lukas Wirth | 2020-10-13 | 1 | -0/+1 |
* | Clean up inlay_hints | Lukas Wirth | 2020-10-07 | 1 | -1/+12 |
* | Shorten iterator hints for std::iter iterators behind references | Lukas Wirth | 2020-10-07 | 1 | -1/+1 |
* | Shorten iterator chain hints | Lukas Wirth | 2020-10-07 | 1 | -7/+34 |
* | Move IntoIterator into FamousDefs | Lukas Wirth | 2020-10-07 | 1 | -8/+15 |
* | Use FamousDefs for shorten_iterator hint | Lukas Wirth | 2020-10-06 | 1 | -12/+49 |
* | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 1 | -0/+21 |
* | Make MergeBehaviour configurable | Lukas Wirth | 2020-09-12 | 1 | -1/+2 |
* | Fix import insertion breaking nested modules | Lukas Wirth | 2020-09-03 | 1 | -1/+1 |
* | Impl make::blank_line | Lukas Wirth | 2020-09-03 | 1 | -1/+1 |
* | Cleanup invert-if | Aleksey Kladov | 2020-08-25 | 1 | -19/+14 |
* | Invert if should be smart about is_some, is_none, is_ok, is_err | dragfire | 2020-08-24 | 1 | -1/+20 |
* | **Remove Unused Parameter** refactoring | Aleksey Kladov | 2020-08-19 | 1 | -1/+5 |
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+313 |