aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/edit.rs
Commit message (Collapse)AuthorAgeFilesLines
* Adds "replace with guarded return" assistMikhail Modin2019-10-201-0/+28
|
* add syntax-tree based indentsAleksey Kladov2019-10-121-6/+85
|
* cleanup editorAleksey Kladov2019-09-301-1/+4
|
* remove ast_editor.rsAleksey Kladov2019-09-301-0/+12
|
* move remove bounds to ast/edit.rsAleksey Kladov2019-09-301-1/+15
|
* move field list to ast/edit.rsAleksey Kladov2019-09-301-1/+81
|
* migrate add impl items to the new editing APIAleksey Kladov2019-09-281-3/+94
|
* simplify strip attrsAleksey Kladov2019-09-281-1/+20
|
* Start simplifying editing APIAleksey Kladov2019-09-261-0/+52