| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-10 | Use io::const_error! when possible over io::Error::new | Thalia Archibald | -1/+1 | |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -4/+2 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+5 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-01-03 | Fix a few clippy lints in libtest | Joshua Nelson | -3/+3 | |
| - Remove unnecessary references and dereferences - Use `.contains` instead of `a <= x && x <= b` - Use `mem::take` instead of `mem::replace` where possible | ||||
| 2022-08-07 | test: skip terminfo parsing in Miri | Ralf Jung | -0/+20 | |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+1 | |
| 2021-07-18 | Remove unused stuff and switch to pub(crate) whenever possible. | Charles Lew | -77/+16 | |
| 2021-07-18 | Fix compilation errors. | Charles Lew | -3/+3 | |
| 2021-07-18 | Move `library/term/src` to `library/test/src/term/`. | Charles Lew | -0/+245 | |
