Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Cleanup decl_check | Lukas Wirth | 2021-02-05 | 3 | -162/+152 | |
| * | | | 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 #7568 | bors[bot] | 2021-02-05 | 1 | -2/+5 | |
|\ \ \ \ | ||||||
| * | | | | Fix merging of `segment_index` in path resolution | Jonas Schievink | 2021-02-05 | 1 | -2/+5 | |
| | |/ / | |/| | | ||||||
* / | | | Remove unnecessary allocs in case_conv | Lukas Wirth | 2021-02-05 | 1 | -18/+16 | |
|/ / / | ||||||
* | | | Merge #7535 | bors[bot] | 2021-02-05 | 4 | -1/+2189 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | 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 | 2 | -46/+337 | |
| * | | 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 | |
| |/ | ||||||
* | | Avoid using ModPath's fields directly | Jonas Schievink | 2021-02-04 | 3 | -8/+9 | |
* | | Make `ModPath`'s representation private | Jonas Schievink | 2021-02-04 | 18 | -51/+70 | |
* | | Intern `TypeRef`s in the containing `ItemTree` | Jonas Schievink | 2021-02-04 | 4 | -21/+67 | |
* | | Expander: store a LocalModuleId, not ModuleId | Jonas Schievink | 2021-02-04 | 2 | -14/+11 | |
* | | Don't keep the parent DefMap alive via Arc | Jonas Schievink | 2021-02-04 | 5 | -36/+67 | |
* | | Split out ItemScope::dump from DefMap::dump | Jonas Schievink | 2021-02-03 | 2 | -21/+26 | |
* | | Merge #7546 | bors[bot] | 2021-02-03 | 2 | -0/+11 | |
|\ \ | ||||||
| * | | Add newline between block and crate maps | Jonas Schievink | 2021-02-03 | 2 | -0/+11 | |
* | | | Add a FIXME to ItemTree | Jonas Schievink | 2021-02-03 | 1 | -0/+1 | |
|/ / | ||||||
* | | Update `DefMap` and `block_def_map` docs | Jonas Schievink | 2021-02-03 | 2 | -1/+25 | |
* | | Merge #7541 | bors[bot] | 2021-02-03 | 12 | -100/+211 | |
|\ \ | ||||||
| * | | Test for name resolution with DefMap shortcut | Jonas Schievink | 2021-02-03 | 1 | -0/+33 | |
| * | | Shortcut `block_def_map` if there's no inner items | Jonas Schievink | 2021-02-03 | 5 | -11/+26 | |
| * | | Use body lowering for block_def_map tests | Jonas Schievink | 2021-02-03 | 3 | -68/+117 | |
| * | | Use block_def_map in body lowering | Jonas Schievink | 2021-02-03 | 6 | -26/+40 | |
* | | | Add cargo file tidy test | Edwin Cheng | 2021-02-03 | 1 | -2/+2 | |
|/ / | ||||||
* / | Make sure normal dependencies always have version | Pavan Kumar Sunkara | 2021-02-03 | 1 | -1/+1 | |
|/ | ||||||
* | Fix resolution of `crate` paths from within blocks | Jonas Schievink | 2021-02-02 | 2 | -2/+7 | |
* | Bump rustc_lexer | Laurențiu Nicola | 2021-02-02 | 1 | -1/+1 | |
* | Bump chalk | Laurențiu Nicola | 2021-02-02 | 2 | -5/+5 | |
* | Use non-deprecated memmap2 crate | kjeremy | 2021-02-02 | 2 | -2/+2 | |
* | Show alias underlying type | lumenian | 2021-02-02 | 1 | -1/+5 | |
* | Use the right `DefMap` when looking up modules | Jonas Schievink | 2021-02-02 | 3 | -2/+20 | |
* | Revert "Use block_def_map in body lowering" | Jonas Schievink | 2021-02-02 | 10 | -161/+96 | |
* | Only allow one proc-macro process | Edwin Cheng | 2021-02-01 | 1 | -14/+16 |