summary refs log tree commit diff
path: root/library/std/src/sys/pal/hermit/fs.rs
AgeCommit message (Expand)AuthorLines
2024-08-01fix(pal/hermit): `deny(unsafe_op_in_unsafe_fn)`Martin Kröning-1/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-8/+4
2024-06-22Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=AmanieuMatthias Krüger-1/+1
2024-06-11Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_existsEduardo Sánchez Muñoz-1/+1
2024-06-07add HermitOS support of vectored read/write operationsStefan Lankes-26/+19
2024-04-23increase the readability by using the unique name for the hermit-abiStefan Lankes-18/+17
2024-04-23revise the interpretation of ReadDirStefan Lankes-12/+8
2024-03-01revise interface to read directory entriesStefan Lankes-97/+116
2024-03-01Extending filesystem support for hermit-ossimonschoening-96/+210
2024-02-18Dyn erase at call siteDavid Thomas-2/+2
2024-01-11std: fix module references on hermitjoboet-4/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+468