about summary refs log tree commit diff
path: root/library/test/src/time.rs
AgeCommit message (Collapse)AuthorLines
2025-01-20test: add `#![warn(unreachable_pub)]`Urgau-15/+15
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2022-12-19Fix `uninlined_format_args` in libtestnils-4/+2
2022-01-30Use `optflag` for `--report-time`Samuel E. Moelius III-3/+2
Essentially, what is described here: https://github.com/rust-lang/rust/issues/64888#issuecomment-1008047228 There is one difference. The comment proposes to add a `--report-time-color` option. This change instead uses libtest's existing `--color` option for that purpose.
2020-12-07Dogfood 'str_split_once()` in the std libEric Arellano-15/+9
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-2/+13
2020-07-27mv std libs to library/mark-0/+193