aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #7578bors[bot]2021-02-062-1/+3
|\
| * Add a semantic token type for char literalspetr-tik2021-02-052-1/+3
|/
* Merge #7577bors[bot]2021-02-051-10/+10
|\
| * cargo updatekjeremy2021-02-051-10/+10
* | Merge #7576bors[bot]2021-02-051-3/+3
|\ \ | |/ |/|
| * Fix resolveCodeAction trying to edit files before creating themLukas Wirth2021-02-051-3/+3
* | Merge #7575bors[bot]2021-02-052-7/+19
|\ \
| * | Test `super` resolution tooJonas Schievink2021-02-051-0/+2
| * | Fix resolution of `self` module within blocksJonas Schievink2021-02-052-7/+17
|/ /
* | Merge #7572bors[bot]2021-02-053-29/+30
|\ \ | |/ |/|
| * Add `find_or_create_impl_block` to assist utilsYoshua Wuyts2021-02-053-29/+30
* | Merge #7573bors[bot]2021-02-052-3/+3
|\ \
| * | Do not overwrite lock filekjeremy2021-02-052-3/+3
* | | Merge #7574bors[bot]2021-02-057-17/+8
|\ \ \ | |/ / |/| |
| * | Remove redundant clonesYoshua Wuyts2021-02-057-17/+8
| |/
* | Merge #7505bors[bot]2021-02-051-1/+1
|\ \
| * | Increase Highlights highlight range to covering elementLukas Wirth2021-02-041-1/+1
| | |
| \ \
*-. \ \ Merge #7570 #7571bors[bot]2021-02-056-165/+164
|\ \ \ \ | |_|_|/ |/| | |
| | * | Cleanup decl_checkLukas Wirth2021-02-054-164/+154
| * | | Add doc gen to the `generate_enum_match_method` assistYoshua Wuyts2021-02-052-1/+10
* | | | Merge #7569bors[bot]2021-02-051-0/+8
|\ \ \ \
| * | | | Add howtosAleksey Kladov2021-02-051-0/+8
* | | | | Merge #7562bors[bot]2021-02-055-64/+317
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Move `find_struct_impl` to assist utilsYoshua Wuyts2021-02-053-154/+85
| * | | add `generate-enum-match` assistYoshua Wuyts2021-02-053-0/+322
* | | | Merge #7568bors[bot]2021-02-051-2/+5
|\ \ \ \
| * | | | Fix merging of `segment_index` in path resolutionJonas Schievink2021-02-051-2/+5
| | |/ / | |/| |
* | | | Merge #7567bors[bot]2021-02-051-18/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unnecessary allocs in case_convLukas Wirth2021-02-051-18/+16
|/ / /
* | | Merge #7535bors[bot]2021-02-054-1/+2189
|\ \ \ | |/ / |/| |
| * | allow extracted body to be indented(dedent it)Vladyslav Katasonov2021-02-051-13/+101
| * | allow transitive `&mut` access for fields in extract_functionVladyslav Katasonov2021-02-051-27/+92
| * | add tests for extracting if/match/while/for exprsVladyslav Katasonov2021-02-041-0/+120
| * | document extract_function assist implementationVladyslav Katasonov2021-02-041-22/+126
| * | use `&T` for non copy params of extracted functionVladyslav Katasonov2021-02-041-2/+55
| * | split extract_function into pieces and order themVladyslav Katasonov2021-02-041-380/+510
| * | remove ignored test for downgrading mut to sharedVladyslav Katasonov2021-02-031-30/+0
| * | allow calling `&mut` methods on outer vars when extracing functionVladyslav Katasonov2021-02-031-0/+116
| * | allow `&mut param` when extracting functionVladyslav Katasonov2021-02-031-3/+107
| * | allow modifications of vars from outer scope inside extracted functionVladyslav Katasonov2021-02-032-46/+337
| * | allow local variables to be used after extracted bodyVladyslav Katasonov2021-02-031-41/+183
| * | change TODO to FIXMEVladyslav Katasonov2021-02-031-2/+2
| * | disable test for downgrading mutability on extractVladyslav Katasonov2021-02-031-0/+3
| * | convert IdentPat to Pat via IntoVladyslav Katasonov2021-02-031-5/+5
| * | support extracting methods; no mut loweringVladyslav Katasonov2021-02-031-37/+191
| * | initial version of extract function assistVladyslav Katasonov2021-02-033-0/+848
* | | Merge #7561bors[bot]2021-02-043-8/+9
|\ \ \
| * | | Avoid using ModPath's fields directlyJonas Schievink2021-02-043-8/+9
|/ / /
* | | Merge #7559bors[bot]2021-02-0418-51/+70
|\ \ \
| * | | Make `ModPath`'s representation privateJonas Schievink2021-02-0418-51/+70