about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/env.rs
AgeCommit message (Collapse)AuthorLines
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-309/+0
2025-04-18Sort Unix env constants alphabetically by target_osThalia Archibald-98/+100
They were roughly grouped into Linux, Apple, BSD, and everything else, roughly in alphabetical order. Alphabetically order them to make it easier to maintain and discard the Unix-specific groups to generalize it to all platforms.
2025-03-10Initial STD support for Cygwin王宇逸-0/+11
Signed-off-by: Ookiineko <chiisaineko@protonmail.com>
2024-09-24Initial std library support for NuttXHuang Qi-0/+11
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2024-09-03Port std library to RTEMSJan Sommer-0/+11
2024-03-18Support for visionOSAdam Gastineau-0/+11
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+263