about summary refs log tree commit diff
path: root/library/std/src/sys/hermit/fs.rs
AgeCommit message (Expand)AuthorLines
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