about summary refs log tree commit diff
path: root/src/libtest/cli.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-431/+0
2020-06-08typo: awailable -> availableJosh Stone-1/+1
2020-05-11Fix clippy warningsMatthias Krüger-2/+2
Fixes clippy::{cone_on_copy, filter_next, redundant_closure, single_char_pattern, len_zero,redundant_field_names, useless_format, identity_conversion, map_clone, into_iter_on_ref, needless_return, option_as_ref_deref, unused_unit, unnecessary_mut_passed}
2020-03-23Request "-Z unstable-options" for unstable optionsJubilee-1/+1
Explicitly requests the "-Z unstable-options" flag if someone attempts to use a cargo option gated by it. This enhances discoverability, particularly in the instance where the user is on the nightly compiler but isn't using the flag.
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-1/+0
2020-01-10Clarify test timeout evironment variablesMikail Bagishov-0/+2
2019-12-22Format the worldMark Rousskov-32/+14
2019-11-15Add --force-run-in-process unstable libtest optionTyler Mandry-0/+4
2019-10-22Apply clippy::needless_return suggestionsMateusz Mikuła-1/+1
2019-10-17Improve code styleIgor Aleksanov-1/+5
2019-10-17Split options parsing into several functionsIgor Aleksanov-123/+179
2019-10-17Split libtest into several smaller modulesIgor Aleksanov-0/+384