aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/replace_if_let_with_match.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-257/+0
|
* MinorAleksey Kladov2020-08-131-2/+4
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
|
* align names in makeAleksey Kladov2020-08-051-1/+1
|
* Move AssistKind into AssistIdkjeremy2020-07-021-2/+1
|
* Categorize assistsJeremy Kolb2020-07-021-22/+29
|
* Use correct indent when replacing with matchAleksey Kladov2020-06-091-2/+35
|
* More snippetsAleksey Kladov2020-05-201-15/+14
|
* More fluent indent APIAleksey Kladov2020-05-091-3/+6
|
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-28/+23
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-21/+26
| | | | | 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-6/+72
| | | | | | 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.
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
|
* Name assist handlersAleksey Kladov2020-02-071-0/+148