Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge #7572 | bors[bot] | 2021-02-05 | 3 | -29/+30 | |
|\ | ||||||
| * | Add `find_or_create_impl_block` to assist utils | Yoshua Wuyts | 2021-02-05 | 3 | -29/+30 | |
* | | Merge #7574 | bors[bot] | 2021-02-05 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Remove redundant clones | Yoshua Wuyts | 2021-02-05 | 1 | -2/+2 | |
| |/ | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #7570 #7571 | bors[bot] | 2021-02-05 | 2 | -1/+10 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add doc gen to the `generate_enum_match_method` assist | Yoshua Wuyts | 2021-02-05 | 2 | -1/+10 | |
* | | | Merge #7562 | bors[bot] | 2021-02-05 | 5 | -64/+317 | |
|\| | | |/ |/| | ||||||
| * | Move `find_struct_impl` to assist utils | Yoshua Wuyts | 2021-02-05 | 3 | -154/+85 | |
| * | add `generate-enum-match` assist | Yoshua Wuyts | 2021-02-05 | 3 | -0/+322 | |
* | | Merge #7535 | bors[bot] | 2021-02-05 | 3 | -0/+2188 | |
|\ \ | |/ |/| | ||||||
| * | allow extracted body to be indented(dedent it) | Vladyslav Katasonov | 2021-02-05 | 1 | -13/+101 | |
| * | allow transitive `&mut` access for fields in extract_function | Vladyslav Katasonov | 2021-02-05 | 1 | -27/+92 | |
| * | add tests for extracting if/match/while/for exprs | Vladyslav Katasonov | 2021-02-04 | 1 | -0/+120 | |
| * | document extract_function assist implementation | Vladyslav Katasonov | 2021-02-04 | 1 | -22/+126 | |
| * | use `&T` for non copy params of extracted function | Vladyslav Katasonov | 2021-02-04 | 1 | -2/+55 | |
| * | split extract_function into pieces and order them | Vladyslav Katasonov | 2021-02-04 | 1 | -380/+510 | |
| * | remove ignored test for downgrading mut to shared | Vladyslav Katasonov | 2021-02-03 | 1 | -30/+0 | |
| * | allow calling `&mut` methods on outer vars when extracing function | Vladyslav Katasonov | 2021-02-03 | 1 | -0/+116 | |
| * | 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 | 3 | -0/+848 | |
* | | Make `ModPath`'s representation private | Jonas Schievink | 2021-02-04 | 1 | -2/+2 | |
|/ | ||||||
* | Enable fill_match_arms in macros | Lukas Wirth | 2021-01-27 | 1 | -3/+35 | |
* | Add failing test case | Dániel Buga | 2021-01-26 | 1 | -0/+28 | |
* | Deduplicate variant matching | Dániel Buga | 2021-01-22 | 3 | -42/+25 | |
* | replace_if_let_with_match: don't assume sad pattern | Dániel Buga | 2021-01-22 | 1 | -2/+88 | |
* | Merge #7310 #7395 | bors[bot] | 2021-01-22 | 3 | -0/+249 | |
|\ | ||||||
| * | Add assist: add lifetime to type #7200 | Benjamin Coenen | 2021-01-21 | 2 | -18/+23 | |
| * | Add assist: add lifetime to type #7200 | Benjamin Coenen | 2021-01-18 | 1 | -0/+6 | |
| * | Add assist: add lifetime to type #7200 | Benjamin Coenen | 2021-01-17 | 3 | -0/+238 | |
* | | Treat BlockExpr as a potential module origin | Jonas Schievink | 2021-01-20 | 1 | -5/+14 | |
* | | . | Aleksey Kladov | 2021-01-19 | 5 | -19/+23 | |
* | | Show deprecated completions for deprecated traits | Kirill Bulatov | 2021-01-18 | 1 | -1/+1 | |
* | | Merge #7297 #7338 | bors[bot] | 2021-01-18 | 2 | -42/+40 | |
|\ \ | ||||||
| * | | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 2 | -42/+40 | |
| |/ | ||||||
* | | Merge #7291 | bors[bot] | 2021-01-18 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 1 | -1/+1 | |
* | | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 7 | -300/+34 | |
* | | Add test mark for skipping single use item | unexge | 2021-01-15 | 1 | -0/+3 | |
* | | Create new nodes only when applying changes | unexge | 2021-01-15 | 1 | -16/+31 | |
* | | Add Unmerge Use assist | unexge | 2021-01-15 | 3 | -0/+229 | |
|/ | ||||||
* | Merge #7286 | bors[bot] | 2021-01-15 | 1 | -3/+2 | |
|\ | ||||||
| * | Remove useless wrapper | Aleksey Kladov | 2021-01-15 | 1 | -3/+2 | |
* | | Add support for yiled keyword | Daiki Ihara | 2021-01-15 | 1 | -22/+23 | |
|/ | ||||||
* | Phase out SourceFileEdits in favour of a plain HashMap | Lukas Wirth | 2021-01-14 | 2 | -34/+19 |