aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/introduce_variable.rs
Commit message (Expand)AuthorAgeFilesLines
* fix assistsAleksey Kladov2019-09-021-3/+6
* refactor TryConvWith similar to ConvWithAleksey Kladov2019-08-201-4/+1
* switch to upstream rowan's APIAleksey Kladov2019-07-201-3/+2
* align SyntaxText API with upstreamAleksey Kladov2019-07-201-2/+3
* rename range -> text_rangeAleksey Kladov2019-07-201-6/+6
* migrate ra_assists to the new ASTAleksey Kladov2019-07-191-12/+12
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-4/+8
* Fix clippy::single_char_patternAlan Du2019-06-041-2/+2
* switch to new rowanAleksey Kladov2019-04-011-15/+13
* add marks to assistsAleksey Kladov2019-02-241-45/+35
* dont show introduce variable everywhereAleksey Kladov2019-02-241-41/+27
* Assign IDs to assistsAleksey Kladov2019-02-241-2/+2
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-3/+5
* Fix introduce var duplicating newlinesVille Penttinen2019-02-091-1/+80
* Add tests for action target rangesrobojumper2019-02-081-3/+32
* reformat the worldAleksey Kladov2019-02-081-5/+1
* Some clippy cleanupskjeremy2019-02-061-3/+3
* move assists to a separate crateAleksey Kladov2019-02-061-0/+432