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
/
process
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-1543
/
+0
2020-07-19
Rollup merge of #74356 - lzutao:rm_combine, r=LukasKalbertodt
Manish Goregaokar
-7
/
+3
2020-07-15
Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomez
Manish Goregaokar
-0
/
+2
2020-07-15
Remove combine function
Lzu Tao
-7
/
+3
2020-07-14
Added docs for `From<c_int>` for `ExitStatus`
Vincent Esche
-0
/
+2
2020-07-12
process_unix: prefer i32::*_be_bytes over manually shifting bytes
Lzu Tao
-14
/
+12
2020-06-09
Mark tests whcih don't work under riscv emulation
Tom Eccles
-0
/
+1
2020-05-22
Implement `Sync` for `process::Command on unix and vxworks
LeSeulArtichaut
-2
/
+4
2020-03-31
more clippy fixes
Matthias Krüger
-1
/
+1
2020-03-05
Const items have by default a static lifetime, there's no need to annotate it...
Matthias Krüger
-2
/
+2
2020-02-27
don't use .into() to convert types into identical types.
Matthias Krüger
-3
/
+1
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-84
/
+88
2019-12-16
Fix up Command Debug output when arg0 is specified.
Jeremy Fitzhardinge
-2
/
+6
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-139
/
+200
2019-11-19
Add unix::process::CommandExt::arg0
Jeremy Fitzhardinge
-10
/
+19
2019-09-25
Fix ExitStatus on Fuchsia
Tyler Mandry
-75
/
+93
2019-09-07
Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertj
Mazdak Farrokhzad
-27
/
+76
2019-09-05
std: Improve downstream codegen in `Command::env`
Alex Crichton
-4
/
+5
2019-08-30
fuchsia: Fix default environment behavior when spawning
Tyler Mandry
-2
/
+5
2019-08-30
fuchsia: Don't fail to spawn if no stdin exists
Tyler Mandry
-22
/
+41
2019-08-30
Don't try to use /dev/null on Fuchsia
Tyler Mandry
-9
/
+36
2019-08-29
Update zx_time_t to an i64
Tyler Mandry
-3
/
+3
2019-08-23
Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbini
bors
-13
/
+12
2019-08-19
Consolidate sigemptyset workarounds
Joe Richey
-40
/
+27
2019-08-19
remove any from cfgs
Artyom Pavlov
-2
/
+2
2019-08-19
cfg fix 2
Artyom Pavlov
-1
/
+2
2019-08-19
fix cfg
Artyom Pavlov
-11
/
+9
2019-08-06
Fix cfg_if usage
Jeremy Soller
-1
/
+1
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-9
/
+20
2019-07-18
Fix clippy::len_zero warnings
Mateusz Mikuła
-1
/
+1
2019-06-26
Use pointer::write_bytes for android sigemptyset
Josh Stone
-5
/
+3
2019-06-26
Avoid mem::uninitialized() in std::sys::unix
Josh Stone
-34
/
+34
2019-05-06
use exhaustive_patterns to be able to use `?`
Marcel Hellwig
-5
/
+6
2019-05-06
convert custom try macro to `?`
Marcel Hellwig
-17
/
+10
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-45
/
+47
2019-02-22
Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton
Mazdak Farrokhzad
-2
/
+4
2019-02-13
Use posix_spawn_file_actions_addchdir_np when possible
Josh Stone
-2
/
+22
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-03
more formatting
Ralf Jung
-2
/
+4
2019-02-01
deprecate before_exec in favor of unsafe pre_exec
Ralf Jung
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-50
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-1
/
+1
2018-11-14
std: Synchronize access to global env during `exec`
Alex Crichton
-8
/
+48
2018-11-14
Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"
Alex Crichton
-99
/
+8
2018-11-01
Fixes #46775 -- don't mutate the process's environment in Command::exec
Alex Gaynor
-8
/
+99
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-07-10
Add missing `dyn` for cloudabi, redox, unix and wasm
ljedrz
-3
/
+3
[next]