aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/ast/edit.rs
Commit message (Expand)AuthorAgeFilesLines
* Minor clippy performance suggestionskjeremy2020-09-301-1/+1
* Rename impl edit method to be more explicitMatt Hooper2020-09-211-1/+1
* Add edit utility for adding an associated item list to a impl defMatt Hooper2020-09-211-0/+16
* Reimplement import merging by making it recursive properly nesting all levelsLukas Wirth2020-09-121-0/+1
* Remove unnecessary commaAleksei Sidorov2020-09-041-1/+0
* Fix nitpicksAleksei Sidorov2020-09-041-17/+2
* Resolve most of corner casesAleksei Sidorov2020-09-031-4/+22
* Initial implementation of the #5085 issueAleksei Sidorov2020-09-031-0/+66
* Unify namingAleksey Kladov2020-09-031-4/+4
* formatjDomantas2020-08-171-13/+9
* fixup whitespace when adding missing impl itemsjDomantas2020-08-141-3/+30
* Cleanup **Move Guard** assistAleksey Kladov2020-08-131-0/+3
* **Merge Imports** assist handles selfAleksey Kladov2020-08-121-3/+8
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-0/+642