about summary refs log tree commit diff
path: root/library/std/src/io/error/tests.rs
AgeCommit message (Expand)AuthorLines
2022-02-04Add more tests for io::Error packing, and fix some comments that weren't quit...Thom Chiovoloni-7/+66
2022-02-04Optimize io::error::Repr layout on 64 bit targets.Thom Chiovoloni-0/+15
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-4/+4
2021-03-21Add test for io::Error::new_const.Mara Bos-0/+10
2021-03-21Add test for io::Error's size.Mara Bos-0/+6
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+53