aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/change_visibility.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-1/+1
|
* rename range -> text_rangeAleksey Kladov2019-07-201-11/+12
|
* migrate ra_assists to the new ASTAleksey Kladov2019-07-191-2/+2
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-5/+8
| | | | | | 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
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-2/+3
|
* switch to new rowanAleksey Kladov2019-04-011-5/+5
|
* Assign IDs to assistsAleksey Kladov2019-02-241-4/+4
|
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-7/+13
|
* Add tests for action target rangesrobojumper2019-02-081-3/+10
|
* Add some assist rangesrobojumper2019-02-081-5/+8
|
* reformat the worldAleksey Kladov2019-02-081-35/+7
|
* move assists to a separate crateAleksey Kladov2019-02-061-0/+166