aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists
Commit message (Expand)AuthorAgeFilesLines
* Use upstream cov-markLaurențiu Nicola2021-03-0824-150/+110
* Hygiene is an internal implementation detail of the compilerAleksey Kladov2021-03-082-4/+6
* Merge #7889bors[bot]2021-03-074-4/+4
|\
| * Make group imports configurableasv2021-03-074-4/+4
* | Merge #7896bors[bot]2021-03-061-59/+77
|\ \
| * | Only replace quotes in replace_string_with_char assistLukas Wirth2021-03-061-59/+77
* | | Merge #7800bors[bot]2021-03-063-0/+407
|\ \ \ | |/ / |/| |
| * | 7708: rust ideomatic code fixes.Chetan Khilosiya2021-03-061-9/+11
| * | 7708: handle both FamousDefs fixture and plain code.Chetan Khilosiya2021-03-061-8/+18
| * | 7708: Added the updated implementation of is_default_implemented.Chetan Khilosiya2021-03-061-33/+31
| * | 7708: Added the logic to check is default impl is already present.Chetan Khilosiya2021-03-061-18/+97
| * | 7708: Updated generate default fn logic.Chetan Khilosiya2021-03-061-22/+48
| * | 7708: Added the work for review comments.Chetan Khilosiya2021-03-061-31/+60
| * | 7708: Fixed many documentaion example issues.Chetan Khilosiya2021-03-062-6/+37
| * | 7708: Format code through rust-analyzer formatter.Chetan Khilosiya2021-03-061-35/+44
| * | 7708: Initial implementation of generate Default assist.Chetan Khilosiya2021-03-062-0/+223
* | | Merge #7865bors[bot]2021-03-061-1/+37
|\ \ \ | |/ / |/| |
| * | preserve escape sequences when replacing string with charDomantas Jadenkus2021-03-031-1/+37
* | | generate function assist convert arg names to lower snake caseJosh Mcguigan2021-03-061-4/+52
| |/ |/|
* | Merge #7869bors[bot]2021-03-051-0/+43
|\ \
| * | Add support for deref assignments to "pull assignment up" assist.Jesse Bakker2021-03-051-0/+43
| |/
* | Merge #7880bors[bot]2021-03-051-2/+8
|\ \ | |/ |/|
| * Honor snippet capability in extract function assistsan2021-03-051-2/+8
* | Special-case parenthesized and negated expressions in demorgan assistJesse Bakker2021-03-031-2/+43
* | Merge #7851bors[bot]2021-03-022-616/+424
|\ \
| * | Compress testsAleksey Kladov2021-03-022-616/+424
* | | chore: remove redundant testsConrad Ludgate2021-03-021-30/+0
* | | chore: codegenConrad Ludgate2021-03-021-19/+0
* | | refactor: re-use add_turbo_fish functionConrad Ludgate2021-03-023-201/+137
* | | chore: fmt + docsConrad Ludgate2021-03-021-2/+2
* | | chore: rename varConrad Ludgate2021-03-021-3/+3
* | | feat: add type ascription assistConrad Ludgate2021-03-023-0/+219
|/ /
* | strip useless methods, and unary ops in suggest_nameVladyslav Katasonov2021-03-021-7/+114
* | pull out suggest_name::* to utils; enchance heuristicsVladyslav Katasonov2021-03-024-89/+821
* | suggest parameter name before function nameVladyslav Katasonov2021-03-021-5/+5
* | try to suggest name when extracting variableVladyslav Katasonov2021-03-021-7/+287
* | Merge #7777bors[bot]2021-03-022-0/+421
|\ \ | |/ |/|
| * Apply editsJohn Renner2021-03-011-51/+54
| * Implement line<->block comment assistJohn Renner2021-02-252-0/+418
* | Use consistent naming for assistAleksey Kladov2021-02-284-39/+39
* | Don't spam loop-rewriting assistAleksey Kladov2021-02-282-2/+22
* | generate try_into instead of intoDomantas Jadenkus2021-02-273-72/+96
* | rename generate_enum_match_method file to match assist nameDomantas Jadenkus2021-02-272-2/+2
* | move into_ and as_ generation to a separate fileDomantas Jadenkus2021-02-274-402/+340
* | cargo fmtDomantas Jadenkus2021-02-271-35/+20
* | add generate_enum_as_method assistDomantas Jadenkus2021-02-273-0/+154
* | deduplicate someDomantas Jadenkus2021-02-271-37/+28
* | add generate_enum_into_method assistDomantas Jadenkus2021-02-273-20/+275
* | make generate_enum_is_method work on any variantsDomantas Jadenkus2021-02-271-18/+95
* | rename existing assist to generate_enum_is_methodDomantas Jadenkus2021-02-273-11/+11