aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/move_bounds.rs
Commit message (Expand)AuthorAgeFilesLines
* use any()kjeremy2019-10-111-1/+1
* Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-301-7/+5
|\
| * remove ast_editor.rsAleksey Kladov2019-09-301-5/+4
| * move remove bounds to ast/edit.rsAleksey Kladov2019-09-301-2/+1
* | Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
|/
* keep ast creation API simpleAleksey Kladov2019-09-261-5/+5
* add new editing API, suitable for modifying several nodes at onceAleksey Kladov2019-09-251-20/+19
* shorten AstBuilder namesAleksey Kladov2019-09-251-5/+4
* move ast builder to a separate fileAleksey Kladov2019-09-251-1/+1
* move assists to subdirAleksey Kladov2019-09-251-0/+135