aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers
Commit message (Expand)AuthorAgeFilesLines
...
| * Use snippets in change_return_type_to_resultAleksey Kladov2020-05-201-46/+35
| * wipAleksey Kladov2020-05-201-4/+8
| * CleanupAleksey Kladov2020-05-201-12/+10
| * MinorAleksey Kladov2020-05-201-2/+1
| * MinorAleksey Kladov2020-05-202-2/+7
| * Snippetify add_newAleksey Kladov2020-05-201-29/+27
* | Fix Some|None order in fill_match_armsAleksey Kladov2020-05-201-4/+40
|/
* Merge #4525bors[bot]2020-05-201-38/+46
|\
| * Better cursor placement when adding impl membersAleksey Kladov2020-05-201-38/+46
* | Merge #4524bors[bot]2020-05-202-29/+45
|\|
| * Use snippets in add_missing_membersAleksey Kladov2020-05-202-29/+45
| |
| \
*-. \ Merge #4521 #4522bors[bot]2020-05-204-67/+84
|\ \ \ | | |/ | |/|
| | * Explain the purpose of `ast::make` module more clearlyAleksey Kladov2020-05-201-1/+1
| |/ |/|
| * Moderate cleanup of add_functionAleksey Kladov2020-05-201-33/+47
| * Use snippets in add functionAleksey Kladov2020-05-201-36/+43
| * CleanupAleksey Kladov2020-05-201-5/+2
| * CleanupAleksey Kladov2020-05-201-3/+2
|/
* New assist: add turbo fishAleksey Kladov2020-05-191-0/+134
* Add snippet support for some assistsAleksey Kladov2020-05-193-51/+62
* 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-141-0/+50
|\ \
| * | Correctly fill default type parametersFedor Sakharov2020-05-131-0/+50
* | | Use back ticks instead of single quotes around codeTrevor Spiteri2020-05-142-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
* | Use new HirDisplay variant in add_function assistTimo Freiberg2020-05-081-58/+116
|/
* SimplifyAleksey Kladov2020-05-074-4/+4
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-0734-410/+372
* add Ok wrappingBenjamin Coenen2020-05-061-0/+971
* SimplifyAleksey Kladov2020-05-061-7/+7
* Fix TODOAleksey Kladov2020-05-061-15/+9
* Move target to AssistLabelAleksey Kladov2020-05-0633-236/+276
* Merge assits::test_helpers and testsAleksey Kladov2020-05-0632-32/+32
* Rename ImplItem to AssocItemEdwin Cheng2020-05-052-15/+15
* Merge #4265bors[bot]2020-05-051-3/+10
|\
| * Make `change_visibility` assist work for tuple struct field visibilityJesse Bakker2020-05-021-3/+10
* | SimplifyAleksey Kladov2020-05-041-33/+34
* | SimplifyAleksey Kladov2020-05-041-13/+13
* | Support auto-import in macroEdwin Cheng2020-05-022-9/+35
|/
* Add unwrap block assist #4156Benjamin Coenen2020-05-021-3/+2
* Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-05-026-90/+129
|\
| * Add missing members generates indented blocksAleksey Kladov2020-05-021-78/+116