aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/replace_if_let_with_match.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* document almost all assistsAleksey Kladov2019-10-271-2/+26
* use more consistent namingAleksey Kladov2019-10-271-1/+1
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* move assists to subdirAleksey Kladov2019-09-251-0/+102