rust/src/tools
bors eeaf497b2a Auto merge of #72672 - seritools:remote-test-windows, r=Mark-Simulacrum
Make remote-test-client and remote-test-server compatible with windows

`compiletest` and `remote-test-client`:

The command line for `remote-test-client` was changed slightly to allow cross-platform compatible paths. The old way of supplying the support libs was by joining their paths with the executable path
with `:`. This caused Windows-style paths to be split after the directory letter. Now, the number of support libs is provided as a parameter as well, and the support lib paths are split off from the regular args in the client.

`remote-test-server`:

- Marked Unix-only parts as such and implemented Windows alternatives
- On Windows `LD_LIBRARY_PATH` doesn't exist. Libraries are loaded from `PATH` though, so that's the way around it.
- Tiny cleanup: `Command::args`/`envs` instead of manually looping over them
- The temp path for Windows has to be set via environment variable, since there isn't a global temp directory that would work on every machine (as a static string)
2020-06-02 07:54:38 +00:00
..
build-manifest remove lldb package from bootstrap, config and build-manifest 2020-05-10 22:43:58 +02:00
cargo@9fcb8c1d20 Update cargo 2020-05-25 17:56:32 -07:00
cargotest cargotest: remove webrender 2020-03-31 19:28:06 +02:00
clippy Return early to avoid ICE 2020-05-30 18:48:54 +09:00
compiletest Make remote-test-client work as cargo runner again 2020-05-31 17:36:17 +02:00
error_index_generator Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
expand-yaml-anchors ci: add github actions configuration 2020-03-24 15:36:07 +01:00
linkchecker linkchecker: fix typo in main.rs 2020-04-26 17:09:15 +05:30
miri@faff9a7ad9 bump Miri, update for cargo-miri being a separate project 2020-06-01 20:17:26 +02:00
remote-test-client Make remote-test-client work as cargo runner again 2020-05-31 17:36:17 +02:00
remote-test-server Fix set_permissions call for non-windows 2020-05-31 17:23:46 +02:00
rls@085f24b9ec Update RLS to clippyup branch 2020-05-28 20:04:49 +02:00
rust-installer@9f66c14c3f Update rust-installer to limit memory use 2019-08-28 14:48:02 -07:00
rustbook rustbook: Bump mdbook dependency 2020-05-11 14:43:41 +02:00
rustc-std-workspace-alloc Update version of rustc-std-workspace-* crates 2019-09-09 13:02:10 -07:00
rustc-std-workspace-core Update version of rustc-std-workspace-* crates 2019-09-09 13:02:10 -07:00
rustc-std-workspace-std Update version of rustc-std-workspace-* crates 2019-09-09 13:02:10 -07:00
rustc-workspace-hack Add fibersapi feature to winapi in rustc-workspace-hack 2020-05-29 08:20:18 +02:00
rustdoc Format the world 2019-12-22 17:42:47 -05:00
rustdoc-js Import missing functions from storage.js 2020-05-26 15:11:44 +02:00
rustdoc-themes Format the world 2019-12-22 17:42:47 -05:00
rustfmt@aedff61f7a submodules: Update RLS and Rustfmt 2020-05-28 15:46:52 +02:00
tidy Auto merge of #72601 - JohnTitor:deps, r=Mark-Simulacrum 2020-05-27 14:48:33 +00:00
unicode-table-generator Store UNICODE_VERSION as a tuple 2020-04-11 12:56:25 +02:00
unstable-book-gen Format the world 2019-12-22 17:42:47 -05:00
publish_toolstate.py Allow rust-highfive to label issues it creates. 2020-05-22 17:28:22 +02:00