index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
io
/
error
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+0
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-5
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-01-19
Update `std::io::Error::downcast` return type
Jiahao XU
-2
/
+2
2023-01-31
std: add type alias for raw OS errors
joboet
-1
/
+1
2023-01-21
Remove unnecessary `&format!`
Nikolai Vazquez
-1
/
+1
2022-10-13
fix small word dupe typos
Rageking8
-1
/
+1
2022-07-14
Rename `std::io::Error::try_downcast_inner` to `downcast`
Jiahao XU
-7
/
+7
2022-06-22
Add new unit test `test_try_downcast_inner`
Jiahao XU
-1
/
+52
2022-05-29
Use Box::new() instead of box syntax in std tests
est31
-3
/
+3
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-4
/
+4
2022-02-04
Add more tests for io::Error packing, and fix some comments that weren't quit...
Thom Chiovoloni
-7
/
+66
2022-02-04
Optimize io::error::Repr layout on 64 bit targets.
Thom Chiovoloni
-0
/
+15
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-4
/
+4
2021-03-21
Add test for io::Error::new_const.
Mara Bos
-0
/
+10
2021-03-21
Add test for io::Error's size.
Mara Bos
-0
/
+6
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-0
/
+53