aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src
Commit message (Expand)AuthorAgeFilesLines
* Merge #4530bors[bot]2020-05-206-90/+83
|\
| * Use snippets in change_return_type_to_resultAleksey Kladov2020-05-202-47/+36
| * wipAleksey Kladov2020-05-201-4/+8
| * CleanupAleksey Kladov2020-05-201-12/+10
| * MinorAleksey Kladov2020-05-201-2/+1
| * MinorAleksey Kladov2020-05-203-5/+10
| * Snippetify add_newAleksey Kladov2020-05-202-30/+28
* | Fix Some|None order in fill_match_armsAleksey Kladov2020-05-203-11/+69
|/
* Merge #4525bors[bot]2020-05-202-40/+48
|\
| * Better cursor placement when adding impl membersAleksey Kladov2020-05-202-40/+48
* | Merge #4524bors[bot]2020-05-205-43/+82
|\|
| * Use snippets in add_missing_membersAleksey Kladov2020-05-205-43/+82
| |
| \
*-. \ Merge #4521 #4522bors[bot]2020-05-206-70/+113
|\ \ \ | | |/ | |/|
| | * Explain the purpose of `ast::make` module more clearlyAleksey Kladov2020-05-201-1/+1
| |/ |/|
| * Moderate cleanup of add_functionAleksey Kladov2020-05-202-34/+54
| * Use snippets in add functionAleksey Kladov2020-05-203-39/+66
| * CleanupAleksey Kladov2020-05-201-5/+2
| * CleanupAleksey Kladov2020-05-201-3/+2
|/
* New assist: add turbo fishAleksey Kladov2020-05-194-0/+157
* Server side of SnippetTextEditAleksey Kladov2020-05-191-10/+0
* Add snippet support for some assistsAleksey Kladov2020-05-194-56/+67
* Add AssistConfigAleksey Kladov2020-05-194-28/+103
* Merge #4273bors[bot]2020-05-141-1/+515
|\
| * Trigger change_visibility assist when on an invisible struct fieldTimo Freiberg2020-05-101-61/+248
| * Trigger change_visibility assist when on a path to an invisible defTimo Freiberg2020-05-101-1/+328
* | Merge #4445bors[bot]2020-05-142-2/+72
|\ \
| * | Fix formattingFedor Sakharov2020-05-141-1/+1
| * | Change type_arg to type_ref funcFedor Sakharov2020-05-141-2/+1
| * | Use generic_defaults and display_source_codeFedor Sakharov2020-05-141-9/+12
| * | Correctly fill default type parametersFedor Sakharov2020-05-132-1/+69
* | | Use back ticks instead of single quotes around codeTrevor Spiteri2020-05-142-2/+2
|/ /
* | Merge #4358bors[bot]2020-05-111-2/+2
|\ \
| * | add if let and while let postfix for Option and ResultBenjamin Coenen2020-05-101-2/+2
| |/
| |
| \
| \
| \
*---. \ Merge #4406 #4410 #4411 #4417bors[bot]2020-05-102-29/+194
|\ \ \ \ | |_|_|/ |/| | |
| | | * Omit default types in HirDisplay SourceCode modeTimo Freiberg2020-05-101-1/+1
| |_|/ |/| |
| | * do not remove then block when you unwrap else block #4361Benjamin Coenen2020-05-101-28/+193
| |/ |/|
* | Merge #4392bors[bot]2020-05-091-14/+11
|\ \
| * | Add From should not move the cursorAleksey Kladov2020-05-091-14/+11
* | | Ascribe more correct typesAleksey Kladov2020-05-091-9/+10
|/ /
* | unindent -> dedentAleksey Kladov2020-05-091-1/+1
* | More fluent indent APIAleksey Kladov2020-05-096-21/+32
* | Fix visibilityAleksey Kladov2020-05-091-1/+1
* | Use new HirDisplay variant in add_function assistTimo Freiberg2020-05-081-58/+116
|/
* SimplifyAleksey Kladov2020-05-075-6/+5
* Nicer APIAleksey Kladov2020-05-072-41/+41
* Rename AssitLabel -> AssistAleksey Kladov2020-05-073-21/+21
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-0738-593/+521
* add Ok wrappingBenjamin Coenen2020-05-063-0/+986
* SimplifyAleksey Kladov2020-05-063-33/+17
* RenameAleksey Kladov2020-05-063-12/+12