| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-20 | test: add `#![warn(unreachable_pub)]` | Urgau | -15/+15 | |
| 2024-07-29 | Reformat `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-19 | Fix `uninlined_format_args` in libtest | nils | -4/+2 | |
| 2022-01-30 | Use `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-07 | Dogfood 'str_split_once()` in the std lib | Eric Arellano | -15/+9 | |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -2/+13 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+193 | |
