about summary refs log tree commit diff
path: root/library/std/src/sys/hermit/fd.rs
AgeCommit message (Expand)AuthorLines
2023-02-24remove code duplicationsStefan Lankes-0/+6
2023-02-24move IO traits to std/src/os/hermitStefan Lankes-0/+94
2023-02-24add support of RustyHermit's BSD socket layerStefan Lankes-87/+0
2022-02-15remove compiler warningsStefan Lankes-1/+1
2021-11-02more efficent File::read_buf impl for windows and unixDrMeepster-1/+1
2021-04-18Use `NotSupported` in more placesChristiaan Dirkx-4/+5
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-3/+3
2020-07-27mv std libs to library/mark-0/+86