| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-18 | Combine env consts into std::sys::env_consts | Thalia Archibald | -309/+0 | |
| 2025-04-18 | Sort Unix env constants alphabetically by target_os | Thalia 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-10 | Initial STD support for Cygwin | 王宇逸 | -0/+11 | |
| Signed-off-by: Ookiineko <chiisaineko@protonmail.com> | ||||
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -0/+11 | |
| Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | ||||
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -0/+11 | |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -0/+11 | |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -0/+263 | |
