aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/add_derive.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename range -> text_rangeAleksey Kladov2019-07-201-3/+3
|
* migrate ra_assists to the new ASTAleksey Kladov2019-07-191-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+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
* switch to new rowanAleksey Kladov2019-04-011-2/+4
|
* 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/+18
|
* Add some assist rangesrobojumper2019-02-081-0/+1
|
* reformat the worldAleksey Kladov2019-02-081-4/+2
|
* move assists to a separate crateAleksey Kladov2019-02-061-0/+85