aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/inline_local_variable.rs
Commit message (Expand)AuthorAgeFilesLines
* 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