aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/inline_local_variable.rs
Commit message (Expand)AuthorAgeFilesLines
* remove ast::*Kind enums from assistsAleksey Kladov2019-08-191-25/+25
* rename range -> text_rangeAleksey Kladov2019-07-201-2/+5
* migrate ra_assists to the new ASTAleksey Kladov2019-07-191-5/+5
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
* fold ScopeWithSyntax into SourceAnalyzerAleksey Kladov2019-04-131-1/+1
* hide some scopesAleksey Kladov2019-04-131-8/+3
* add ast::tokensAleksey Kladov2019-04-021-7/+2
* intelligently add parens when inlining local varaiblesgfreezy2019-04-011-44/+387
* switch to new rowanAleksey Kladov2019-04-011-2/+4
* use | instead of multiple match armsgfreezy2019-03-251-27/+27
* inline immutable local varialbegfreezy2019-03-251-0/+298