aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/extract_function.rs
Commit message (Expand)AuthorAgeFilesLines
* Nest all the or-patterns!Lukas Wirth2021-06-171-1/+1
* Merge #9242bors[bot]2021-06-131-4/+4
|\
| * clippy::redudant_borrowMaan20032021-06-131-4/+4
* | Fixed a small typo in commentfee1-dead2021-06-111-1/+1
|/
* Extract function assist will add async if requiredJamie Cunliffe2021-05-171-2/+63
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-37/+25
* internal: fix make APIAleksey Kladov2021-05-091-1/+1
* internal: remove one more usage of SyntaxRewriterAleksey Kladov2021-05-081-56/+46
* internal: remove one more usage of the rewriterAleksey Kladov2021-05-041-10/+23
* internal: fix naming polarityAleksey Kladov2021-04-301-1/+1
* Remove unnecessary braces for extracted block expressionBrandon2021-04-221-14/+22
* Fix extract function with partial block selectionBrandon2021-04-151-2/+62
* Merge #8415bors[bot]2021-04-131-2/+46
|\
| * Add macro testBrandon2021-04-111-0/+32
| * Add FIXME for macro caseBrandon2021-04-081-0/+13
| * Fix faulty assertion when extracting function with macro callBrandon2021-04-081-2/+1
* | Fix extract function's mutability of variables outliving the bodyBrandon2021-04-091-19/+109
|/
* Upgrade rowanAleksey Kladov2021-03-161-14/+6
* Use upstream cov-markLaurențiu Nicola2021-03-081-11/+10
* Honor snippet capability in extract function assistsan2021-03-051-2/+8
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+3378