about summary refs log tree commit diff
path: root/library/std/src/io/error/tests.rs
AgeCommit message (Expand)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+0
2024-11-26std: update internal uses of `io::const_error!`joboet-5/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-01-19Update `std::io::Error::downcast` return typeJiahao XU-2/+2
2023-01-31std: add type alias for raw OS errorsjoboet-1/+1
2023-01-21Remove unnecessary `&format!`Nikolai Vazquez-1/+1
2022-10-13fix small word dupe typosRageking8-1/+1
2022-07-14Rename `std::io::Error::try_downcast_inner` to `downcast`Jiahao XU-7/+7
2022-06-22Add new unit test `test_try_downcast_inner`Jiahao XU-1/+52
2022-05-29Use Box::new() instead of box syntax in std testsest31-3/+3
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-4/+4
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