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