Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge #6618 | bors[bot] | 2020-11-24 | 2 | -12/+129 | |
|\ \ \ \ | ||||||
| * | | | | Properly infer tuple struct patterns when encountering ellipsis | Lukas Wirth | 2020-11-24 | 2 | -9/+70 | |
| * | | | | Properly infer tuple patterns when encountering ellipsis | Lukas Wirth | 2020-11-24 | 2 | -8/+64 | |
* | | | | | Merge #6620 | bors[bot] | 2020-11-24 | 1 | -15/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | cargo update | kjeremy | 2020-11-24 | 1 | -15/+15 | |
|/ / / / / | ||||||
* | | | | | Merge #6619 | bors[bot] | 2020-11-24 | 3 | -8/+19 | |
|\ \ \ \ \ | ||||||
| * | | | | | New lsp-types to fix versioning | kjeremy | 2020-11-24 | 3 | -8/+19 | |
|/ / / / / | ||||||
* | | | | | Merge #6617 | bors[bot] | 2020-11-24 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Avoid string allocations in ignore_test | Laurențiu Nicola | 2020-11-24 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge #6610 | bors[bot] | 2020-11-24 | 1 | -7/+76 | |
|\ \ \ \ | ||||||
| * | | | | add 'Re-enable this test' assist | Jakob Hellermann | 2020-11-23 | 1 | -7/+76 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #6613 | bors[bot] | 2020-11-24 | 1 | -1/+7 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Don't assume DidChangeTextDocument paths exist | Matt Jibson | 2020-11-23 | 1 | -1/+7 | |
* | | | | Merge #6609 | bors[bot] | 2020-11-23 | 1 | -6/+5 | |
|\ \ \ \ | ||||||
| * | | | | Minor, import style | Aleksey Kladov | 2020-11-23 | 1 | -6/+5 | |
|/ / / / | ||||||
* | | | | Merge #6606 | bors[bot] | 2020-11-23 | 3 | -3/+25 | |
|\ \ \ \ | ||||||
| * | | | | Parse unsafe extern block | David Tolnay | 2020-11-23 | 3 | -3/+25 | |
|/ / / / | ||||||
* | | | | Merge #6598 | bors[bot] | 2020-11-21 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | ensure word boundary after `true` | Dusty Pomerleau | 2020-11-21 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge #6595 | bors[bot] | 2020-11-20 | 1 | -7/+64 | |
|\ \ \ | ||||||
| * | | | Don't wrap parens around expr in remove_dbg assist if its in conditions | Lukas Wirth | 2020-11-20 | 1 | -7/+64 | |
|/ / / | ||||||
* | | | Merge #6592 | bors[bot] | 2020-11-19 | 1 | -16/+16 | |
|\ \ \ | ||||||
| * | | | cargo update | kjeremy | 2020-11-19 | 1 | -16/+16 | |
|/ / / | ||||||
* | | | Merge #6585 | bors[bot] | 2020-11-18 | 8 | -9/+149 | |
|\ \ \ | ||||||
| * | | | Fill code_description for rust_analyzer diagnostics | Lukas Wirth | 2020-11-18 | 1 | -1/+8 | |
| * | | | update diagnostics test_data with code_description changes | Lukas Wirth | 2020-11-18 | 6 | -6/+108 | |
| * | | | Link clippy lint codes in diagnostics | Lukas Wirth | 2020-11-18 | 1 | -7/+22 | |
| * | | | Link rustc error codes in diagnostics | Lukas Wirth | 2020-11-18 | 1 | -3/+19 | |
|/ / / | ||||||
| | | | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
*---. \ \ | Merge #6577 #6579 #6581 | bors[bot] | 2020-11-17 | 6 | -25/+37 | |
|\ \ \ \ \ | ||||||
| | | * | | | Use vscode-languageclient 7.0.0-next.14 | kjeremy | 2020-11-17 | 3 | -13/+15 | |
| | * | | | | cargo update and add new license | kjeremy | 2020-11-17 | 2 | -10/+20 | |
| * | | | | | fix typos in syntax.md | Jakob Hellermann | 2020-11-17 | 1 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Merge #6553 | bors[bot] | 2020-11-17 | 22 | -96/+369 | |
|\ \ \ \ \ | ||||||
| * | | | | | Actually enable eager completion | Kirill Bulatov | 2020-11-17 | 1 | -1/+1 | |
| * | | | | | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 9 | -84/+117 | |
| * | | | | | Remove query aliases | Kirill Bulatov | 2020-11-16 | 3 | -10/+10 | |
| * | | | | | Properly fill the completion settings | Kirill Bulatov | 2020-11-16 | 1 | -4/+5 | |
| * | | | | | Fix the other test | Kirill Bulatov | 2020-11-16 | 2 | -3/+25 | |
| * | | | | | Qualify autoimport completion suggestions | Kirill Bulatov | 2020-11-16 | 2 | -16/+43 | |
| * | | | | | Better filter mod paths | Kirill Bulatov | 2020-11-16 | 2 | -26/+28 | |
| * | | | | | Move autoimport completion into the unqialified_path module | Kirill Bulatov | 2020-11-16 | 5 | -156/+139 | |
| * | | | | | Omit modules during autocompletion | Kirill Bulatov | 2020-11-16 | 2 | -67/+118 | |
| * | | | | | Tweak the search limits a bit | Kirill Bulatov | 2020-11-16 | 2 | -3/+6 | |
| * | | | | | Reuse existing element rendering | Kirill Bulatov | 2020-11-16 | 4 | -88/+74 | |
| * | | | | | Use imports_locator | Kirill Bulatov | 2020-11-16 | 6 | -86/+119 | |
| * | | | | | Rename the module | Kirill Bulatov | 2020-11-16 | 2 | -6/+2 | |
| * | | | | | Allow to configure the merge behavior | Kirill Bulatov | 2020-11-16 | 2 | -5/+6 | |
| * | | | | | Add braces to functions and macros | Kirill Bulatov | 2020-11-16 | 2 | -39/+99 | |
| * | | | | | Tidy up the tests | Kirill Bulatov | 2020-11-16 | 1 | -49/+15 | |
| * | | | | | Use rewriter api to add both changes | Kirill Bulatov | 2020-11-16 | 1 | -11/+51 |