aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Add `find_impl_block_end` assist helperYoshua Wuyts2021-02-121-8/+16
* Add getter/setter assistsYoshua Wuyts2021-02-091-2/+29
* AdtDef -> AdtAleksey Kladov2021-02-071-4/+4
* Add `find_or_create_impl_block` to assist utilsYoshua Wuyts2021-02-051-1/+17
* Move `find_struct_impl` to assist utilsYoshua Wuyts2021-02-051-2/+73
* Deduplicate variant matchingDániel Buga2021-01-221-0/+19
* .Aleksey Kladov2021-01-191-1/+1
* Share import_assets and related entitiesKirill Bulatov2021-01-161-1/+0
* Align config's API with usageAleksey Kladov2021-01-061-5/+2
* Rename expr -> tail_exprAleksey Kladov2021-01-051-1/+1
* Merge #7115bors[bot]2021-01-031-4/+8
|\
| * Handle missing source in filter_assoc_itemsNick Spain2021-01-021-7/+8
| * Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-4/+7
| * HasSource::source -> HasSource::source_oldNick Spain2021-01-021-3/+3
* | Fix warnings on rust-nightlycynecx2021-01-021-1/+1
|/
* Remove parentheses when inverting `!(cond)`Jesse Bakker2020-12-211-1/+7
* Parenthesize composite if condition before inverting in invert-if assistJesse Bakker2020-12-151-0/+4
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-199/+1
* Profile completions betterKirill Bulatov2020-11-271-0/+1
* Merge #6553bors[bot]2020-11-171-2/+1
|\
| * Add imports in auto completionKirill Bulatov2020-11-161-2/+1
* | Add **Ignore Test** assistAleksey Kladov2020-11-171-0/+18
|/
* add suggestion ..Default::default() for remaining struct fields in a construc...Benjamin Coenen2020-11-131-1/+1
* add suggestion ..Default::default() for remaining struct fields in a construc...Benjamin Coenen2020-11-131-1/+11
* Add missing AssocItems in add_custom_impl assistLukas Wirth2020-11-051-3/+89
* Remove dependency on 'assists' from 'completion' crateIgor Aleksanov2020-10-241-118/+3
* Don't rely on display names in inlay_hintsAleksey Kladov2020-10-201-11/+14
* Rename declaration_name -> display_nameAleksey Kladov2020-10-201-1/+1
* Extract ImportAssets out of auto_importLukas Wirth2020-10-131-0/+1
* Clean up inlay_hintsLukas Wirth2020-10-071-1/+12
* Shorten iterator hints for std::iter iterators behind referencesLukas Wirth2020-10-071-1/+1
* Shorten iterator chain hintsLukas Wirth2020-10-071-7/+34
* Move IntoIterator into FamousDefsLukas Wirth2020-10-071-8/+15
* Use FamousDefs for shorten_iterator hintLukas Wirth2020-10-061-12/+49
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-0/+21
* Make MergeBehaviour configurableLukas Wirth2020-09-121-1/+2
* Fix import insertion breaking nested modulesLukas Wirth2020-09-031-1/+1
* Impl make::blank_lineLukas Wirth2020-09-031-1/+1
* Cleanup invert-ifAleksey Kladov2020-08-251-19/+14
* Invert if should be smart about is_some, is_none, is_ok, is_errdragfire2020-08-241-1/+20
* **Remove Unused Parameter** refactoringAleksey Kladov2020-08-191-1/+5
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+313