aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #7525bors[bot]2021-02-022-2/+7
|\
| * Fix resolution of `crate` paths from within blocksJonas Schievink2021-02-022-2/+7
|/
* Merge #7523bors[bot]2021-02-024-16/+16
|\
| * Bump rustc_lexerLaurențiu Nicola2021-02-022-3/+3
| * Bump chalkLaurențiu Nicola2021-02-023-13/+13
|/
* Merge #7522bors[bot]2021-02-023-7/+6
|\
| * Use non-deprecated memmap2 cratekjeremy2021-02-023-7/+6
|/
* Merge #7521bors[bot]2021-02-021-4/+4
|\
| * cargo updatekjeremy2021-02-021-4/+4
* | Merge #7520bors[bot]2021-02-021-1/+5
|\ \ | |/ |/|
| * Show alias underlying typelumenian2021-02-021-1/+5
|/
* Merge #7519bors[bot]2021-02-021-0/+14
|\
| * add useless types to the styleguideAleksey Kladov2021-02-021-0/+14
|/
* Merge #7518bors[bot]2021-02-023-2/+20
|\
| * Use the right `DefMap` when looking up modulesJonas Schievink2021-02-023-2/+20
|/
* Merge #7516bors[bot]2021-02-0210-161/+96
|\
| * Revert "Use block_def_map in body lowering"Jonas Schievink2021-02-0210-161/+96
|/
* Merge #7514bors[bot]2021-02-011-14/+16
|\
| * Only allow one proc-macro processEdwin Cheng2021-02-011-14/+16
|/
* Merge #7512bors[bot]2021-02-013-8/+5
|\
| * Reap proc macro server instancesLaurențiu Nicola2021-02-013-8/+5
|/
* Merge #7509bors[bot]2021-02-011-1/+34
|\
| * Improve nvim-lsp setup instructionsLaurențiu Nicola2021-02-011-1/+34
|/
* Merge #7508bors[bot]2021-02-012-5/+48
|\
| * Update Test DataChristopher Serr2021-02-011-1/+46
| * Don't filter code suggestions on ApplicabilityChristopher Serr2021-02-011-4/+2
|/
* Merge #7507bors[bot]2021-02-011-0/+4
|\
| * Explain what to do if a release failsLaurențiu Nicola2021-02-011-0/+4
* | Merge #7506bors[bot]2021-02-0110-96/+161
|\ \ | |/ |/|
| * Shortcut `block_def_map` if there's no inner itemsJonas Schievink2021-02-011-2/+4
| * Use body lowering for block_def_map testsJonas Schievink2021-02-013-68/+117
| * Use block_def_map in body loweringJonas Schievink2021-02-016-26/+40
|/
* Merge #7503bors[bot]2021-01-312-1/+25
|\
| * Return inner attributes of outline mod declarations in `attrs_query`Lukas Wirth2021-01-312-1/+25
* | Merge #7502bors[bot]2021-01-312-8/+23
|\ \ | |/ |/|
| * Honor #![macro_use] in mod source filesLukas Wirth2021-01-312-8/+23
|/