Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow `&mut param` when extracting function | Vladyslav Katasonov | 2021-02-03 | 1 | -3/+107 |
* | allow modifications of vars from outer scope inside extracted function | Vladyslav Katasonov | 2021-02-03 | 1 | -45/+336 |
* | allow local variables to be used after extracted body | Vladyslav Katasonov | 2021-02-03 | 1 | -41/+183 |
* | change TODO to FIXME | Vladyslav Katasonov | 2021-02-03 | 1 | -2/+2 |
* | disable test for downgrading mutability on extract | Vladyslav Katasonov | 2021-02-03 | 1 | -0/+3 |
* | convert IdentPat to Pat via Into | Vladyslav Katasonov | 2021-02-03 | 1 | -5/+5 |
* | support extracting methods; no mut lowering | Vladyslav Katasonov | 2021-02-03 | 1 | -37/+191 |
* | initial version of extract function assist | Vladyslav Katasonov | 2021-02-03 | 1 | -0/+819 |