index
:
delta/rust.git
92745/rustdoc-semantic-ids
Aaronepower-patch-1
Camelid-RustThanks
E0002-precision
GuillaumeGomez-patch-1
Havvy-patch-1
LeSeulArtichaut-patch-1
SimonSapin-patch-1
XAMPPRocky-patch-1
XAMPPRocky-patch-1-1
XAMPPRocky-patch-2
accept-felixes-typo
acrichto-tmp
adt-docs-fix
alex-tmp
aphs-no-unsynchronised-llvm-err-global
appveyor
auto
beta
beta-fix-69341
beta-next
borrowck-niche-discriminants
borrowck-snippet
c9788fdd5b8
clarify-tidy-since
clean-two-dots
cleanup-e0554
clone-shim-split
compiler-autolabel
const-generics-coerce-unsized
const_tls_local_panic_count
cranelift-rebase
debug-48866
debug-for-422
debug-intravisit-fnkind
duplicate-word
fix-1.38-type_name
fix-63313
fix-async-date
fix-cancel
fix-dev-no-comment
fix-loop-break-mir-generation
fix-publish-toolstate-syntax-error
followup-from-92533
frewsxcv-issue-44929
frewsxcv-issue-45636
frewsxcv-patch-1
frewsxcv-patch-2
frewsxcv-patch-3
frewsxcv-rename-slice-swap-param
frewsxcv/unstable-book
generators-clone-doc
gh35653
gitignore-readd-tmp
hex-value-process-exit
homu-tmp
increase-nested-groups-test-coverage
into_raw_non_null
ishitatsuyuki-patch-1
issue-85533
jdm-patch-1
jonas-schievink-patch-1
jonas-schievink-patch-2
kennytm/steal-the-cron-job
lcnr-doc-patch
lcnr-patch-1
libs-tracking-issue
llvm-5
llvm-6-test
llvm-6-try
llvm-icebreakers-ping
llvm-icebreakers-ping-1
master
maybe-bound-eror
maybe-uninit-gates
min/add-track-caller
min_const_generics-version
more-osx-cores
multisuggest_disambiguation
must-use-join
mutable-overloaded-operators
nellshamrell/fix-80658
nightly-dev
nitpick-slp
nll-alias-analysis
nox/i-need-a-niche-but-i-have-no-dog
nrc-patch-1
oli-obk-patch-1
opt-fuse
ostrich
pass-check-runfail
perf-odds-and-ends
permit-asyncawait-ondeck-by-anyone
petrochenkov-patch-1
petrochenkov-patch-2
pietroalbini-patch-1
place2_2
pr-75593
promote-tmp
release-notes-tweak
relnotes-1.50.0
relnotes-1.51.0
relnotes-1.52.0
remove-most-azure
remove-unwanted-z-index
revert-105395-sunfishcode/update-wasi
revert-74416-linker-locale-utf8
revert-76110-convert-openoptions-cint
revert-77467-query-docs
revert-77961-embed-bitcode
revert-80244-spans
revert-82057-cstr
revert-82313-update-normalize-css
revert-88147-issue-88097
revert-88548-intersperse
revert-98576-region-stuff-cool-beans
rust-1.17-relnotes
rust-1.19.0-relnotes
rust-analyzer-2020-09-09
rust-analyzer-2020-09-14
rust-analyzer-2021-11-22
rustc-spring-cleaning
rustdoc-autolabel
rustix
sfackler-patch-1
sgrif-patch-1
shallow-borrow-fixes
single_derive
slice
snap-stage3
some-new-labels
sort_by_cached_key
spastorino-patch-1
stable
stable-1.31.1
stable-next
steveklabnik-must-use
steveklabnik-patch-1
temp-dev-stable
tmandry-patch-1
tmp
tmp-nightly
to-be-dev-nightly
travis-shell
triagebot-ping-alias
try
try-build-llvm
turbo-expander
upgrade-to-9.4-xcode
upper-tuple
vec-leak
wesleywiser-patch-1
whitelist-thumb
x-link-mem-swaps
xcode9.4
yeet-unused-substs
github.com: rust-lang/rust.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
process.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
std: Push process stdio setup in std::sys
Alex Crichton
2016-02-10
1
-85
/
+44
*
std: Rename Stdio::None to Stdio::Null
Alex Crichton
2016-02-10
1
-3
/
+3
*
std: Push Child's exit status to sys::process
Alex Crichton
2016-02-10
1
-44
/
+5
*
std: Implement CommandExt::before_exec
Alex Crichton
2016-02-10
1
-2
/
+2
*
std: Refactor process spawning on Unix
Alex Crichton
2016-02-10
1
-1
/
+3
*
Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichton
bors
2016-02-03
1
-5
/
+51
|
\
|
*
std: Properly handle interior NULs in std::process
Kamal Marhubi
2016-02-03
1
-5
/
+51
*
|
Minor corrections in docs for `std::process::Child`
Dirk Gadsden
2016-01-31
1
-4
/
+6
*
|
Safety docs about `std::process::Child` going out of scope
Dirk Gadsden
2016-01-31
1
-0
/
+8
|
/
*
Fix warnings during tests
Alex Crichton
2016-01-26
1
-37
/
+25
*
Add a debug implementation to process::Output
Ed Clarke
2015-12-17
1
-0
/
+27
*
Fix typo in src/libstd/process.rs
Adam Badawy
2015-12-01
1
-1
/
+1
*
skip check for DYLD envars in child proc
Josh Austin
2015-11-23
1
-0
/
+1
*
test_inherit_env: Don't look for hidden environment variables on Windows
Tobias Bucher
2015-11-22
1
-2
/
+4
*
std: Use join() in Process::wait_with_output
Alex Crichton
2015-11-17
1
-20
/
+14
*
Rollup merge of #29158 - arcnmx:process-test, r=alexcrichton
Steve Klabnik
2015-10-20
1
-1
/
+1
|
\
|
*
Add missing #[test] attribute to test
arcnmx
2015-10-19
1
-1
/
+1
*
|
Correct spelling in docs
Andrew Paseltiner
2015-10-19
1
-2
/
+2
|
/
*
Correct spelling in docs
Andrew Paseltiner
2015-10-13
1
-1
/
+1
*
Tweak Travis to use GCE
Alex Crichton
2015-09-29
1
-5
/
+8
*
std: Internalize almost all of `std::rt`
Alex Crichton
2015-09-11
1
-1
/
+1
*
std: Run at_exit cleanup on process::exit
Alex Crichton
2015-09-02
1
-0
/
+1
*
syntax: Don't assume `std` exists for tests
Alex Crichton
2015-08-04
1
-1
/
+1
*
Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson
bors
2015-07-31
1
-1
/
+1
|
\
|
*
std: Stabilize a number of small APIs
Alex Crichton
2015-07-28
1
-1
/
+1
*
|
std: Remove the curious inner module
Alex Crichton
2015-07-29
1
-1
/
+1
*
|
std: Remove msvc/valgrind headers
Alex Crichton
2015-07-27
1
-11
/
+2
|
/
*
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
2015-07-20
1
-1
/
+17
*
std::process: Remove helper function pwd_cmd from test module
Geoffrey Thomas
2015-06-22
1
-18
/
+0
*
std: Tweak process raising/lowering implementations
Alex Crichton
2015-06-09
1
-13
/
+28
*
Another small grammar fix for process.rs
Martin Pool
2015-06-05
1
-1
/
+1
*
Doc fix for process.rs
Martin Pool
2015-06-05
1
-1
/
+1
*
Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon
bors
2015-05-29
1
-41
/
+58
|
\
|
*
std: Implement lowering and raising for process IO
Alex Crichton
2015-05-16
1
-41
/
+58
*
|
std: Add an unstable method Child::id
Alex Crichton
2015-05-16
1
-0
/
+6
|
/
*
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
2015-05-07
1
-6
/
+6
*
Update process.rs
tynopex
2015-04-29
1
-8
/
+8
*
std: Fixup docs for std::process
tynopex
2015-04-29
1
-13
/
+16
*
rollup merge of #24377: apasel422/docs
Alex Crichton
2015-04-14
1
-4
/
+4
|
\
|
*
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
2015-04-13
1
-4
/
+4
*
|
test: Fixup many library unit tests
Alex Crichton
2015-04-14
1
-39
/
+0
|
/
*
Auto merge of #24177 - alexcrichton:rustdoc, r=aturon
bors
2015-04-10
1
-6
/
+1
|
\
|
*
std: Deny most warnings in doctests
Alex Crichton
2015-04-07
1
-6
/
+1
*
|
std: Unconditionally close all file descriptors
Alex Crichton
2015-04-10
1
-14
/
+10
*
|
std: Clean up process spawn impl on unix
Alex Crichton
2015-04-09
1
-1
/
+1
|
/
*
Update android tests to reflect API switch from `os::env` to `env::vars`.
Felix S. Klock II
2015-04-01
1
-3
/
+2
*
Test fixes and rebase conflicts, round 3
Alex Crichton
2015-03-31
1
-1
/
+1
*
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
2015-03-31
1
-1
/
+0
|
\
|
*
std: Stabilize last bits of io::Error
Alex Crichton
2015-03-31
1
-1
/
+0
*
|
rollup merge of #23907: alexcrichton/impl-exit
Alex Crichton
2015-03-31
1
-0
/
+16
|
\
\
[next]