about summary refs log tree commit diff
path: root/crates/syntax/src/ast/edit.rs
AgeCommit message (Expand)AuthorLines
2021-11-19Use mutable syntax trees in `merge_imports`, `split_imports`iDawer-38/+0
2021-10-03Add semicolons for consistencyAramis Razzaghipour-2/+2
2021-08-18minor: address review commentsDawer-2/+2
2021-08-18internal: introduce in-place indenting APIDawer-10/+19
2021-08-14minor: move functionality to a better placeAleksey Kladov-25/+1
2021-08-14internal: remove one more usage of old editing API.Aleksey Kladov-13/+17
2021-08-14internal: remove a remnant of old editing infraAleksey Kladov-28/+2
2021-07-02Remove make::match_arm_with_guardLukas Wirth-1/+1
2021-06-13clippy::manual_str_repeatMaan2003-1/+1
2021-06-13clippy::redudant_borrowMaan2003-1/+1
2021-05-22internal: replace AstTransformer with mutable syntax treesAleksey Kladov-54/+2
2021-05-16internal: use mutable syntax trees when filling fieldsAleksey Kladov-98/+2
2021-05-16internal: use mutable trees when filling match armsAleksey Kladov-105/+0
2021-05-14internal: use more mutable APIsAleksey Kladov-35/+1
2021-05-14internal: rewrite assoc item manipulaion to use mutable treesAleksey Kladov-145/+6
2021-05-14internal: remove SyntaxRewriterAleksey Kladov-48/+3
2021-05-14internal: remove more of the SyntaxRewriterAleksey Kladov-29/+31
2021-05-08minor: remove dead codeAleksey Kladov-11/+1
2021-03-25Use more std::array::IntoIterLaurențiu Nicola-4/+3
2021-03-25Use arrayvec 0.6Laurențiu Nicola-8/+8
2021-03-22rewrite merge use trees assist to use muatable syntax treesAleksey Kladov-38/+8
2021-03-21a lot of clippy::style fixesMatthias Krüger-1/+1
2021-03-21clippy::complexity simplifications related to IteratorsMatthias Krüger-2/+1
2021-03-21use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger-2/+1
2021-03-17avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger-1/+1
2021-02-24Implement line<->block comment assistJohn Renner-4/+7
2021-01-02Fix warnings on rust-nightlycynecx-2/+2
2020-09-30Minor clippy performance suggestionskjeremy-1/+1
2020-09-21Rename impl edit method to be more explicitMatt Hooper-1/+1
2020-09-21Add edit utility for adding an associated item list to a impl defMatt Hooper-0/+16
2020-09-12Reimplement import merging by making it recursive properly nesting all levelsLukas Wirth-0/+1
2020-09-04Remove unnecessary commaAleksei Sidorov-1/+0
2020-09-04Fix nitpicksAleksei Sidorov-17/+2
2020-09-03Resolve most of corner casesAleksei Sidorov-4/+22
2020-09-03Initial implementation of the #5085 issueAleksei Sidorov-0/+66
2020-09-03Unify namingAleksey Kladov-4/+4
2020-08-17formatjDomantas-13/+9
2020-08-14fixup whitespace when adding missing impl itemsjDomantas-3/+30
2020-08-13Cleanup **Move Guard** assistAleksey Kladov-0/+3
2020-08-12**Merge Imports** assist handles selfAleksey Kladov-3/+8
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-0/+642