aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/fill_match_arms.rs
Commit message (Expand)AuthorAgeFilesLines
* Address nits and suggestions.Steffen Lyngbaek2020-03-191-140/+32
* Don't show assist if all arms are presentSteffen Lyngbaek2020-03-191-33/+37
* 'Fill match arms' should work with existing match armsSteffen Lyngbaek2020-03-191-25/+281
* Cleanup importsAleksey Kladov2020-03-191-1/+1
* Don't use generic DB where a concrete one will doAleksey Kladov2020-03-131-6/+2
* Refactor primary IDE APIAleksey Kladov2020-02-261-15/+8
* Add or- and parenthesized-patternsMatthew Jasper2020-02-091-3/+3
* Name assist handlersAleksey Kladov2020-02-071-0/+290