about summary refs log tree commit diff
path: root/library/std/src/os/hermit/mod.rs
AgeCommit message (Collapse)AuthorLines
2024-08-01fix(os/hermit): `deny(unsafe_op_in_unsafe_fn)`Martin Kröning-0/+1
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
2024-04-23increase the readability by using the unique name for the hermit-abiStefan Lankes-1/+1
Take up suggestion from the discussions within rust-lang/rust#115984 to increase readability.
2023-02-24move IO traits to std/src/os/hermitStefan Lankes-0/+5
By moving the IO traits, the RustyHermit support is harmonized to of other operating systems.
2021-05-03Move `std::sys::hermit::ext` to `std::os::hermit`Christiaan Dirkx-0/+13