aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/move_guard.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix hir for new block syntaxAleksey Kladov2019-09-021-2/+2
|
* switch to upstream rowan's APIAleksey Kladov2019-07-201-4/+4
|
* rename range -> text_rangeAleksey Kladov2019-07-201-9/+11
|
* migrate ra_assists to the new ASTAleksey Kladov2019-07-191-5/+5
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-5/+4
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* add assist to move arm condition to match guardUnreal Hoang2019-05-211-0/+260