Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feature flag unix specific stuffHEADmaster | Akshay | 2021-06-23 | 2 | -5/+11 |
* | Add `public` semantic token modifier for public items | Aramis Razzaghipour | 2021-06-23 | 9 | -35/+67 |
* | Rewrite `convert_tokens` to use an explicit stack | Jonas Schievink | 2021-06-22 | 1 | -40/+80 |
* | Move subtree collection out of `TokenConvertor` | Jonas Schievink | 2021-06-22 | 1 | -124/+124 |
* | Fix compilation on WASM | Florian Diebold | 2021-06-22 | 2 | -2/+21 |
* | internal: remove one more accidentally quadratic code-path | Aleksey Kladov | 2021-06-22 | 2 | -26/+32 |
* | internal: count ItemScopes | Aleksey Kladov | 2021-06-22 | 1 | -0/+4 |
* | minor: clarify naming | Aleksey Kladov | 2021-06-22 | 2 | -7/+11 |
* | Merge #9374 | bors[bot] | 2021-06-22 | 2 | -4/+4 |
|\ | |||||
| * | Update crates | kjeremy | 2021-06-22 | 2 | -4/+4 |
* | | Factor out `pick_best_token` ide pattern into `ide_db` | Lukas Wirth | 2021-06-22 | 9 | -101/+62 |
|/ | |||||
* | intenral: dont export impl details | Aleksey Kladov | 2021-06-22 | 2 | -7/+5 |
* | minor: extend source_to_def docs | Aleksey Kladov | 2021-06-22 | 1 | -2/+18 |
* | internal: document source_to_def and it's connection to Kotlin&Roslyn | Aleksey Kladov | 2021-06-22 | 1 | -0/+69 |
* | Merge #9368 | bors[bot] | 2021-06-22 | 1 | -2/+15 |
|\ | |||||
| * | Prefer identifier tokens in expand_macro | Lukas Wirth | 2021-06-22 | 1 | -2/+15 |
* | | Merge #9367 | bors[bot] | 2021-06-22 | 1 | -0/+9 |
|\ \ | |||||
| * | | Document perf characteristic of to_node | Aleksey Kladov | 2021-06-22 | 1 | -0/+9 |
* | | | Merge #9348 | bors[bot] | 2021-06-21 | 1 | -1/+8 |
|\ \ \ | |||||
| * | | | output to log file if RA_LOG_FILE is defined in environment | rezural | 2021-06-21 | 1 | -1/+8 |
* | | | | Merge #9364 | bors[bot] | 2021-06-21 | 4 | -97/+157 |
|\ \ \ \ | |||||
| * | | | | Collapse documentation and markdown config settings into an enum | Lukas Wirth | 2021-06-21 | 3 | -39/+70 |
| * | | | | Split hover actions config into its own config struct | Lukas Wirth | 2021-06-21 | 4 | -81/+110 |
* | | | | | Merge #9363 | bors[bot] | 2021-06-21 | 1 | -4/+10 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Set explicit target directory to avoid cargo deadlock | oxalica | 2021-06-21 | 1 | -4/+10 |
| | |/ / | |/| | | |||||
* | | | | Merge #9362 | bors[bot] | 2021-06-21 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | feature: massively improve performance for large files | Aleksey Kladov | 2021-06-21 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Move features into potential_cfg_options | Jamie Cunliffe | 2021-06-21 | 6 | -38/+32 |
* | | | | Improve completion of cfg attributes | Jamie Cunliffe | 2021-06-21 | 8 | -0/+185 |
|/ / / | |||||
* | | | 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 |
| |_|/ / / |/| | | | |