aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/split_import.rs
Commit message (Collapse)AuthorAgeFilesLines
* move assists to subdirAleksey Kladov2019-09-251-61/+0
|
* rename range -> text_rangeAleksey Kladov2019-07-201-4/+4
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-6/+2
| | | | | | 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
* apply T! macro where it is possibleSergey Parilin2019-05-151-2/+3
|
* replace usages of `algo::generate` with `iter::successors` from stdRobin Freyler2019-04-131-2/+3
|
* switch to new rowanAleksey Kladov2019-04-011-2/+2
|
* Assign IDs to assistsAleksey Kladov2019-02-241-2/+2
|
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-3/+5
|
* Add tests for action target rangesrobojumper2019-02-081-1/+6
|
* Add some assist rangesrobojumper2019-02-081-0/+1
|
* reformat the worldAleksey Kladov2019-02-081-3/+1
|
* move assists to a separate crateAleksey Kladov2019-02-061-0/+57