aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/ast/edit.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::manual_str_repeatMaan20032021-06-131-1/+1
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* internal: replace AstTransformer with mutable syntax treesAleksey Kladov2021-05-221-54/+2
* internal: use mutable syntax trees when filling fieldsAleksey Kladov2021-05-161-98/+2
* internal: use mutable trees when filling match armsAleksey Kladov2021-05-161-105/+0
* internal: use more mutable APIsAleksey Kladov2021-05-141-35/+1
* internal: rewrite assoc item manipulaion to use mutable treesAleksey Kladov2021-05-141-145/+6
* internal: remove SyntaxRewriterAleksey Kladov2021-05-141-48/+3
* internal: remove more of the SyntaxRewriterAleksey Kladov2021-05-141-29/+31
* minor: remove dead codeAleksey Kladov2021-05-081-11/+1
* Use more std::array::IntoIterLaurențiu Nicola2021-03-251-4/+3
* Use arrayvec 0.6Laurențiu Nicola2021-03-251-8/+8
* rewrite merge use trees assist to use muatable syntax treesAleksey Kladov2021-03-221-38/+8
* a lot of clippy::style fixesMatthias Krüger2021-03-211-1/+1
* clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-2/+1
* use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger2021-03-211-2/+1
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
* Implement line<->block comment assistJohn Renner2021-02-251-4/+7
* Fix warnings on rust-nightlycynecx2021-01-021-2/+2
* 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