about summary refs log tree commit diff
path: root/library/test/src/cli.rs
AgeCommit message (Expand)AuthorLines
2025-09-17Rollup merge of #142807 - sourcefrog:failfast, r=dtolnayStuart Cook-1/+3
2025-08-11Deprecate RUST_TEST_* env variablesEd Page-9/+8
2025-06-20Make fail-fast unstableMartin Pool-1/+1
2025-06-20libtest: expose --fail-fastMartin Pool-1/+3
2025-04-17fix(test): Expose '--no-capture', deprecating '--nocapture'Ed Page-4/+7
2025-04-17refactor(test): Decouple parsing from help generationEd Page-1/+1
2025-01-24fix(libtest): Deprecate '--logfile'Ed Page-2/+6
2025-01-20test: add `#![warn(unreachable_pub)]`Urgau-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+1
2024-05-30Apply x clippy --fix and x fmtr0cky-1/+1
2023-05-24libtest: Improve error when missing `-Zunstable-options`jyn-2/+2
2023-01-12Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0Collin Baker-1/+2
2022-12-19Fix `uninlined_format_args` in libtestnils-8/+4
2022-12-01Create a hacky fail-fast mode that stops tests at the first failureOli Scherer-0/+5
2022-10-15Add `IsTerminal` trait to determine if a descriptor or handle is a terminalJosh Triplett-2/+2
2022-07-09Fix binary name in help message for test binariesSmitty-1/+2
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-01-30Use `optflag` for `--report-time`Samuel E. Moelius III-11/+3
2021-09-30Check `allow_unstable` before checking environment variablesSamuel E. Moelius III-2/+2
2021-09-29Implement #85440Samuel E. Moelius III-0/+74
2021-04-25feat(libtest): Add JUnit formatterAndrey Cherkashin-4/+10
2021-02-20Add a chapter on the test harness.Eric Huss-8/+2
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-11/+6
2021-01-24libtest: allow multiple filtersEric Huss-11/+6
2020-12-15stabilise --include-ignoredGiles Cope-1/+1
2020-07-27mv std libs to library/mark-0/+431