aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_qualified_name_with_use.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-10/+9
* Move target to AssistLabelAleksey Kladov2020-05-061-0/+2
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
* Support auto-import in macroEdwin Cheng2020-05-021-1/+1
* Remove lower_path from AssistCtx to SemanticEdwin Cheng2020-05-011-1/+1
* Introduce LowerCtx for path loweringEdwin Cheng2020-05-011-1/+1
* Convert code to text-sizeAleksey Kladov2020-04-251-1/+1
* SimplifyAleksey Kladov2020-02-281-15/+1
* Move insert_use util to utilsAleksey Kladov2020-02-281-531/+18
* Introduce AttrKindKirill Bulatov2020-02-121-2/+1
* Do not add imports before inner attributesKirill Bulatov2020-02-121-1/+29
* Rename add import assistKirill Bulatov2020-02-071-0/+965