aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/flip_comma.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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/+2
|
* switch to new rowanAleksey Kladov2019-04-011-5/+5
|
* Assign IDs to assistsAleksey Kladov2019-02-241-2/+2
|
* Move `non_trivia_sibling` to `ra_syntax::algo`Ville Penttinen2019-02-211-1/+2
|
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-3/+5
|
* Add tests for action target rangesrobojumper2019-02-081-1/+7
|
* move assists to a separate crateAleksey Kladov2019-02-061-0/+33