Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | expose hir::Type::type_paramters | Vladyslav Katasonov | 2021-02-13 | 1 | -24/+5 | |
* | allow try expr? with return None in extracted function | Vladyslav Katasonov | 2021-02-13 | 1 | -4/+42 | |
* | allow try expr? when extacting function | Vladyslav Katasonov | 2021-02-13 | 1 | -30/+347 | |
* | handle return, break and continue when extracting function | Vladyslav Katasonov | 2021-02-13 | 4 | -125/+1036 | |
* | migrate body span to {parent,text_range} | Vladyslav Katasonov | 2021-02-13 | 1 | -134/+112 | |
* | cargo fmt | Domantas Jadenkus | 2021-02-13 | 1 | -1/+4 | |
* | make it work for record-style variants | Domantas Jadenkus | 2021-02-13 | 1 | -14/+46 | |
* | update doc | Domantas Jadenkus | 2021-02-13 | 2 | -2/+2 | |
* | handle generic enums | Domantas Jadenkus | 2021-02-13 | 1 | -8/+58 | |
* | allow any field type | Domantas Jadenkus | 2021-02-13 | 1 | -5/+16 | |
* | use Self instead of enum name | Domantas Jadenkus | 2021-02-13 | 1 | -5/+5 | |
* | Use NameLike in FileReference directly as its not exported from ide anymore | Lukas Wirth | 2021-02-12 | 1 | -2/+1 | |
* | Refactor reference searching to work with the ast | Lukas Wirth | 2021-02-12 | 1 | -50/+60 | |
* | Add `find_impl_block_end` assist helper | Yoshua Wuyts | 2021-02-12 | 6 | -18/+171 | |
* | Merge #7617 | bors[bot] | 2021-02-10 | 9 | -68/+603 | |
|\ | ||||||
| * | Add getter/setter assists | Yoshua Wuyts | 2021-02-09 | 9 | -68/+603 | |
* | | Add #[track_caller] to assist tests | Yoshua Wuyts | 2021-02-09 | 1 | -0/+4 | |
|/ | ||||||
* | AdtDef -> Adt | Aleksey Kladov | 2021-02-07 | 6 | -14/+14 | |
* | 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 | |
|\ |