about summary refs log tree commit diff
path: root/library/std/src/io/error.rs
AgeCommit message (Expand)AuthorLines
2022-02-24word wrpaDylan DPC-5/+5
2022-02-24word wrpaDylan DPC-6/+9
2022-02-23Update library/std/src/io/error.rsDylan DPC-1/+1
2022-02-23add some more summary from pr discussionDylan DPC-1/+1
2022-02-23add some more summary from pr discussionDylan DPC-2/+4
2022-02-23add matching to errorkindDylan DPC-0/+8
2022-02-10Rename to `InvalidFilename`Yuki Okushi-5/+4
2022-02-10Fix description of FilenameInvalidJosh Triplett-1/+1
2022-02-10Rename `FilenameTooLong` to `FilenameInvalid`Yuki Okushi-2/+2
2022-02-04Add more tests for io::Error packing, and fix some comments that weren't quit...Thom Chiovoloni-0/+4
2022-02-04Update documentation somewhatThom Chiovoloni-0/+10
2022-02-04Elaborate some in the documentation and respond to some review commentsThom Chiovoloni-1/+0
2022-02-04Address address comments, improve comments slightlyThom Chiovoloni-0/+7
2022-02-04Optimize io::error::Repr layout on 64 bit targets.Thom Chiovoloni-4/+11
2022-02-04Hide 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-14add `io::Error::other` constructorIbraheem Ahmed-0/+27
2021-12-02Document how `last_os_error` should be usedChris Denton-1/+7
2021-11-21Mention std::io::Error::from(ErrorKind) in Error::new() docsGeorg Brandl-0/+6
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-0/+5
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-0/+1
2021-10-10Add #[must_use] to conversions that move selfJohn Kugelman-0/+1
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+1
2021-08-24Fix tidyIan Jackson-2/+2
2021-08-24io::ErrorKind: rationalise ordering in main enumIan Jackson-17/+24
2021-08-24io::Error: alphabeticise the match in as_str()Ian Jackson-5/+6
2021-07-03Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplettbors-21/+139
2021-06-25Restore original ordering of `ErrorKind::Other`.Mara Bos-8/+9
2021-06-20ErrorKind: Add missing full stopsIan Jackson-3/+3
2021-06-20ErrorKind::FilesystemLoop: Generalise dscriptionIan Jackson-3/+4
2021-06-18ErrorKind::NotSeekable: Fix reference to File::open()Ian Jackson-1/+1
2021-06-18ErrorKind: Provide many more ErrorKinds, motivated by Unix errnosIan Jackson-0/+116
2021-06-18ErrorKind: Reformat the error string tableIan Jackson-21/+22
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-6/+6
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-10/+24
2021-05-03Correct stability of ErrorKind::OutOfMemoryKornel-1/+1
2021-05-02Add ErrorKind::OutOfMemoryKornel-0/+6
2021-04-18Bump to 1.53.0CDirkx-1/+1
2021-04-18Rename `NotSupported` to `Unsupported`Christiaan Dirkx-4/+6
2021-04-18Bump since to 1.52.0CDirkx-1/+1
2021-04-18Add and insta-stabilize `std::io::ErrorKind::NotSupported`Christiaan Dirkx-0/+5
2021-03-27Add #[inline] to io::Error methods.Mara Bos-0/+8
2021-03-21Fix typosMara Bos-2/+2
2021-03-21Add internal io::Error::new_const tot avoid allocations.Mara Bos-0/+26
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-57/+3
2020-08-18Move to intra doc links for std::ioAlexis Bourget-30/+35
2020-07-27mv std libs to library/mark-0/+628