aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists
Commit message (Expand)AuthorAgeFilesLines
* Merge #7873 #7933bors[bot]2021-03-093-71/+54
|\
| * Add rustdocs and use better namesKirill Bulatov2021-03-082-10/+12
| * Less lifetines: derive SemanticsScope in placeKirill Bulatov2021-03-082-20/+15
| * Enforce the located imports' orderKirill Bulatov2021-03-082-2/+2
| * Work towards better import labelsKirill Bulatov2021-03-083-19/+26
| * Do not propose already imported importsKirill Bulatov2021-03-081-1/+3
| * Properly handle turbofishes in qualifiersKirill Bulatov2021-03-082-2/+2
| * Return more data about located importsKirill Bulatov2021-03-082-9/+18
| * Draft the qualifier import resolutionKirill Bulatov2021-03-081-3/+6
| * Test and initial refactoringKirill Bulatov2021-03-082-37/+2
* | Merge #7898bors[bot]2021-03-081-6/+67
|\ \ | |/ |/|
| * generate_function assist don't render snippet if ret type inferredJosh Mcguigan2021-03-081-26/+47
| * generate_function assist infer return typeJosh Mcguigan2021-03-061-3/+43
* | 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
|\ \ | |/ |/|