aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/qualify_path.rs
Commit message (Expand)AuthorAgeFilesLines
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-38/+38
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+1
* Move the helpers into ide_dbKirill Bulatov2020-11-281-1/+1
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-1/+1
* Keep generic annotations when qualifying thingsLukas Wirth2020-10-291-13/+169
* De-duplicate `add_group` callsite in qualify_pathLukas Wirth2020-10-161-121/+108
* Properly qualify trait methods in qualify_path assistLukas Wirth2020-10-151-46/+78
* Add mark tests to qualify_path assistLukas Wirth2020-10-141-0/+9
* Add qualify path assistLukas Wirth2020-10-141-0/+1020