aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_let_with_if_let.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename PalceholderPat -> WildcardPatAleksey Kladov2020-07-311-2/+1
|
* Move AssistKind into AssistIdkjeremy2020-07-021-2/+1
|
* Categorize assistsJeremy Kolb2020-07-021-17/+25
|
* More snippetsAleksey Kladov2020-05-201-4/+1
|
* More fluent indent APIAleksey Kladov2020-05-091-2/+1
|
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-8/+4
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-2/+2
| | | | | Target is used for assists sorting, so we need it before we compute the action.
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
|
* Use specific pattern when translating if-let-else to matchAleksey Kladov2020-04-291-2/+2
| | | | | | We *probably* should actually use the same machinery here, as we do for fill match arms, but just special-casing options and results seems to be a good first step.
* Move shared assist code to utilsAleksey Kladov2020-04-291-13/+3
|
* Fix assist descriptionAleksey Kladov2020-03-271-4/+8
|
* Replace if with if-letAleksey Kladov2020-03-271-0/+108