Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement workspace/willRenameFiles for single-level file moves | Jeremy Kolb | 2020-12-23 | 5 | -6/+92 |
* | Merge #7019 | bors[bot] | 2020-12-23 | 2 | -1/+2 |
|\ | |||||
| * | Try serde_path_to_error for LSP InitializeParams | Laurențiu Nicola | 2020-12-23 | 2 | -1/+2 |
* | | Merge #7016 | bors[bot] | 2020-12-23 | 3 | -6/+13 |
|\ \ | |||||
| * | | Bump chalk | Laurențiu Nicola | 2020-12-23 | 2 | -5/+12 |
| * | | Bump rustc_lexer | Laurențiu Nicola | 2020-12-23 | 1 | -1/+1 |
| |/ | |||||
* | | Merge #7018 | bors[bot] | 2020-12-23 | 1 | -61/+58 |
|\ \ | |||||
| * | | Make code more direct | Aleksey Kladov | 2020-12-23 | 1 | -27/+20 |
| * | | Make code more understandable | Aleksey Kladov | 2020-12-23 | 1 | -9/+13 |
| * | | Rename for clarity | Aleksey Kladov | 2020-12-23 | 1 | -46/+46 |
| |/ | |||||
* | | Merge #7010 | bors[bot] | 2020-12-23 | 10 | -4/+168 |
|\ \ | |||||
| * | | Remove local ungrammar dependency | Lukas Wirth | 2020-12-23 | 1 | -3/+1 |
| * | | Parse const effect block | Lukas Wirth | 2020-12-23 | 4 | -2/+38 |
| * | | Parse ConstBlockPat | Lukas Wirth | 2020-12-23 | 3 | -0/+96 |
| * | | Update ungrammar for const block patterns | Lukas Wirth | 2020-12-23 | 3 | -2/+36 |
* | | | Merge #7017 | bors[bot] | 2020-12-23 | 1 | -1/+7 |
|\ \ \ | |||||
| * | | | Document `make` module design | Aleksey Kladov | 2020-12-23 | 1 | -1/+7 |
| | |/ | |/| | |||||
* | | | Merge #6960 | bors[bot] | 2020-12-23 | 2 | -1/+55 |
|\ \ \ | |/ / |/| | | |||||
| * | | Show enum variant completions for ref scrutinee | Lukas Wirth | 2020-12-20 | 1 | -1/+26 |
| * | | Show enum variant on Self qualified paths | Lukas Wirth | 2020-12-20 | 1 | -0/+29 |
* | | | Disable unaligned feature for the object crate | Laurențiu Nicola | 2020-12-23 | 1 | -1/+1 |
* | | | Don't think that /submod.rs is /mod.rs | Aleksey Kladov | 2020-12-23 | 2 | -5/+5 |
* | | | Document, how to view config in effect | Aleksey Kladov | 2020-12-23 | 1 | -2/+2 |
* | | | Merge #7000 | bors[bot] | 2020-12-23 | 5 | -28/+52 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Store invocation site for eager macros | Jonas Schievink | 2020-12-22 | 5 | -28/+52 |
* | | | Merge #6964 | bors[bot] | 2020-12-22 | 8 | -74/+363 |
|\ \ \ | |||||
| * | | | Reduce some more code duplication | Lukas Wirth | 2020-12-22 | 5 | -94/+76 |
| * | | | Insert snippet positions after fields names in record patterns | Lukas Wirth | 2020-12-21 | 2 | -6/+6 |
| * | | | Create non-exhaustive patterns for non_exhaustive attributed items | Lukas Wirth | 2020-12-20 | 1 | -3/+5 |
| * | | | Reduce code duplication in pattern completion | Lukas Wirth | 2020-12-20 | 1 | -34/+29 |
| * | | | Emit snippets for struct pattern completion if enabled | Lukas Wirth | 2020-12-20 | 2 | -15/+36 |
| * | | | Add completions for patterns | Lukas Wirth | 2020-12-20 | 6 | -26/+315 |
| | |/ | |/| | |||||
* | | | Merge #7005 | bors[bot] | 2020-12-22 | 1 | -103/+66 |
|\ \ \ | |||||
| * | | | Improve extract_module_to_file assist | Aleksey Kladov | 2020-12-22 | 1 | -103/+66 |
| | |/ | |/| | |||||
* | | | Merge #6993 | bors[bot] | 2020-12-22 | 1 | -17/+17 |
|\ \ \ | |/ / |/| | | |||||
| * | | Clean up descriptions for settings | Rüdiger Herrmann | 2020-12-22 | 1 | -17/+17 |
* | | | Merge #6746 | bors[bot] | 2020-12-22 | 9 | -18/+251 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix assist test logic | Daiki Ihara | 2020-12-21 | 1 | -2/+6 |
| * | | Update test diagnostics in ide | Daiki Ihara | 2020-12-21 | 1 | -0/+1 |
| * | | Add initial_contents field for CreateFile | Daiki Ihara | 2020-12-21 | 5 | -50/+47 |
| * | | Add extract_module_to_file assist | Daiki Ihara | 2020-12-21 | 3 | -0/+187 |
| * | | Add handling file_system_edit in test assists | Daiki Ihara | 2020-12-21 | 2 | -15/+59 |
* | | | Delete related whitespace when removing unused param | Rüdiger Herrmann | 2020-12-21 | 1 | -7/+74 |
* | | | Merge #6982 | bors[bot] | 2020-12-21 | 2 | -1/+16 |
|\ \ \ | |||||
| * | | | Remove parentheses when inverting `!(cond)` | Jesse Bakker | 2020-12-21 | 2 | -1/+16 |
* | | | | Acquire original text range when searching for references | Lukas Wirth | 2020-12-21 | 1 | -6/+42 |
* | | | | Filter out empty rustc spans | Jonas Schievink | 2020-12-21 | 1 | -0/+4 |
|/ / / | |||||
* | | | Merge #6965 | bors[bot] | 2020-12-21 | 7 | -147/+199 |
|\ \ \ | |||||
| * | | | Parse attributes in tuple expressions | Lukas Wirth | 2020-12-20 | 3 | -3/+56 |
| * | | | Properly attach attributes to Param instead of parent ParamList | Lukas Wirth | 2020-12-20 | 4 | -144/+143 |
| | |/ | |/| |