about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/os.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-19/+8
2024-07-13Auto merge of #126606 - zachs18:patch-2, r=joboetbors-0/+1
2024-07-05Move exit guard from sys::common::exit_guard to sys::exit_guard.Zachary S-1/+1
2024-06-23fix buildDavid Carlier-2/+1
2024-06-23std::unix::os::home_dir: fallback's optimisation.David Carlier-2/+3
2024-06-20On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`...Zachary S-0/+1
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