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
Age
Commit message (
Expand
)
Author
Lines
2018-03-23
Reduce scope of unsafe block in sun_path_offset
Daniel Kolsoi
-7
/
+5
2018-03-22
Command::env_saw_path() may be unused on platforms not using posix_spawn()
Bryan Drewery
-0
/
+1
2018-03-20
Refactor the stack addr aligning code into a function
Tatsuyuki Ishi
-16
/
+16
2018-03-19
Don't use posix_spawn() if PATH was modified in the environment.
Bryan Drewery
-0
/
+4
2018-03-19
Merge branch 'update-beta-freebsd' into freebsd-posix-spawn
Bryan Drewery
-10
/
+120
2018-03-19
Address review comments
Tatsuyuki Ishi
-1
/
+19
2018-03-06
Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichton
Alex Crichton
-2
/
+14
2018-03-03
Move process::ExitCode internals to sys
Scott McMurray
-2
/
+14
2018-03-02
Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...
Manish Goregaokar
-6
/
+65
2018-03-02
Support posix_spawn() for Linux glibc 2.24+.
Bryan Drewery
-2
/
+16
2018-03-02
Move glibc version lookup handling to sys::os and add a simpler glibc_version()
Bryan Drewery
-28
/
+37
2018-03-02
Use _
Bryan Drewery
-1
/
+1
2018-03-01
Add comment explaining when posix_spawn() can be supported.
Bryan Drewery
-0
/
+2
2018-03-01
posix_spawn() on OSX supports returning ENOENT.
Bryan Drewery
-2
/
+2
2018-02-28
posix_spawn() always returns its error rather than setting errno.
Bryan Drewery
-1
/
+1
2018-02-28
Support posix_spawn() for FreeBSD.
Bryan Drewery
-2
/
+2
2018-02-28
Remove excess newline
Bryan Drewery
-1
/
+0
2018-02-28
Pass proper pointer for envp.
Bryan Drewery
-1
/
+1
2018-02-28
No need to zero when an initializer for the object is already used.
Bryan Drewery
-3
/
+3
2018-02-28
Avoid error for unused variables
Bryan Drewery
-1
/
+1
2018-02-28
Support posix_spawn() when possible.
Alex Crichton
-0
/
+102
2018-02-25
Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfackler
kennytm
-1
/
+40
2018-02-24
Clarify "It is an error to..." wording for zero-duration behaviors.
Corey Farwell
-6
/
+65
2018-02-18
Add tests ensuring zero-Duration timeouts result in errors.
Corey Farwell
-1
/
+40
2018-02-17
Fix broken documentation link.
Corey Farwell
-1
/
+1
2018-01-31
Use a range to identify SIGSEGV in stack guards
Josh Stone
-52
/
+72
2018-01-30
Rollup merge of #47760 - little-dude:master, r=alexcrichton
kennytm
-5
/
+11
2018-01-26
make Command.argv Send on unix platforms
Corentin Henry
-10
/
+11
2018-01-26
Print inlined functions on Windows
John Kåre Alsaker
-0
/
+2
2018-01-25
implement Send for process::Command on unix
Corentin Henry
-0
/
+5
2018-01-21
Rollup merge of #47334 - etaoins:only-call-res-init-on-gnu-unix, r=alexcrichton
Guillaume Gomez
-11
/
+13
2018-01-18
in which the unused-parens lint comes to cover function and method args
Zack M. Davis
-2
/
+2
2018-01-16
Only link res_init() on GNU/*nix
Ryan Cumming
-11
/
+13
2018-01-04
[unix] Don't clone command-line args on startup
Matt Brubeck
-23
/
+16
2017-12-31
Auto merge of #46713 - Manishearth:memchr, r=bluss
bors
-1
/
+1
2017-12-25
Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1
bors
-1
/
+1
2017-12-24
Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay
bors
-91
/
+78
2017-12-24
Capture environment at spawn
Diggory Blake
-91
/
+78
2017-12-22
fix some errors in libstd
Michael Hewson
-1
/
+1
2017-12-19
Add Hash impl for SystemTime and Instant
Vitaly _Vi Shukela
-4
/
+12
2017-12-18
Add lossless debug implementation for unix OsStrs
Diggory Blake
-1
/
+2
2017-12-13
Move rust memchr impl to libcore
Manish Goregaokar
-1
/
+1
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+1
2017-11-30
NetBSD: add sysctl backend for std::env::current_exe
Jonathan A. Kollasch
-1
/
+28
2017-11-25
Implement `Rc`/`Arc` conversions for string-like types
Murarth
-0
/
+24
2017-11-19
Add process::parent_id
Steven Fackler
-0
/
+10
2017-11-14
Auto merge of #45896 - malbarbo:use-libc-const, r=alexcrichton
bors
-50
/
+5
2017-11-11
Add missing links and examples for FileExt
Guillaume Gomez
-2
/
+40
2017-11-09
Use getrandom syscall for all Linux and Android targets.
Marco A L Barbosa
-50
/
+5
2017-11-09
std: Avoid use of `libc` in portable modules
Alex Crichton
-9
/
+9
[prev]
[next]