about summary refs log tree commit diff
path: root/library/std/src/sys/hermit/os.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-206/+0
2023-08-07Better Debug for Vars and VarsOsTamir Duberstein-0/+28
Display actual vars instead of two dots. The same was done for Args and ArgsOs in 275f9a04af6191e3aee3852a5a1713.
2023-02-24move IO traits to std/src/os/hermitStefan Lankes-1/+1
By moving the IO traits, the RustyHermit support is harmonized to of other operating systems.
2021-07-05Make `getenv` return an Option instead of a ResultAris Merchant-7/+2
2021-06-20Move `OsStringExt` and `OsStrExt` to `std::os`Christiaan Dirkx-1/+1
2021-05-14Move `std::memchr` to `sys_common`Christiaan Dirkx-1/+1
2021-04-23Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`Christiaan Dirkx-2/+4
2021-04-20Change uses of never typeChristiaan Dirkx-2/+2
2021-04-20Replace `Void` with never typeChristiaan Dirkx-2/+2
2020-07-27mv std libs to library/mark-0/+181