about summary refs log tree commit diff
path: root/src/tools/rls
AgeCommit message (Collapse)AuthorLines
2019-03-18Update Clippy, RLS and RustfmtMateusz Mikuła-0/+0
2019-03-10Bump Clippy and RLSIgor Matuszewski-0/+0
2019-03-08Update cargo, rlsEric Huss-0/+0
2019-02-18Update RLS to rust-lang/rls@0d6f53flip1995-0/+0
2019-02-03submodule: update rls from c9d25b667a to f331ff7Hirokazu Hata-0/+0
2019-01-22submodules: update rls from ae0d89a to c9d25b6Matthias Krüger-0/+0
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.
2019-01-13Use building RLS branch without `make_glob`Igor Matuszewski-0/+0
2019-01-07submodules: update rls from 6f5e4bb to 1a6361bMatthias Krüger-0/+0
Changes: ```` Update Clippy Move TestFailures when collecting failures Update languageserver-types to 0.51.1 update clippy hash and rustc_tools_util and use rustc_tools_util from crates.io Work around https://github.com/rust-lang/rust/pull/55937 Update Clippy... again Update Clippy Update clippy ````
2018-12-28Update cargo, rls, miriEric Huss-0/+0
2018-12-10Update RLSIgor Matuszewski-0/+0
2018-12-03Update rlsEric Huss-0/+0
2018-12-02Update RLS and RustfmtNick Cameron-0/+0
Closes #56261
2018-11-21Update RLS and RustfmtNick Cameron-0/+0
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-0/+0
In addition to to updating Cargo's submodule and Cargo's dependencies, this also updates Cargo's build to build OpenSSL statically into Cargo as well as libcurl unconditionally. This removes OpenSSL build logic from the bootstrap code, and otherwise requests that even on OSX we build curl statically.
2018-10-13submodules: update rls from 15d4d4a to 440a985Matthias Krüger-0/+0
Changes: Apply Clippy lints Respect build_dir when creating external build plans Fix Windows tests Implement external build plan Detect manifest diagnostic position for toml::de::Error Fix std::sync hover doc expectation Apply CI specific long timeout Propagate cargo errors as manifest diagnostics Add test for use statement function completions Refactor cmd test `within_timeout` Avoid stdout-writer/rls process exit race Improve cmd test "no shutdown response" error message Add RUST_BACKTRACE=1 to ci env Improve cmd test timeout reliability Fix use statement function suggestions Revert "Revert "Remove "edition" Cargo feature (it's stable now)"" Add build_wait() tests Automatically tune wait_to_build Rework cmd tests Fixes #54697
2018-09-28Fix RLS toolstate after #54356 mergeIgor Matuszewski-0/+0
2018-09-26Update rustfmt and RLSNick Cameron-0/+0
2018-09-23update rls to 32d457717ce37babef199fe4984b1e20d4e108d4Matthias Krüger-0/+0
2018-09-15Update submodules to include rust-lang-nursery/rust-clippy#3189 and ↵Eduard-Mihai Burtescu-0/+0
rust-lang-nursery/rls#1054.
2018-09-10rustc_resolve: inject `uniform_paths` canaries regardless of the ↵Eduard-Mihai Burtescu-0/+0
feature-gate, on Rust 2018.
2018-09-09submodules: update clippy, rls with crate visibility patches, also update cargoMatthias Krüger-0/+0
2018-09-04Update RLS wrt recent Clippy changesIgor Matuszewski-0/+0
2018-09-04Update RLSIgor Matuszewski-0/+0
2018-08-25Update RLSIgor Matuszewski-0/+0
2018-08-11Update RLSNick Cameron-0/+0
2018-08-08Update RLS and RustfmtNick Cameron-0/+0
2018-08-05Update rustfmt and RLSNick Cameron-0/+0
2018-08-02Update Cargo submoduleAlex Crichton-0/+0
Bring in some fixes for `cargo fix` notably
2018-07-29Update RLS and rustfmt.kennytm-0/+0
2018-07-15Update clippy and rlsOliver Schneider-0/+0
2018-07-06Update RLS, Rustfmt, Cargo, and ClippyNick Cameron-0/+0
2018-06-07Update RLS and RustfmtNick Cameron-0/+0
2018-05-28Update RLS, Rustfmt, and CargoNick Cameron-0/+0
2018-05-18Update RLS and RustfmtNick Cameron-0/+0
2018-05-16Update RLS and RustfmtNick Cameron-0/+0
2018-05-08Update the Cargo/stdsimd submodulesAlex Crichton-0/+0
Hopefully brining in a few fixes to Cargo regressions as well as some new stdsimd functions!
2018-05-07Update rls 1263f1fAlex Butler-0/+0
Fix rls-clippy feature compile
2018-05-04Update RLS and Rustfmt (and Cargo)Nick Cameron-0/+0
2018-05-02Update RLS and RustfmtNick Cameron-0/+0
2018-04-26Update rustfmt and rlsNick Cameron-0/+0
2018-04-13Update RLSAleksey Kladov-0/+0
2018-04-11Update clippy and rlsOliver Schneider-0/+0
2018-04-04Update RLSBoris-Chengbiao Zhou-0/+0
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-0/+0
This commit updates the `ToolBuild` step to stream Cargo's JSON messages, parse them, and record all libraries built. If we build anything twice (aka Cargo) it'll most likely happen due to dependencies being recompiled which is caught by this check.
2018-03-23Update RLS and RustfmtNick Cameron-0/+0
Fixes broken RLS tests/build
2018-03-18Update RLS.kennytm-0/+0
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-0/+0
2018-03-14Update RLSBoris-Chengbiao Zhou-0/+0
2018-02-28Update RLSNick Cameron-0/+0
2018-02-14Update RLSNick Cameron-0/+0