about summary refs log tree commit diff
path: root/src/libtest/cli.rs
AgeCommit message (Expand)AuthorLines
2020-03-23Request "-Z unstable-options" for unstable optionsJubilee-1/+1
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