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
/
src
/
libstd
/
sys
/
unix
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-674
/
+0
2020-07-22
Move the pipe2 call behind a hard target `#[cfg]`
Josh Stone
-0
/
+1
2020-04-14
Add illumos triple
Patrick Mooney
-2
/
+2
2020-01-10
make use of pointer::is_null
Lzu Tao
-4
/
+6
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-2
/
+2
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+1
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-132
/
+181
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-2
/
+1
2019-08-06
Fix cfg_if usage
Jeremy Soller
-1
/
+1
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-8
/
+22
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-3
/
+2
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-30
/
+31
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-21
Properly report ENOSYS by modifying errno
Adrian Budau
-1
/
+14
2018-12-05
Avoid extra copy and syscall in std::env::current_exe
John-John Tedro
-5
/
+8
2018-11-14
std: Synchronize access to global env during `exec`
Alex Crichton
-8
/
+12
2018-08-27
fix a typo: taget_env -> target_env
Jack O'Connor
-0
/
+27
2018-08-09
Don't panic on std::env::vars() when env in null.
BurntPizza
-5
/
+1
2018-08-08
avoid using the word 'initialized' to talk about that non-reentrant-capable s...
Ralf Jung
-1
/
+1
2018-08-06
actually, reentrant uninitialized mutex acquisition is outright UB
Ralf Jung
-3
/
+2
2018-08-06
clarify partially initialized Mutex issues
Ralf Jung
-0
/
+3
2018-07-30
Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...
Colin Finck
-1
/
+2
2018-07-23
Change single char str patterns to chars
ljedrz
-1
/
+1
2018-06-17
libstd: add an RAII utility for sys_common::mutex::Mutex
NODA, Kai
-17
/
+9
2018-03-02
Move glibc version lookup handling to sys::os and add a simpler glibc_version()
Bryan Drewery
-0
/
+32
2017-12-22
fix some errors in libstd
Michael Hewson
-1
/
+1
2017-11-30
NetBSD: add sysctl backend for std::env::current_exe
Jonathan A. Kollasch
-1
/
+28
2017-11-19
Add process::parent_id
Steven Fackler
-0
/
+4
2017-10-26
Rollup merge of #45059 - tmccombs:pid, r=alexcrichton
kennytm
-0
/
+4
2017-10-06
Add current_pid function
Thayne McCombs
-0
/
+4
2017-10-05
Remove nacl from libstd
est31
-2
/
+0
2017-09-08
Add modifications needed for L4re in libstd
Tobias Schaffner
-3
/
+6
2017-05-17
Improve the error management when /proc is not mounted
Sylvestre Ledru
-1
/
+6
2017-02-22
Merge branch 'master' of https://github.com/rust-lang/rust into readdir
Raph Levien
-29
/
+9
2017-02-21
Switch Fuchsia to readdir (instead of readdir_r)
Raph Levien
-1
/
+1
2017-02-15
simplify home_dir by removing unnecessary getpwuid_r wrapper
Shawn Walker-Salas
-18
/
+9
2017-02-15
libstd needs update for pending libc change
Shawn Walker-Salas
-11
/
+0
2016-12-06
Fix current_exe() on DragonFly (again)
Michael Neumann
-7
/
+2
2016-10-22
Add Fuchsia support
Raph Levien
-1
/
+7
2016-10-08
Use less `size_t` casts in libstd since it's now defined as `usize`
Tobias Bucher
-10
/
+9
2016-10-02
Move platform-specific arg handling to sys::args
Brian Anderson
-120
/
+0
2016-09-25
Add support for the Haiku operating system on x86 and x86_64 machines
Niels Sascha Reedijk
-1
/
+46
2016-08-27
Clean code a bit
Guillaume Gomez
-12
/
+9
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-1
/
+0
2016-08-10
[emscripten] Disable code paths that don't work on emscripten
Jan-Erik Rediger
-2
/
+4
2016-08-09
Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichton
bors
-6
/
+7
2016-08-07
Utilize `PhantomData` to enforce `!Sync` and `!Send` field.
Corey Farwell
-6
/
+7
2016-08-06
Fix build on DragonFly (unused function errno_location)
Michael Neumann
-0
/
+1
2016-07-27
Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton
bors
-0
/
+4
[next]