about summary refs log tree commit diff
path: root/src/tools/rustc-workspace-hack
AgeCommit message (Collapse)AuthorLines
2019-04-03try to fix rand feature flagsRalf Jung-1/+1
2019-02-22Update parking_lot to 0.7Bastien Orivel-1/+1
Unfortunately this'll dupe parking_lot until the data_structures crate is published and be updated in rls in conjunction with crossbeam-channel
2019-02-18Update Cargo.toml of rustc-workspace-hackflip1995-1/+1
2019-02-08rustc-workspace-hack => 2018Taiki Endo-0/+1
2019-01-22submodules: update rls from ae0d89a to c9d25b6Matthias Krüger-0/+1
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-08More feature whitelisting of winapiOliver Scherer-0/+3
2019-01-08Adjust cargo workspace hack to miri/cargo interactionsOliver Scherer-1/+4
2018-12-28Update cargo, rls, miriEric Huss-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-2/+4
Hopefully just another routine update! So far this starts to enable the `std::arch` in stage0 builds of rustc. This means that we may need stage0/not(stage0) in stdsimd itself, but more and more code is starting to use `std::arch` so I think it's time to start shifting the balance of work here.
2018-12-08Reduce the numbers of syn versions compiled from 4 to 2Bastien Orivel-1/+1
The last remaining one comes from mdbook. Unfortunately updating it breaks everything
2018-11-09Update Cargo submoduleAlex Crichton-1/+1
Hopefully a relatively routine update!
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-6/+11
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-04Add features to the workspace hackOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+5
2018-10-03Update clippyManish Goregaokar-0/+4
2018-08-29Add more features to the workspace so that all tools pick up on itOliver Schneider-0/+3
2018-08-25Update Cargo submoduleAlex Crichton-11/+13
Also update Cargo's dependencies while we're at it
2018-08-02Update Cargo submoduleAlex Crichton-0/+80
Bring in some fixes for `cargo fix` notably