about summary refs log tree commit diff
path: root/library/std/src/sys/pal/hermit/os.rs
AgeCommit message (Expand)AuthorLines
2025-09-11Remove unused import from sys/pal/hermit/os.rsMartin Kröning-1/+1
2025-08-26remove deprecated Error::description in implsMarijn Schouten-7/+1
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-116/+2
2024-12-13Fix building `std` for Hermit after `c_char` changeMartin Kröning-2/+2
2024-08-01refactor(pal/hermit): make `ENV` a non-mutable staticMartin Kröning-19/+15
2024-07-31refactor(pal/hermit): return `!` to satisfy rust-analyzerMartin Kröning-3/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+3
2024-06-07add HermitOS support of vectored read/write operationsStefan Lankes-1/+1
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-9/+5
2024-04-23increase the readability by using the unique name for the hermit-abiStefan Lankes-5/+5
2024-03-01Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubileebors-1/+1
2024-02-28add platform-specific function to get the error number for HermitOSStefan Lankes-5/+5
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-1/+1
2024-01-11std: fix module references on hermitjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+206