about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_common.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-469/+0
2020-06-09Mark tests whcih don't work under riscv emulationTom Eccles-0/+1
2020-05-22Implement `Sync` for `process::Command on unix and vxworksLeSeulArtichaut-2/+4
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-2/+2
2020-02-27don't use .into() to convert types into identical types.Matthias Krüger-3/+1
2019-12-16Fix up Command Debug output when arg0 is specified.Jeremy Fitzhardinge-2/+6
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-42/+22
2019-11-19Add unix::process::CommandExt::arg0Jeremy Fitzhardinge-7/+16
2019-09-25Fix ExitStatus on FuchsiaTyler Mandry-51/+0
2019-09-07Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertjMazdak Farrokhzad-3/+25
2019-09-05std: Improve downstream codegen in `Command::env`Alex Crichton-4/+4
2019-08-30Don't try to use /dev/null on FuchsiaTyler Mandry-3/+25
2019-08-19Consolidate sigemptyset workaroundsJoe Richey-30/+24
2019-08-06Fix cfg_if usageJeremy Soller-1/+1
2019-08-06redox: convert to target_family unixJeremy Soller-1/+9
2019-06-26Use pointer::write_bytes for android sigemptysetJosh Stone-1/+1
2019-06-26Avoid mem::uninitialized() in std::sys::unixJosh Stone-6/+6
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-28libstd => 2018Taiki Endo-18/+18
2019-02-03more formattingRalf Jung-2/+4
2019-02-01deprecate before_exec in favor of unsafe pre_execRalf Jung-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-14Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"Alex Crichton-8/+0
2018-11-01Fixes #46775 -- don't mutate the process's environment in Command::execAlex Gaynor-0/+8
2018-07-10Add missing `dyn` for cloudabi, redox, unix and wasmljedrz-3/+3
2018-04-05std: Inline some Termination-related methodsAlex Crichton-0/+1
2018-03-22Command::env_saw_path() may be unused on platforms not using posix_spawn()Bryan Drewery-0/+1
2018-03-19Don't use posix_spawn() if PATH was modified in the environment.Bryan Drewery-0/+3
2018-03-03Move process::ExitCode internals to sysScott McMurray-1/+13
2018-01-26make Command.argv Send on unix platformsCorentin Henry-10/+11
2018-01-25implement Send for process::Command on unixCorentin Henry-0/+5
2017-12-24Capture environment at spawnDiggory Blake-83/+60
2017-10-05Remove nacl from libstdest31-1/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton-0/+1
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-0/+12
2017-03-25Avoid using libc::sigemptyset on AndroidMarco A L Barbosa-1/+15
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-2/+2
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-1/+5
2016-12-01std::process fuchsia support cleanupTheodore DeRego-3/+3
2016-11-23Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...Theodore DeRego-0/+480