about summary refs log tree commit diff
path: root/library/std/src/sys/unsupported/os.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-121/+0
2023-08-07Better Debug for Vars and VarsOsTamir Duberstein-1/+17
Display actual vars instead of two dots. The same was done for Args and ArgsOs in 275f9a04af6191e3aee3852a5a1713.
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