| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-21 | Unify owned `Env` types between platforms | Thalia Archibald | -0/+10 | |
| Also, update the same pattern of reuse in `sys::args` to match. | ||||
| 2025-04-13 | Hermit: Unify std::env::args with Unix | Thalia Archibald | -4/+4 | |
| The only differences between these implementations are that Unix uses relaxed ordering, but Hermit uses acquire/release, and Unix truncates `argv` at the first null pointer, but Hermit doesn't. Since Hermit aims for Unix compatibility, unify it with Unix. | ||||
| 2025-04-12 | Use unsupported args for espidf and vita | Thalia Archibald | -1/+1 | |
| 2025-04-12 | Move args into std::sys | Thalia Archibald | -0/+34 | |
