about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2019-01-21 16:32:43 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2019-01-22 18:03:52 +0100
commit696fb8faa9bb8dee2f014f6445df937fab346d24 (patch)
treedf72c0270651e6190bc76f4284996dc8bcfaeea3 /src
parentad30e9a6814b5d29dfbdcd85ecde48afcc94389b (diff)
downloadrust-696fb8faa9bb8dee2f014f6445df937fab346d24.tar.gz
rust-696fb8faa9bb8dee2f014f6445df937fab346d24.zip
submodules: update rls from ae0d89a to c9d25b6
Changes:
````
Remove state.analysis due to Rust PR #57476
Improve missing nightly readme info
Bump languageserver-types to v0.54.0 and renam crate name to lsp-types
Delete bors.toml
Fix tests
Fix https://github.com/rust-lang/rls/issues/1231
Implement asynchronous message reading
Use typed requests
Implement Tokio-based test LSP client
Update README.md to account for Travis url change
Simplify wait_for_all recv calls
Update dependencies
Revert NLL bug workaround
Remove old test_data entry in .gitignore
Reorganize some tests
Don't test RLS binary target directly
Move tooltip tests to integration tests
Simplify tooltip test harness
Only use FIXTURES_DIR to determine fixtures
Remove src/test/mod.rs
Centralise FIXTURES_DIR across unit and integration tests
Move lens test to tests/
Suppress unused warnings in tests/*
Beautify main.rs and lib.rs
WIP: Move tests
Move src/test/harness to tests/support/harness
Split RLS into bin/lib
Update Clippy
Change all mentions of `rls-preview` to `rls`
Make config mutex borrow scope explicit
Fallback to racer definition
````

Fixes rls build.
Diffstat (limited to 'src')
m---------src/tools/rls0
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml1
2 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rls b/src/tools/rls
-Subproject ae0d89a08d091ba1563b571739768a09d4cd3d6
+Subproject c9d25b667af766e8fe6d3b6168a5f99a0e4d722
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index c4499ef95ad..f5eeddda036 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -45,6 +45,7 @@ features = [
   "sspi",
   "synchapi",
   "sysinfoapi",
+  "threadpoollegacyapiset",
   "timezoneapi",
   "userenv",
   "winbase",