Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document perf characteristic of to_node | Aleksey Kladov | 2021-06-22 | 1 | -0/+9 |
* | Merge #9165 | bors[bot] | 2021-06-21 | 19 | -80/+66 |
|\ | |||||
| * | Apply some clippy suggestions | Clemens Wasser | 2021-06-21 | 19 | -80/+66 |
* | | Merge #9264 | bors[bot] | 2021-06-21 | 4 | -105/+112 |
|\ \ | |||||
| * | | Remove deprecation support in config | Lukas Wirth | 2021-06-21 | 1 | -39/+13 |
| * | | typo | Lukas Wirth | 2021-06-14 | 1 | -1/+1 |
| * | | Add configuration deprecation | Lukas Wirth | 2021-06-14 | 1 | -10/+39 |
| * | | Don't ignore hover documentation setting for keyword hovers | Lukas Wirth | 2021-06-14 | 1 | -2/+4 |
| * | | Make documentation on hover configurable | Lukas Wirth | 2021-06-14 | 4 | -103/+105 |
* | | | Merge #9314 | bors[bot] | 2021-06-21 | 1 | -6/+20 |
|\ \ \ | |||||
| * | | | Fix var name | Daiki Ihara | 2021-06-21 | 1 | -7/+7 |
| * | | | Fix pointed out | Daiki Ihara | 2021-06-21 | 1 | -5/+16 |
| * | | | Fix extract_function with await | Daiki Ihara | 2021-06-21 | 1 | -2/+5 |
* | | | | Merge #9227 | bors[bot] | 2021-06-21 | 5 | -49/+115 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Implement a config override for the default #[cfg(test)] in cargo crates | Jade | 2021-06-19 | 5 | -55/+93 |
| * | | | Fix libcore not being included in rust-lang/rust module tree | Jade | 2021-06-19 | 2 | -2/+30 |
* | | | | Update sysroot crates | Jonas Schievink | 2021-06-21 | 1 | -6/+5 |
* | | | | Merge #9356 | bors[bot] | 2021-06-21 | 10 | -677/+557 |
|\ \ \ \ | |||||
| * | | | | Various keyword completion fixes | Lukas Wirth | 2021-06-21 | 4 | -16/+22 |
| * | | | | Move out completion type position tests | Lukas Wirth | 2021-06-21 | 5 | -206/+198 |
| * | | | | Move out completion pattern tests | Lukas Wirth | 2021-06-21 | 5 | -467/+349 |
* | | | | | Don't insert `}` when typing `{` in string | Jonas Schievink | 2021-06-21 | 1 | -3/+33 |
| |_|/ / |/| | | | |||||
* | | | | Fix `benchmark_include_macro` | Florian Diebold | 2021-06-20 | 1 | -1/+1 |
* | | | | More cleanups, use `check` for `display_source_code` tests | Florian Diebold | 2021-06-20 | 2 | -85/+67 |
* | | | | Clean up coercion tests | Florian Diebold | 2021-06-20 | 1 | -552/+117 |
* | | | | test_utils: Make overlapping annotations possible | Florian Diebold | 2021-06-20 | 1 | -6/+44 |
* | | | | Unify check_mismatches and check_types | Florian Diebold | 2021-06-20 | 9 | -380/+353 |
* | | | | Add coverage mark for block local impls | Florian Diebold | 2021-06-20 | 1 | -1/+4 |
* | | | | fix: don't add duplicate `&` during completion | Aleksey Kladov | 2021-06-20 | 2 | -68/+72 |
* | | | | Merge #9344 | bors[bot] | 2021-06-20 | 1 | -24/+22 |
|\ \ \ \ | |||||
| * | | | | fix: rename works when invoked on a reference | Aleksey Kladov | 2021-06-20 | 1 | -24/+22 |
* | | | | | Merge #9328 | bors[bot] | 2021-06-20 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Update test | kjeremy | 2021-06-18 | 1 | -1/+1 |
* | | | | | | Cleanup insert_use tests | Lukas Wirth | 2021-06-19 | 3 | -91/+78 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge #9338 | bors[bot] | 2021-06-19 | 1 | -6/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | minor: use minicore | Aleksey Kladov | 2021-06-19 | 1 | -6/+1 |
* | | | | | Don't insert imports outside of cfg attributed items | Lukas Wirth | 2021-06-18 | 4 | -32/+118 |
* | | | | | Merge #9334 | bors[bot] | 2021-06-18 | 12 | -17/+89 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Allow to disable import insertion on single path glob imports | Lukas Wirth | 2021-06-18 | 12 | -17/+89 |
* | | | | | minor: use minicore | Aleksey Kladov | 2021-06-18 | 4 | -36/+18 |
* | | | | | minor: use minicore | Aleksey Kladov | 2021-06-18 | 2 | -69/+43 |
* | | | | | minor: use minicore | Aleksey Kladov | 2021-06-18 | 3 | -27/+10 |
* | | | | | minor: use minicore | Aleksey Kladov | 2021-06-18 | 3 | -85/+13 |
* | | | | | minor: use minicore | Aleksey Kladov | 2021-06-18 | 2 | -76/+43 |
* | | | | | internal: use minicore deref more | Aleksey Kladov | 2021-06-18 | 5 | -127/+81 |
* | | | | | internal: add index to minicore | Aleksey Kladov | 2021-06-18 | 2 | -38/+50 |
* | | | | | minor: use minicore | Aleksey Kladov | 2021-06-18 | 3 | -87/+69 |
* | | | | | minor: use minicore | Aleksey Kladov | 2021-06-18 | 3 | -17/+3 |
| |_|/ / |/| | | | |||||
* | | | | internal: add Copy to minicore | Aleksey Kladov | 2021-06-18 | 3 | -307/+465 |
| |/ / |/| | | |||||
* | | | Merge #9321 | bors[bot] | 2021-06-18 | 5 | -54/+275 |
|\ \ \ |