| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
