Nicholas Nethercote
|
84ac80f192
|
Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
|
2024-07-29 08:26:52 +10:00 |
|
nils
|
5fb2d63d07
|
Fix uninlined_format_args in libtest
|
2022-12-19 08:58:40 +01:00 |
|
Samuel E. Moelius III
|
96d96a7ac4
|
Use optflag for --report-time
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.
|
2022-01-30 10:25:40 -05:00 |
|
Eric Arellano
|
d2de69da2e
|
Dogfood 'str_split_once()` in the std lib
|
2020-12-07 14:24:05 -07:00 |
|
Jakob Schikowski
|
470c059e69
|
libtest: Print the total time taken to execute a test suite
|
2020-11-27 17:53:59 +01:00 |
|
mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|