Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Compress code | Aleksey Kladov | 2020-11-17 | 2 | -66/+42 | |
| * | | | simplify | Aleksey Kladov | 2020-11-17 | 1 | -41/+32 | |
| | |/ | |/| | ||||||
* / | | Latest LSP 3.16 protocol | kjeremy | 2020-11-16 | 10 | -27/+26 | |
|/ / | ||||||
* / | Prepare to recompute completions on every keystroke | Aleksey Kladov | 2020-11-16 | 1 | -1/+2 | |
|/ | ||||||
* | Merge #6563 | bors[bot] | 2020-11-16 | 1 | -0/+46 | |
|\ | ||||||
| * | Don't complete keywords in struct literals | Lukas Wirth | 2020-11-16 | 1 | -0/+46 | |
* | | Merge #6558 | bors[bot] | 2020-11-16 | 3 | -0/+26 | |
|\ \ | |/ |/| | ||||||
| * | format string highlighting: handle hex + debug type specifier | Roland Ruckerbauer | 2020-11-15 | 3 | -0/+26 | |
* | | Merge #6552 | bors[bot] | 2020-11-15 | 5 | -26/+206 | |
|\ \ | |/ |/| | ||||||
| * | Cleanup edit_text_range_for_record_field_expr_or_pat | Lukas Wirth | 2020-11-15 | 1 | -46/+59 | |
| * | Use shorthand field syntax in destructures | Lukas Wirth | 2020-11-14 | 3 | -29/+84 | |
| * | Properly handle shorthands in destructure patterns when renaming | Lukas Wirth | 2020-11-14 | 2 | -6/+69 | |
| * | Use shorthand record syntax when renaming struct initializer field | Lukas Wirth | 2020-11-14 | 4 | -19/+68 | |
* | | Merge #6544 | bors[bot] | 2020-11-13 | 3 | -4/+117 | |
|\ \ | ||||||
| * | | add suggestion ..Default::default() for remaining struct fields in a construc... | Benjamin Coenen | 2020-11-13 | 1 | -1/+1 | |
| * | | add suggestion ..Default::default() for remaining struct fields in a construc... | Benjamin Coenen | 2020-11-13 | 3 | -4/+117 | |
* | | | Remove dead code | Aleksey Kladov | 2020-11-13 | 1 | -15/+0 | |
* | | | Cleanup workspace loading a tiny bit | Aleksey Kladov | 2020-11-13 | 6 | -41/+35 | |
* | | | Move tricky workspace logic to a separate module | Aleksey Kladov | 2020-11-13 | 2 | -602/+611 | |
* | | | cleanup | Aleksey Kladov | 2020-11-13 | 1 | -0/+0 | |
* | | | Merge #6519 | bors[bot] | 2020-11-13 | 5 | -6/+40 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | add open Cargo.toml action | Anatol Liu | 2020-11-13 | 8 | -38/+46 | |
* | | | Merge #6524 | bors[bot] | 2020-11-12 | 4 | -69/+225 | |
|\ \ \ | ||||||
| * | | | Address review comments | Xavier Denis | 2020-11-12 | 1 | -3/+2 | |
| * | | | Reorder rustc_private loading | Xavier Denis | 2020-11-11 | 1 | -87/+86 | |
| * | | | Add support for loading rustc private crates | Xavier Denis | 2020-11-11 | 4 | -69/+227 | |
* | | | | Merge #6514 | bors[bot] | 2020-11-12 | 1 | -28/+92 | |
|\ \ \ \ | ||||||
| * | | | | Add extra test to extract_struct_from_enum_variant | Lukas Wirth | 2020-11-12 | 1 | -1/+28 | |
| * | | | | Use Module::find_use_path_prefixed in extract_struct_from_enum_variant assist | Lukas Wirth | 2020-11-12 | 1 | -5/+9 | |
| * | | | | Fix extract_struct_from_enum_variant not updating record references | Lukas Wirth | 2020-11-12 | 1 | -26/+59 | |
* | | | | | Merge #6513 | bors[bot] | 2020-11-12 | 1 | -1/+82 | |
|\ \ \ \ \ | ||||||
| * | | | | | Support qualified function calls in remove_unused_param | Lukas Wirth | 2020-11-12 | 1 | -1/+49 | |
| * | | | | | Add multiple file edit tes to remove_unused_param assist | Lukas Wirth | 2020-11-09 | 1 | -0/+33 | |
| |/ / / / | ||||||
* | | | | | Remove the fixme | Kirill Bulatov | 2020-11-12 | 1 | -36/+15 | |
* | | | | | Add a FIXME for non-unified inner attributes | Kirill Bulatov | 2020-11-12 | 1 | -2/+7 | |
* | | | | | Do not insert imports before inner comments | Kirill Bulatov | 2020-11-12 | 1 | -18/+92 | |
| |_|_|/ |/| | | | ||||||
* | | | | Fix attachment of inner doc comments | Aleksey Kladov | 2020-11-12 | 3 | -19/+33 | |
* | | | | Simplify code | Aleksey Kladov | 2020-11-12 | 1 | -28/+23 | |
* | | | | Update tests | Aleksey Kladov | 2020-11-12 | 10 | -21/+168 | |
* | | | | Update crates | kjeremy | 2020-11-11 | 1 | -1/+1 | |
* | | | | Replace RacyFlag with OnceCell | Aleksey Kladov | 2020-11-11 | 3 | -32/+6 | |
| |_|/ |/| | | ||||||
* | | | Be more pedantic when checking codeAction/resolve support | Aleksey Kladov | 2020-11-10 | 1 | -3/+6 | |
| |/ |/| | ||||||
* | | Switch to upstream protocol for resolving code action | Aleksey Kladov | 2020-11-10 | 11 | -46/+67 | |
* | | Merge #6512 | bors[bot] | 2020-11-09 | 1 | -36/+89 | |
|\ \ | ||||||
| * | | Don't replace parent node when inserting as first child in algo::diff | Lukas Wirth | 2020-11-09 | 1 | -36/+89 | |
* | | | Merge #6472 | bors[bot] | 2020-11-09 | 7 | -3/+95 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-09 | 2 | -16/+3 | |
| * | | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-08 | 2 | -6/+2 | |
| * | | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-05 | 1 | -5/+1 | |
| * | | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-05 | 1 | -1/+1 |