aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/merge_imports.rs
Commit message (Expand)AuthorAgeFilesLines
* Normalize spelling to American EnglishAleksey Kladov2020-12-101-3/+3
* Move the helpers into ide_dbKirill Bulatov2020-11-281-1/+1
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-4/+2
* Fix stackoverflow in insert_use::recursive_mergeLukas Wirth2020-10-141-0/+14
* Reimplement import merging by making it recursive properly nesting all levelsLukas Wirth2020-09-121-6/+8
* Allow merge_imports assists to merge imports of equal visibilityLukas Wirth2020-09-051-0/+50
* Remove duplicated import merge logicLukas Wirth2020-09-051-75/+36
* **Remove Unused Parameter** refactoringAleksey Kladov2020-08-191-4/+1
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+321