summaryrefslogtreecommitdiff
path: root/src/tools/remote-test-server
Commit message (Expand)AuthorAgeFilesLines
* Use u32 methods instead of manual shiftingAyush Singh2022-12-231-12/+8
* Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrumbors2022-12-171-13/+36
|\
| * Add batch flag to remote-test-serverAyush Singh2022-12-121-13/+36
* | Add retry flag to remote-test-serverAyush Singh2022-11-081-1/+13
|/
* Show command line argumentsFlorian Bartels2022-10-121-3/+22
* tools/remote-test-{server,client}: Use /data/local/tmp on AndroidPeter Collingbourne2022-10-061-1/+1
* add the --sequential flag to compiletestPietro Albini2022-09-231-1/+9
* replace --remote with the --bind flag in remote-test-serverPietro Albini2022-09-231-11/+21
* make remote-test-server cli parsing more consistentPietro Albini2022-09-231-8/+4
* Migrate to 2021Mark Rousskov2021-09-201-1/+1
* rfc3052: Remove authors field from Cargo manifestsJade2021-07-291-1/+0
* Preserve existing LD_LIBRARY_PATH in remote-test-serverAmanieu d'Antras2021-01-271-15/+9
* Support configurable deny-warnings for all in-tree crates.Eric Huss2020-06-251-2/+0
* tools/remote-test-server: make use of verbose optionTom Eccles2020-06-021-6/+16
* tools/remote-test-{server,client}: support RUST_TEST_TMPDIRTom Eccles2020-06-021-7/+14
* Fix `set_permissions` call for non-windowsDennis Duda2020-05-311-1/+1
* Unify temp path generation for non-androidDennis Duda2020-05-311-4/+4
* Make remote-test-client and remote-test-server compatible with windowsDennis Duda2020-05-311-23/+60
* Format the worldMark Rousskov2019-12-221-27/+22
* Add `#![deny(warnings)]` to internal toolsAlex Crichton2019-09-231-11/+13
* Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov2019-07-281-2/+0
* tools/remote-test-{client,server}: deny(rust_2018_idioms)Mazdak Farrokhzad2019-03-011-1/+3
* Transition remote-test-server to 2018 editionHirokazu Hata2019-02-031-0/+1
* Fix typoking6cong2019-02-011-1/+1
* Replace deprecated ATOMIC_INIT constsMark Rousskov2019-01-261-2/+2
* Remove licensesMark Rousskov2018-12-251-10/+0
* Remove explicit returns where unnecessaryljedrz2018-08-041-1/+1
* Add missing dynTatsuyuki Ishi2018-07-251-2/+2
* Add remote device testing supportMátyás Mustoha2017-05-041-6/+49
* travis: Parallelize tests on AndroidAlex Crichton2017-04-272-0/+263