aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/merge_match_arms.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move AssistKind into AssistIdkjeremy2020-07-021-2/+1
|
* Categorize assistsJeremy Kolb2020-07-021-20/+26
|
* Follow matklad suggestionsVeetaha2020-06-281-1/+1
| | | | | | - Move vis_offset() to utils.rs - Shorten explicit ra_syntax::ast -> ast - Undo refactoring exhaustive pattern to non-exhaustive
* Simlify with matches!()Veetaha2020-06-281-4/+1
|
* More snippetsAleksey Kladov2020-05-201-20/+5
|
* SimplifyAleksey Kladov2020-05-071-1/+1
|
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-3/+3
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-2/+1
| | | | | 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
|
* Switch to TryFromAleksey Kladov2020-04-251-1/+1
|
* Convert code to text-sizeAleksey Kladov2020-04-251-5/+5
|
* GeneralizeAleksey Kladov2020-03-191-6/+4
|
* Add or- and parenthesized-patternsMatthew Jasper2020-02-091-4/+4
|
* Name assist handlersAleksey Kladov2020-02-071-0/+264