aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/utils
Commit message (Expand)AuthorAgeFilesLines
*-. Merge #6207 #6224 #6226 #6227bors[bot]2020-10-141-0/+268
|\ \
* | | Fix stackoverflow in insert_use::recursive_mergeLukas Wirth2020-10-141-2/+22
| |/ |/|
* | Fix MergeBehaviour::Full not working when merging nested long pathsLukas Wirth2020-10-131-3/+32
| * Slightly cleanup import_assets moduleLukas Wirth2020-10-131-56/+78
| * Adhere to style guidelines in import_assetsLukas Wirth2020-10-131-37/+29
| * Extract ImportAssets out of auto_importLukas Wirth2020-10-131-0/+254
|/
* Fix path comparison not comparing paths correctly with unequal lengthsLukas Wirth2020-10-011-48/+85
* Fix MergingBehaviour::Last not working properlyLukas Wirth2020-09-301-21/+52
* Remove partial import test in insert_useLukas Wirth2020-09-251-10/+0
* Merge #5989bors[bot]2020-09-161-84/+272
|\
| * Add make::glob_use_tree function to create star-only UseTreeLukas Wirth2020-09-161-11/+3
| * Fix merge imports failing if the `self` module import is in the wrong treeLukas Wirth2020-09-121-22/+34
| * Tidy up `recursive_merge` implementationLukas Wirth2020-09-121-60/+60
| * Reimplement import merging by making it recursive properly nesting all levelsLukas Wirth2020-09-121-64/+248
* | Make MergeBehaviour configurableLukas Wirth2020-09-121-1/+1
|/
* Allow merge_imports assists to merge imports of equal visibilityLukas Wirth2020-09-051-6/+11
* Remove duplicated import merge logicLukas Wirth2020-09-051-2/+7
* Fix segment_iter not iterating segments properlyLukas Wirth2020-09-051-5/+16
* Add extra insert_use test for pub(crate) re-export handlingLukas Wirth2020-09-031-8/+14
* Fix import insertion breaking nested modulesLukas Wirth2020-09-031-43/+95
* Fix inserting imports in front of inner attributesLukas Wirth2020-09-031-1/+51
* Replace insert_use_statement with the new insert_useLukas Wirth2020-09-031-8/+10
* Impl make::blank_lineLukas Wirth2020-09-031-25/+8
* Use mark to check that paths that are too long will not be mergedLukas Wirth2020-09-031-0/+13
* Tidy up tests and apply suggested changesLukas Wirth2020-09-031-72/+107
* Add more import insertion testsLukas Wirth2020-09-031-3/+68
* Begin refactor of import insertionLukas Wirth2020-09-031-468/+440
* Don't expose hir::Path out of hirAleksey Kladov2020-08-151-3/+2
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+547