about summary refs log tree commit diff
path: root/library/std/src/io/error.rs
AgeCommit message (Collapse)AuthorLines
2021-04-18Bump to 1.53.0CDirkx-1/+1
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
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
Co-authored-by: the8472 <the8472@users.noreply.github.com>
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
Also doing fmt inplace as requested.
2020-08-18Move to intra doc links for std::ioAlexis Bourget-30/+35
2020-07-27mv std libs to library/mark-0/+628