about summary refs log tree commit diff
path: root/library/std/src/sys/unsupported/os.rs
AgeCommit message (Expand)AuthorLines
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-2/+2
2021-07-05Make `getenv` return an Option instead of a ResultAris Merchant-2/+2
2021-04-20Change uses of never typeChristiaan Dirkx-3/+4
2021-04-20Replace `Void` with never typeChristiaan Dirkx-3/+3
2021-04-18Rename `NotSupported` to `Unsupported`Christiaan Dirkx-2/+2
2021-04-18Add and insta-stabilize `std::io::ErrorKind::NotSupported`Christiaan Dirkx-2/+2
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-2/+2
2020-07-27mv std libs to library/mark-0/+104