aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_qualified_name_with_use.rs
Commit message (Collapse)AuthorAgeFilesLines
* do not add to `pub use` statementsJacob Rothstein2020-08-031-0/+42
|
* Rename UseItem -> UseAleksey Kladov2020-07-301-2/+2
|
* Minor perf tweaks per clippyJeremy Kolb2020-07-191-1/+1
|
* Move AssistKind into AssistIdkjeremy2020-07-021-2/+1
|
* Categorize assistsJeremy Kolb2020-07-021-1/+2
|
* 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
| | | | Those will be replaced with snippets anyway
* MinorAleksey Kladov2020-05-201-1/+1
|
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-10/+9
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-0/+2
| | | | | Target is used for assists sorting, so we need it before we compute the action.
* 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