aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | vscode-languageclient 7.1.0-next.2kjeremy2021-02-161-14/+14
* | | Merge #7703bors[bot]2021-02-171-16/+22
|\ \ \
| * | | Allow comments between newlines in chaining hintsPaco Soberón2021-02-161-16/+22
| |/ /
* | | Merge #7702bors[bot]2021-02-171-1/+2
|\ \ \ | |/ / |/| |
| * | Remove use of deprecated `std::collections::Bound`bstrie2021-02-161-1/+2
|/ /
* | Merge #7700bors[bot]2021-02-161-10/+3270
|\ \
| * | Use npm 7.x package-lock.jsonkjeremy2021-02-161-10/+3270
|/ /
* | Merge #7690bors[bot]2021-02-166-41/+50
|\ \ | |/ |/|
| * Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche2021-02-166-41/+50
* | Merge #7697bors[bot]2021-02-162-4/+1
|\ \
| * | Use `cfg(target_arch)` instead of a Cargo featureJonas Schievink2021-02-162-4/+1
|/ /
* | Merge #7657bors[bot]2021-02-1616-146/+221
|\ \
| * | document offsetsAleksey Kladov2021-02-161-1/+7
| * | Fix bitrotted module nameAleksey Kladov2021-02-168-8/+10
| * | Enable offset-encoding capabilityAleksey Kladov2021-02-165-7/+24
| * | Implement utf8 offsetsAleksey Kladov2021-02-165-15/+45
| * | Make it easy to add additional context for offset conversionAleksey Kladov2021-02-166-113/+111
| * | Make utf8 default, implement utf16 in terms of itAleksey Kladov2021-02-166-10/+27
| * | reduce code duplication in testsAleksey Kladov2021-02-161-14/+19
| * | Prepare for utf-8 offsetsAleksey Kladov2021-02-167-30/+30
| |/
* | Merge #7696bors[bot]2021-02-168-12/+14
|\ \ | |/ |/|
| * Fix a few clippy::perf warningskjeremy2021-02-168-12/+14
|/
* Merge #7695bors[bot]2021-02-162-3/+3
|\
| * Bump lsp-typeskjeremy2021-02-162-3/+3
* | Merge #7687bors[bot]2021-02-165-0/+116
|\ \
| * | Specialization for async traitsArnaud2021-02-155-0/+116
| |/
* | Merge #7620bors[bot]2021-02-166-247/+1525
|\ \ | |/ |/|
| * expose hir::Type::type_paramtersVladyslav Katasonov2021-02-132-24/+17
| * allow try expr? with return None in extracted functionVladyslav Katasonov2021-02-131-4/+42
| * allow try expr? when extacting functionVladyslav Katasonov2021-02-132-30/+350
| * handle return, break and continue when extracting functionVladyslav Katasonov2021-02-135-134/+1083
| * migrate body span to {parent,text_range}Vladyslav Katasonov2021-02-131-134/+112
* | Merge #7685bors[bot]2021-02-151-16/+10
|\ \
| * | cargo updatekjeremy2021-02-151-16/+10
|/ /
* | Merge #7684bors[bot]2021-02-151-20/+20
|\ \
| * | Actually fix runnable orderivan7702021-02-151-20/+20
|/ /
* | Merge #7661bors[bot]2021-02-147-33/+28
|\ \
| * | Start LSP 3.17 supportJeremy Kolb2021-02-147-33/+28
* | | Merge #7678bors[bot]2021-02-141-1/+1
|\ \ \ | |/ / |/| |
| * | Simplify find_crlfMichał Muskała2021-02-141-1/+1
|/ /
* | Merge #7676bors[bot]2021-02-142-81/+96
|\ \
| * | Make it clear which client-side commands we useAleksey Kladov2021-02-142-81/+96
* | | Merge #7656bors[bot]2021-02-142-103/+172
|\ \ \ | |/ / |/| |
| * | Only use HIR when searching for enum constructors, otherwise fall back to ASTLukas Wirth2021-02-131-48/+34
| * | Implement constructor usage search for almost all itemsLukas Wirth2021-02-122-108/+191
| | |
| \ \
*-. \ \ Merge #7643 #7663bors[bot]2021-02-148-23/+70
|\ \ \ \
| | * | | fix: tolerate spaces in nix binary patchingYaroslav Bolyukin2021-02-131-3/+3
| * | | | Allow automatically detect the rustc-src directory (fixes #3517).Benjamin Bouvier2021-02-137-20/+67
* | | | | Merge #7668bors[bot]2021-02-142-51/+133
|\ \ \ \ \
| * | | | | Don't rename field record patterns directlyLukas Wirth2021-02-132-39/+73