Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Merge #7525 | bors[bot] | 2021-02-02 | 2 | -2/+7 |
|\ | |||||
| * | Fix resolution of `crate` paths from within blocks | Jonas Schievink | 2021-02-02 | 2 | -2/+7 |
|/ | |||||
* | Merge #7523 | bors[bot] | 2021-02-02 | 4 | -16/+16 |
|\ | |||||
| * | Bump rustc_lexer | Laurențiu Nicola | 2021-02-02 | 2 | -3/+3 |
| * | Bump chalk | Laurențiu Nicola | 2021-02-02 | 3 | -13/+13 |
|/ | |||||
* | Merge #7522 | bors[bot] | 2021-02-02 | 3 | -7/+6 |
|\ | |||||
| * | Use non-deprecated memmap2 crate | kjeremy | 2021-02-02 | 3 | -7/+6 |
|/ | |||||
* | Merge #7521 | bors[bot] | 2021-02-02 | 1 | -4/+4 |
|\ | |||||
| * | cargo update | kjeremy | 2021-02-02 | 1 | -4/+4 |
* | | Merge #7520 | bors[bot] | 2021-02-02 | 1 | -1/+5 |
|\ \ | |/ |/| | |||||
| * | Show alias underlying type | lumenian | 2021-02-02 | 1 | -1/+5 |
|/ | |||||
* | Merge #7519 | bors[bot] | 2021-02-02 | 1 | -0/+14 |
|\ | |||||
| * | add useless types to the styleguide | Aleksey Kladov | 2021-02-02 | 1 | -0/+14 |
|/ | |||||
* | Merge #7518 | bors[bot] | 2021-02-02 | 3 | -2/+20 |
|\ | |||||
| * | Use the right `DefMap` when looking up modules | Jonas Schievink | 2021-02-02 | 3 | -2/+20 |
|/ | |||||
* | Merge #7516 | bors[bot] | 2021-02-02 | 10 | -161/+96 |
|\ | |||||
| * | Revert "Use block_def_map in body lowering" | Jonas Schievink | 2021-02-02 | 10 | -161/+96 |
|/ | |||||
* | Merge #7514 | bors[bot] | 2021-02-01 | 1 | -14/+16 |
|\ | |||||
| * | Only allow one proc-macro process | Edwin Cheng | 2021-02-01 | 1 | -14/+16 |
|/ | |||||
* | Merge #7512 | bors[bot] | 2021-02-01 | 3 | -8/+5 |
|\ | |||||
| * | Reap proc macro server instances | Laurențiu Nicola | 2021-02-01 | 3 | -8/+5 |
|/ | |||||
* | Merge #7509 | bors[bot] | 2021-02-01 | 1 | -1/+34 |
|\ | |||||
| * | Improve nvim-lsp setup instructions | Laurențiu Nicola | 2021-02-01 | 1 | -1/+34 |
|/ | |||||
* | Merge #7508 | bors[bot] | 2021-02-01 | 2 | -5/+48 |
|\ | |||||
| * | Update Test Data | Christopher Serr | 2021-02-01 | 1 | -1/+46 |
| * | Don't filter code suggestions on Applicability | Christopher Serr | 2021-02-01 | 1 | -4/+2 |
|/ | |||||
* | Merge #7507 | bors[bot] | 2021-02-01 | 1 | -0/+4 |
|\ | |||||
| * | Explain what to do if a release fails | Laurențiu Nicola | 2021-02-01 | 1 | -0/+4 |
* | | Merge #7506 | bors[bot] | 2021-02-01 | 10 | -96/+161 |
|\ \ | |/ |/| | |||||
| * | Shortcut `block_def_map` if there's no inner items | Jonas Schievink | 2021-02-01 | 1 | -2/+4 |
| * | Use body lowering for block_def_map tests | Jonas Schievink | 2021-02-01 | 3 | -68/+117 |
| * | Use block_def_map in body lowering | Jonas Schievink | 2021-02-01 | 6 | -26/+40 |
|/ | |||||
* | Merge #7503 | bors[bot] | 2021-01-31 | 2 | -1/+25 |
|\ | |||||
| * | Return inner attributes of outline mod declarations in `attrs_query` | Lukas Wirth | 2021-01-31 | 2 | -1/+25 |
* | | Merge #7502 | bors[bot] | 2021-01-31 | 2 | -8/+23 |
|\ \ | |/ |/| | |||||
| * | Honor #![macro_use] in mod source files | Lukas Wirth | 2021-01-31 | 2 | -8/+23 |
|/ | |||||
* | Merge #7500 | bors[bot] | 2021-01-30 | 1 | -2/+19 |
|\ | |||||
| * | Fix ast::String::value not properly escaping in some cases | Lukas Wirth | 2021-01-30 | 1 | -2/+19 |
* | | Merge #7483 | bors[bot] | 2021-01-30 | 5 | -27/+59 |
|\ \ | |/ |/| | |||||
| * | Prefer ValueNS when resolving hir path for PathExpressions | Lukas Wirth | 2021-01-29 | 1 | -14/+31 |