index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
pal
/
unix
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-01
Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDenton
Matthias Krüger
-0
/
+2
2024-11-30
fix: hurd build, stat64.st_fsid was renamed to st_dev
Steve Lau
-0
/
+2
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-12
/
+11
2024-11-22
Don't try to use confstr in Miri
Mads Marquart
-3
/
+5
2024-10-10
Use with_capacity(0) because we're reading the capacity later on
Mads Marquart
-1
/
+1
2024-10-10
Prefer `target_vendor = "apple"` on confstr
Mads Marquart
-2
/
+2
2024-10-10
use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on darwin
Thom Chiovoloni
-4
/
+72
2024-09-25
Use `&raw` in the standard library
Josh Stone
-1
/
+1
2024-09-24
Initial std library support for NuttX
Huang Qi
-0
/
+4
2024-09-03
Port std library to RTEMS
Jan Sommer
-4
/
+15
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-19
/
+8
2024-07-13
Auto merge of #126606 - zachs18:patch-2, r=joboet
bors
-0
/
+1
2024-07-05
Move exit guard from sys::common::exit_guard to sys::exit_guard.
Zachary S
-1
/
+1
2024-06-23
fix build
David Carlier
-2
/
+1
2024-06-23
std::unix::os::home_dir: fallback's optimisation.
David Carlier
-2
/
+3
2024-06-20
On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`...
Zachary S
-0
/
+1
2024-06-10
fix: build on haiku
Steve Lau
-2
/
+2
2024-06-08
std::unix::os current_exe implementation simplification for haiku.
David Carlier
-10
/
+10
2024-05-29
Make `std::env::{set_var, remove_var}` unsafe in edition 2024
Tobias Bucher
-4
/
+4
2024-05-17
Use `_NSGetEnviron` instead of `environ` on iOS/tvOS/watchOS/visionOS
Mads Marquart
-2
/
+26
2024-04-28
Use `target_vendor = "apple"` instead of `target_os = "..."`
Mads Marquart
-26
/
+4
2024-03-18
Support for visionOS
Adam Gastineau
-2
/
+11
2024-02-20
Delete architecture-specific memchr code in std::sys
Arthur Carcano
-1
/
+1
2024-02-18
Dyn erase at call site
David Thomas
-5
/
+5
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+783