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.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-08
std: make address resolution weirdness local to SGX
joboet
-0
/
+3
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-9
/
+0
2025-08-17
stdlib: Replace typedef -> type alias in doc comment
Varun Gandhi
-1
/
+1
2025-06-25
make `tidy-alphabetical` use a natural sort
Folkert de Vries
-1
/
+1
2025-06-20
Add diagnostic items for Clippy
Samuel Tardieu
-0
/
+2
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+1
2025-04-11
rustdoc-search: add unbox flag to Result aliases
Michael Howell
-0
/
+1
2025-04-09
replace version placeholder
Boxy
-1
/
+1
2025-03-11
Stabilize `std::io::ErrorKind::InvalidFilename`
Pavel Grigorenko
-2
/
+2
2025-02-28
Use correct error message casing for `io::const_error`s
Noratrieb
-1
/
+1
2025-02-10
Fix &&str and trailing commas in io::const_error!
Thalia Archibald
-1
/
+1
2025-01-08
update version placeholders
Pietro Albini
-2
/
+2
2024-12-06
Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay
Matthias Krüger
-8
/
+8
2024-12-06
Rollup merge of #130209 - GrigorenkoPV:CrossesDevices, r=dtolnay
Matthias Krüger
-1
/
+1
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-9
/
+9
2024-11-25
std: expose `const_io_error!` as `const_error!`
joboet
-18
/
+31
2024-11-08
update io::Error::into_inner to acknowlage io::Error::other
binarycat
-2
/
+4
2024-10-15
replace placeholder version
Josh Stone
-16
/
+16
2024-10-05
Unbreak tidy
Pavel Grigorenko
-5
/
+5
2024-10-05
Stabilize `std::io::ErrorKind::QuotaExceeded`
Pavel Grigorenko
-4
/
+4
2024-09-25
Add tracking issue for io_error_inprogress
nora
-1
/
+1
2024-09-24
add InProgress ErrorKind gated behind io_error_inprogress feature
Aviram Hassan
-0
/
+6
2024-09-11
Stabilize `std::io::ErrorKind::CrossesDevices`
Pavel Grigorenko
-1
/
+1
2024-09-09
Rollup merge of #128316 - GrigorenkoPV:io_error_a_bit_more, r=dtolnay
Jubilee
-16
/
+16
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+1
2024-07-28
Partially stabilize `io_error_more`
Pavel Grigorenko
-16
/
+16
2024-07-26
Fix doc nits
John Arundel
-2
/
+2
2024-07-19
Avoid ref when using format! for perf
Yuri Astrakhan
-1
/
+1
2024-05-01
Replace version placeholders for 1.79
Mark Rousskov
-1
/
+1
2024-04-18
Stablise io_error_downcast
Jiahao XU
-3
/
+1
2024-04-15
Update doc for std::io::Error::downcast
Jiahao XU
-1
/
+5
2024-04-12
Update document for std::io::Error::downcast
Jiahao XU
-6
/
+6
2024-04-11
Factor some common `io::Error` constants
Benoît du Garreau
-0
/
+24
2024-03-19
branch 1.78: replace-version-placeholder
Mark Rousskov
-1
/
+1
2024-02-21
TryReserveError to ErrorKind::OutOfMemory
Kornel
-0
/
+12
2024-01-19
Update `std::io::Error::downcast` return type
Jiahao XU
-5
/
+31
2023-10-03
Bump version placeholders
Mark Rousskov
-1
/
+1
2023-09-22
Fixes from PR
Ayush Singh
-4
/
+4
2023-09-20
PR feedback
Ben Kimock
-0
/
+1
2023-09-06
Auto merge of #115453 - ibraheemdev:patch-16, r=joshtriplett
bors
-3
/
+1
2023-09-03
Move RawOsError defination to sys
Ayush Singh
-1
/
+1
2023-09-01
stabilize `io_error_other` feature
Ibraheem Ahmed
-3
/
+1
2023-08-25
Add a new helper to avoid calling io::Error::kind
Ben Kimock
-0
/
+10
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+0
2023-03-23
Rollup merge of #106964 - workingjubilee:crouching-ioerror-hidden-documentati...
Matthias Krüger
-2
/
+10
2023-03-17
Remove irrelevant docs on error kinds
Jubilee Young
-10
/
+4
2023-02-08
std: add tracking issue for `RawOsError`
joboet
-1
/
+1
2023-01-31
std: add type alias for raw OS errors
joboet
-4
/
+15
2023-01-16
Explain the "no-error" io::Error case
Jubilee Young
-2
/
+16
2022-10-14
Rollup merge of #103067 - Nilstrieb:tidy-likes-the-alphabet, r=jackh726
Matthias Krüger
-1
/
+2
[next]