about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/os.rs
AgeCommit message (Expand)AuthorLines
2024-06-10fix: build on haikuSteve Lau-2/+2
2024-06-08std::unix::os current_exe implementation simplification for haiku.David Carlier-10/+10
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-4/+4
2024-05-17Use `_NSGetEnviron` instead of `environ` on iOS/tvOS/watchOS/visionOSMads Marquart-2/+26
2024-04-28Use `target_vendor = "apple"` instead of `target_os = "..."`Mads Marquart-26/+4
2024-03-18Support for visionOSAdam Gastineau-2/+11
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-1/+1
2024-02-18Dyn erase at call siteDavid Thomas-5/+5
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+783