aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/replace_if_let_with_match.rs
Commit message (Collapse)AuthorAgeFilesLines
* Name assist handlersAleksey Kladov2020-02-071-148/+0
|
* Assists are not genericAleksey Kladov2020-02-061-2/+1
|
* Refactor if-let -> match assist to use ast::makeAleksey Kladov2020-02-051-27/+22
|
* Fix casingJeremy Kolb2020-01-141-1/+1
|
* More UI friendly labelsJeremy Kolb2020-01-141-1/+1
|
* fix 2190; add test for "replace if let with match"Felix Kohlgrüber2019-11-201-2/+30
|
* simplify AssistCtx APIAleksey Kladov2019-10-271-5/+3
| | | | | We never actually use ability to create multiple actions out of a single context
* document almost all assistsAleksey Kladov2019-10-271-2/+26
|
* use more consistent namingAleksey Kladov2019-10-271-1/+1
| | | | | I think this is the first time I use global rename for rust-analyzer itself :-)
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* move assists to subdirAleksey Kladov2019-09-251-0/+102