aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/replace_qualified_name_with_use.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix use merging not using the first path segmentLukas Wirth2020-11-301-1/+1
* Move the helpers into ide_dbKirill Bulatov2020-11-281-1/+1
* Rustdocs fixesKirill Bulatov2020-11-271-1/+1
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-5/+3
* Add imports in auto completionKirill Bulatov2020-11-161-1/+1
* Make insert_use return a SyntaxRewriterLukas Wirth2020-11-021-4/+3
* Fix stackoverflow in insert_use::recursive_mergeLukas Wirth2020-10-141-0/+17
* Fix MergeBehaviour::Full not working when merging nested long pathsLukas Wirth2020-10-131-1/+1
* Merge #6019bors[bot]2020-09-291-20/+6
|\
| * Remove make::path_from_textLukas Wirth2020-09-161-20/+6
* | Merge #5989bors[bot]2020-09-161-13/+7
|\ \ | |/ |/|
| * Reimplement import merging by making it recursive properly nesting all levelsLukas Wirth2020-09-121-13/+7
* | Make MergeBehaviour configurableLukas Wirth2020-09-121-2/+2
|/
* Fix import insertion breaking nested modulesLukas Wirth2020-09-031-9/+11
* Fix inserting imports in front of inner attributesLukas Wirth2020-09-031-2/+3
* Replace insert_use_statement with the new insert_useLukas Wirth2020-09-031-32/+33
* Don't expose hir::Path out of hirAleksey Kladov2020-08-151-29/+21
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+688