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