about summary refs log tree commit diff
path: root/library/test/src/term/terminfo/mod.rs
AgeCommit message (Collapse)AuthorLines
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-1/+1
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-4/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `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-03Fix a few clippy lints in libtestJoshua 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-07test: skip terminfo parsing in MiriRalf Jung-0/+20
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-07-18Remove unused stuff and switch to pub(crate) whenever possible.Charles Lew-77/+16
2021-07-18Fix compilation errors.Charles Lew-3/+3
2021-07-18Move `library/term/src` to `library/test/src/term/`.Charles Lew-0/+245