aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_qualified_name_with_use.rs
Commit message (Expand)AuthorAgeFilesLines
* Operate only on AST paths instead of HIRJonas Schievink2020-06-151-30/+36
* SimplifyJonas Schievink2020-06-151-13/+6
* It's fookin' rawJonas Schievink2020-06-151-48/+48
* Shorten *all* qualified paths when adding useJonas Schievink2020-06-131-10/+191
* Relax cursor position tests in assistsAleksey Kladov2020-05-201-19/+19
* MinorAleksey Kladov2020-05-201-1/+1
* 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