aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers
Commit message (Expand)AuthorAgeFilesLines
* Add missing AssocItems in add_custom_impl assistLukas Wirth2020-11-052-107/+146
* Merge #6456bors[bot]2020-11-041-38/+110
|\
| * Support struct variants in extract_struct_from_enum_variantLukas Wirth2020-11-031-46/+74
| * only check type namespace in extract_struct_from_enum_variant for collisionsLukas Wirth2020-11-031-9/+53
* | Merge #6458bors[bot]2020-11-041-38/+114
|\ \
| * | Qualify trait impl created by add_custom_impl assistLukas Wirth2020-11-031-38/+114
| |/
* | Merge #6454bors[bot]2020-11-031-135/+71
|\ \ | |/ |/|
| * Fix overflow panic in convert_interger_literal assistAleksey Kladov2020-11-031-135/+71
* | Make insert_use return a SyntaxRewriterLukas Wirth2020-11-023-94/+74
|/
* Merge #6393 #6399bors[bot]2020-11-021-13/+169
|\
| * Keep generic annotations when qualifying thingsLukas Wirth2020-10-291-13/+169
* | Merge #6257bors[bot]2020-10-261-11/+11
|\ \ | |/ |/|
| * Don't suggest extracting out 1-tuple enum variantsWesley Norris2020-10-261-11/+11
* | Merge #6333bors[bot]2020-10-261-7/+80
|\ \
| * | Allow assist move_arm_cond_to_match_guard inside blocksArif Roktim2020-10-241-7/+80
* | | Keep parens around in remove-dbg for range expressionsLukas Wirth2020-10-251-8/+9
* | | Don't keep parens around in remove-dbgLukas Wirth2020-10-251-1/+61
* | | Don't keep parens around with remove-dbg when encountering method chainingLukas Wirth2020-10-251-0/+20
* | | Re-export base_db from ide_dbIgor Aleksanov2020-10-243-3/+3
* | | Remove dependency on 'assists' from 'completion' crateIgor Aleksanov2020-10-244-7/+8
|/ /
* | generate_impl assist respect cfg attributes #6312Benjamin Coenen2020-10-221-2/+40
* | Merge #6256bors[bot]2020-10-201-0/+141
|\ \
| * | Update crates/assists/src/handlers/replace_string_with_char.rsCoenen Benjamin2020-10-201-1/+1
| * | Assist: replace string with charBenjamin Coenen2020-10-201-8/+22
| * | replace_string_with_char #6252Benjamin Coenen2020-10-161-0/+127
| |/
* | Merge #6172bors[bot]2020-10-202-1/+1049
|\ \
| * | De-duplicate `add_group` callsite in qualify_pathLukas Wirth2020-10-161-121/+108
| * | Properly qualify trait methods in qualify_path assistLukas Wirth2020-10-152-47/+79
| * | Add mark tests to qualify_path assistLukas Wirth2020-10-141-0/+9
| * | Add qualify path assistLukas Wirth2020-10-141-0/+1020
* | | Don't rely on display names in inlay_hintsAleksey Kladov2020-10-202-2/+2
* | | Minor, rename featureAleksey Kladov2020-10-191-1/+1
* | | Change visibility works for type aliasesAleksey Kladov2020-10-182-5/+19
| |/ |/|
* | More idiomatic classification APIAleksey Kladov2020-10-152-4/+4
* | Document auto_import as a featureLukas Wirth2020-10-151-0/+55
|/
*-. Merge #6207 #6224 #6226 #6227bors[bot]2020-10-141-241/+28
|\ \
* | | Fix stackoverflow in insert_use::recursive_mergeLukas Wirth2020-10-142-0/+31
| |/ |/|
* | Fix MergeBehaviour::Full not working when merging nested long pathsLukas Wirth2020-10-131-1/+1
| * Slightly cleanup import_assets moduleLukas Wirth2020-10-131-6/+6
| * Adhere to style guidelines in import_assetsLukas Wirth2020-10-131-6/+16
| * Extract ImportAssets out of auto_importLukas Wirth2020-10-131-241/+18
|/
* Merge #6130 #6135bors[bot]2020-10-121-65/+67
|\
| * when generating new function, focus on return type instead of bodyBenjamin Coenen2020-10-081-65/+67
* | adt: correctly inherit field visibility from enumJonas Schievink2020-10-091-6/+4
|/
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-064-7/+37
* Merge #6139bors[bot]2020-10-061-6/+10
|\
| * Make ImportPrefix a configuration optionLukas Wirth2020-10-051-6/+10
* | Do not leave braces for colons in dbg!Kirill Bulatov2020-10-061-2/+7
* | Merge #6111bors[bot]2020-10-051-0/+701
|\ \ | |/ |/|
| * Add tests for convert integer literal assistvlakreeh2020-09-301-4/+570