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
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
2022-10-14
Add some tidy-alphabetical
nils
-1
/
+2
2022-10-14
Tweak grammar
Josh Triplett
-1
/
+1
2022-10-07
Improved documentation for `std::io::Error`
StackOverflowExcept1on
-1
/
+2
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-08-28
Rollup merge of #100296 - BlackHoleFox:os-error-aliases, r=thomcc
Matthias Krüger
-0
/
+2
2022-08-22
Move error trait into core
Jane Losare-Lusby
-0
/
+9
2022-08-08
Add standard C error function aliases
BlackHoleFox
-0
/
+2
2022-07-15
Apply suggestions from code review
Jane Losare-Lusby
-1
/
+1
2022-07-15
Improve example of `downcast`
Jiahao XU
-3
/
+4
2022-07-14
Rename `std::io::Error::try_downcast_inner` to `downcast`
Jiahao XU
-4
/
+4
2022-06-23
Use `unwrap` instead of `unwrap_unchecked`
Jiahao XU
-3
/
+7
2022-06-22
Add new unstable API `Error::try_downgrade_inner`
Jiahao XU
-0
/
+57
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-7
/
+7
2022-02-24
word wrpa
Dylan DPC
-5
/
+5
2022-02-24
word wrpa
Dylan DPC
-6
/
+9
2022-02-23
Update library/std/src/io/error.rs
Dylan DPC
-1
/
+1
2022-02-23
add some more summary from pr discussion
Dylan DPC
-1
/
+1
2022-02-23
add some more summary from pr discussion
Dylan DPC
-2
/
+4
2022-02-23
add matching to errorkind
Dylan DPC
-0
/
+8
2022-02-10
Rename to `InvalidFilename`
Yuki Okushi
-5
/
+4
2022-02-10
Fix description of FilenameInvalid
Josh Triplett
-1
/
+1
2022-02-10
Rename `FilenameTooLong` to `FilenameInvalid`
Yuki Okushi
-2
/
+2
2022-02-04
Add more tests for io::Error packing, and fix some comments that weren't quit...
Thom Chiovoloni
-0
/
+4
2022-02-04
Update documentation somewhat
Thom Chiovoloni
-0
/
+10
2022-02-04
Elaborate some in the documentation and respond to some review comments
Thom Chiovoloni
-1
/
+0
2022-02-04
Address address comments, improve comments slightly
Thom Chiovoloni
-0
/
+7
2022-02-04
Optimize io::error::Repr layout on 64 bit targets.
Thom Chiovoloni
-4
/
+11
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-65
/
+95
2022-01-19
`impl Display for io::ErrorKind`
Joshua Nelson
-1
/
+17
2021-12-14
add `io::Error::other` constructor
Ibraheem Ahmed
-0
/
+27
2021-12-02
Document how `last_os_error` should be used
Chris Denton
-1
/
+7
2021-11-21
Mention std::io::Error::from(ErrorKind) in Error::new() docs
Georg Brandl
-0
/
+6
2021-10-30
Add #[must_use] to remaining std functions (A-N)
John Kugelman
-0
/
+5
2021-10-11
Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...
Guillaume Gomez
-0
/
+1
2021-10-10
Add #[must_use] to conversions that move self
John Kugelman
-0
/
+1
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-0
/
+1
2021-08-24
Fix tidy
Ian Jackson
-2
/
+2
2021-08-24
io::ErrorKind: rationalise ordering in main enum
Ian Jackson
-17
/
+24
2021-08-24
io::Error: alphabeticise the match in as_str()
Ian Jackson
-5
/
+6
2021-07-03
Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplett
bors
-21
/
+139
2021-06-25
Restore original ordering of `ErrorKind::Other`.
Mara Bos
-8
/
+9
2021-06-20
ErrorKind: Add missing full stops
Ian Jackson
-3
/
+3
2021-06-20
ErrorKind::FilesystemLoop: Generalise dscription
Ian Jackson
-3
/
+4
2021-06-18
ErrorKind::NotSeekable: Fix reference to File::open()
Ian Jackson
-1
/
+1
[next]