about summary refs log tree commit diff
path: root/crates/syntax/src/ast/edit_in_place.rs
AgeCommit message (Expand)AuthorLines
2022-04-03Merge #11887bors[bot]-0/+43
2022-04-03fix: Add missing fields diagnostic fix for patternsLukas Wirth-0/+43
2022-04-02fix: `merge_imports::recursive_merge` exiting earlyiDawer-1/+1
2022-04-01fix: splitting path of a glob import wrongly adds `self`iDawer-3/+20
2021-11-19Use mutable syntax trees in `merge_imports`, `split_imports`iDawer-2/+74
2021-10-05Replace `if let` with `match` where appropriateAramis Razzaghipour-18/+12
2021-10-05Replace `if let Some(_) = foo` with `if foo.is_some()`Aramis Razzaghipour-1/+1
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-1/+1
2021-10-03Add semicolons for consistencyAramis Razzaghipour-13/+13
2021-09-28Fix inline_call breaking RecordExprField shorthandsLukas Wirth-0/+29
2021-09-27Rename `*Owner` traits to `Has*`Lukas Wirth-5/+5
2021-09-26internal: more reasonable grammar for blocksAleksey Kladov-1/+1
2021-08-24internal: more declarative re-indentation APIAleksey Kladov-7/+8
2021-08-18minor: address review commentsDawer-6/+4
2021-08-18internal: introduce in-place indenting APIDawer-8/+42
2021-08-14minor: move functionality to a better placeAleksey Kladov-1/+29
2021-07-30Fix assists assuming comma belonging to MATCH_ARM_LISTLukas Wirth-9/+5
2021-07-03Inline parameters in `inline_call` if possibleLukas Wirth-0/+6
2021-05-24generate match arms with todo!() as placeholder bodyDomantas Jadenkus-6/+15
2021-05-22internal: replace AstTransformer with mutable syntax treesAleksey Kladov-0/+10
2021-05-17fix: don't add extra whitespace around fieldsAleksey Kladov-0/+4
2021-05-16internal: use mutable syntax trees when filling fieldsAleksey Kladov-0/+40
2021-05-16internal: use mutable trees when filling match armsAleksey Kladov-21/+69
2021-05-14internal: use more mutable APIsAleksey Kladov-0/+16
2021-05-14internal: rewrite assoc item manipulaion to use mutable treesAleksey Kladov-7/+65
2021-05-09internal: rewrite **Repalce impl Trait** assist to mutable syntax treesAleksey Kladov-12/+7
2021-04-15Finish GenericParamsOwnerEdit implsDawer-5/+94
2021-04-15Switch introduce_named_lifetime assist to use mutable syntax treeDawer-0/+64
2021-03-22rewrite merge use trees assist to use muatable syntax treesAleksey Kladov-3/+41
2021-03-19Make ast editing more ergonomicAleksey Kladov-21/+20
2021-03-16pit-of-successify tree editorAleksey Kladov-3/+3
2021-03-16Auto-magical whitespaceAleksey Kladov-21/+11
2021-03-16Move more boundsAleksey Kladov-10/+44
2021-03-16Upgrade rowanAleksey Kladov-0/+105