aboutsummaryrefslogtreecommitdiff
path: root/crates/assists
Commit message (Expand)AuthorAgeFilesLines
* 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-024-107/+92
|/
*-. Merge #6393 #6399bors[bot]2020-11-021-13/+169
|\ \
| | * Keep generic annotations when qualifying thingsLukas Wirth2020-10-291-13/+169
* | | Remove more unreachable pubsAleksey Kladov2020-11-022-5/+5
|/ /
* | Merge #6257bors[bot]2020-10-261-11/+11
|\ \ | |/ |/|
| * Don't suggest extracting out 1-tuple enum variantsWesley Norris2020-10-261-11/+11
* | Better ordering of assistsAleksey Kladov2020-10-261-2/+3
* | 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
| | |
| \ \
*-. \ \ Merge #6331 #6342bors[bot]2020-10-2412-132/+17
|\ \ \ \ | | |/ / | |/| |
| | * | Re-export base_db from ide_dbIgor Aleksanov2020-10-247-7/+6
| | * | Remove dependency on 'assists' from 'completion' crateIgor Aleksanov2020-10-245-125/+11
| |/ /
* / / Fix indentation of inserted use statementsFlorian Diebold2020-10-241-34/+132
|/ /
* | generate_impl assist respect cfg attributes #6312Benjamin Coenen2020-10-221-2/+40
* | Merge #6256bors[bot]2020-10-203-0/+160
|\ \
| * | Update crates/assists/src/handlers/replace_string_with_char.rsCoenen Benjamin2020-10-201-1/+1
| * | Assist: replace string with charBenjamin Coenen2020-10-202-8/+39
| * | replace_string_with_char #6252Benjamin Coenen2020-10-162-0/+129
| |/
* | Merge #6172bors[bot]2020-10-205-24/+1087
|\ \
| * | De-duplicate `add_group` callsite in qualify_pathLukas Wirth2020-10-161-121/+108
| * | Properly qualify trait methods in qualify_path assistLukas Wirth2020-10-154-70/+115
| * | Add mark tests to qualify_path assistLukas Wirth2020-10-141-0/+9
| * | Add qualify path assistLukas Wirth2020-10-142-0/+1022
* | | Don't rely on display names in inlay_hintsAleksey Kladov2020-10-203-13/+16
* | | Rename declaration_name -> display_nameAleksey Kladov2020-10-201-1/+1
* | | 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-143-241/+297
|\ \
* | | Fix stackoverflow in insert_use::recursive_mergeLukas Wirth2020-10-143-2/+53
| |/ |/|
* | Fix MergeBehaviour::Full not working when merging nested long pathsLukas Wirth2020-10-132-4/+33
| * Slightly cleanup import_assets moduleLukas Wirth2020-10-132-62/+84
| * Adhere to style guidelines in import_assetsLukas Wirth2020-10-132-43/+45
| * Extract ImportAssets out of auto_importLukas Wirth2020-10-133-241/+273
|/
* Merge #6130 #6135bors[bot]2020-10-122-67/+69
|\
| * when generating new function, focus on return type instead of bodyBenjamin Coenen2020-10-082-67/+69
* | adt: correctly inherit field visibility from enumJonas Schievink2020-10-091-6/+4
|/
* Clean up inlay_hintsLukas Wirth2020-10-071-1/+12
* Shorten iterator hints for std::iter iterators behind referencesLukas Wirth2020-10-071-1/+1