summary refs log tree commit diff
path: root/library/std/src/sys/hermit/fs.rs
AgeCommit message (Expand)AuthorLines
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+1
2023-05-01Inline AsRawFd implementationsKonrad Borowski-0/+1
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+2
2023-03-19fix typo in the creation of OpenOptionStefan Lankes-1/+1
2023-02-24remove code duplicationsStefan Lankes-1/+50
2023-02-24move IO traits to std/src/os/hermitStefan Lankes-3/+5
2023-02-24add support of RustyHermit's BSD socket layerStefan Lankes-2/+2
2022-11-29hermit: Remove unused exportsMartin Kröning-3/+1
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-9/+4
2022-09-05Hermit: Add File::set_time stubMartin Kröning-0/+12
2022-08-18Address reviewer commentsNick Cameron-1/+1
2022-08-05non-linux platformsNick Cameron-3/+3
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-5/+5
2021-11-02more efficent File::read_buf impl for windows and unixDrMeepster-1/+5
2021-06-20Move `OsStringExt` and `OsStrExt` to `std::os`Christiaan Dirkx-1/+1
2021-05-19Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca...Chris Denton-1/+1
2021-04-20Change uses of never typeChristiaan Dirkx-25/+25
2021-04-20Replace `Void` with never typeChristiaan Dirkx-6/+6
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-3/+9
2020-11-14Disambiguate symlink argument namesDavid Tolnay-2/+2
2020-10-12remove obsolete function divergeStefan Lankes-4/+0
2020-07-27mv std libs to library/mark-0/+402