aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* feature flag unix specific stuffHEADmasterAkshay2021-06-232-5/+11
* Add `public` semantic token modifier for public itemsAramis Razzaghipour2021-06-239-35/+67
* Rewrite `convert_tokens` to use an explicit stackJonas Schievink2021-06-221-40/+80
* Move subtree collection out of `TokenConvertor`Jonas Schievink2021-06-221-124/+124
* Fix compilation on WASMFlorian Diebold2021-06-222-2/+21
* internal: remove one more accidentally quadratic code-pathAleksey Kladov2021-06-222-26/+32
* internal: count ItemScopesAleksey Kladov2021-06-221-0/+4
* minor: clarify namingAleksey Kladov2021-06-222-7/+11
* Merge #9374bors[bot]2021-06-222-4/+4
|\
| * Update crateskjeremy2021-06-222-4/+4
* | Factor out `pick_best_token` ide pattern into `ide_db`Lukas Wirth2021-06-229-101/+62
|/
* intenral: dont export impl detailsAleksey Kladov2021-06-222-7/+5
* minor: extend source_to_def docsAleksey Kladov2021-06-221-2/+18
* internal: document source_to_def and it's connection to Kotlin&RoslynAleksey Kladov2021-06-221-0/+69
* Merge #9368bors[bot]2021-06-221-2/+15
|\
| * Prefer identifier tokens in expand_macroLukas Wirth2021-06-221-2/+15
* | Merge #9367bors[bot]2021-06-221-0/+9
|\ \
| * | Document perf characteristic of to_nodeAleksey Kladov2021-06-221-0/+9
* | | Merge #9348bors[bot]2021-06-211-1/+8
|\ \ \
| * | | output to log file if RA_LOG_FILE is defined in environmentrezural2021-06-211-1/+8
* | | | Merge #9364bors[bot]2021-06-214-97/+157
|\ \ \ \
| * | | | Collapse documentation and markdown config settings into an enumLukas Wirth2021-06-213-39/+70
| * | | | Split hover actions config into its own config structLukas Wirth2021-06-214-81/+110
* | | | | Merge #9363bors[bot]2021-06-211-4/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Set explicit target directory to avoid cargo deadlockoxalica2021-06-211-4/+10
| | |/ / | |/| |
* | | | Merge #9362bors[bot]2021-06-211-1/+1
|\ \ \ \
| * | | | feature: massively improve performance for large filesAleksey Kladov2021-06-211-1/+1
| |/ / /
* | | | Move features into potential_cfg_optionsJamie Cunliffe2021-06-216-38/+32
* | | | Improve completion of cfg attributesJamie Cunliffe2021-06-218-0/+185
|/ / /
* | | Merge #9165bors[bot]2021-06-2119-80/+66
|\ \ \
| * | | Apply some clippy suggestionsClemens Wasser2021-06-2119-80/+66
* | | | Merge #9264bors[bot]2021-06-214-105/+112
|\ \ \ \
| * | | | Remove deprecation support in configLukas Wirth2021-06-211-39/+13
| * | | | typoLukas Wirth2021-06-141-1/+1
| * | | | Add configuration deprecationLukas Wirth2021-06-141-10/+39
| * | | | Don't ignore hover documentation setting for keyword hoversLukas Wirth2021-06-141-2/+4
| * | | | Make documentation on hover configurableLukas Wirth2021-06-144-103/+105
* | | | | Merge #9314bors[bot]2021-06-211-6/+20
|\ \ \ \ \
| * | | | | Fix var nameDaiki Ihara2021-06-211-7/+7
| * | | | | Fix pointed outDaiki Ihara2021-06-211-5/+16
| * | | | | Fix extract_function with awaitDaiki Ihara2021-06-211-2/+5
* | | | | | Merge #9227bors[bot]2021-06-215-49/+115
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Implement a config override for the default #[cfg(test)] in cargo cratesJade2021-06-195-55/+93
| * | | | | Fix libcore not being included in rust-lang/rust module treeJade2021-06-192-2/+30
* | | | | | Update sysroot cratesJonas Schievink2021-06-211-6/+5
* | | | | | Merge #9356bors[bot]2021-06-2110-677/+557
|\ \ \ \ \ \
| * | | | | | Various keyword completion fixesLukas Wirth2021-06-214-16/+22
| * | | | | | Move out completion type position testsLukas Wirth2021-06-215-206/+198
| * | | | | | Move out completion pattern testsLukas Wirth2021-06-215-467/+349
| | |_|_|_|/ | |/| | | |
* | | | | | Don't insert `}` when typing `{` in stringJonas Schievink2021-06-211-3/+33
| |_|/ / / |/| | | |