about summary refs log tree commit diff
path: root/library/std/src/process.rs
AgeCommit message (Expand)AuthorLines
2021-10-09Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahcGuillaume Gomez-12/+8
2021-10-05Apply suggestions from code reviewJane Lusby-8/+8
2021-09-16Merge sys_common::rt into rtbjorn3-1/+1
2021-08-28std: Stabilize command_accessJade-12/+8
2021-08-19Add comments about impls for File, TcpStream, ChildStdin, etc.Dan Gohman-0/+18
2021-08-06Auto merge of #87774 - camelid:process-typo, r=jyn514bors-1/+1
2021-08-04Fix typoNoah Lev-1/+1
2021-08-04Re-use std::sealed::Sealed in os/linux/process.Mara Bos-0/+4
2021-07-21Add Linux-specific pidfd process extensionsAaron Hill-1/+1
2021-07-05s/die/terminate/ in abort documentation.Mara Bos-1/+1
2021-07-05abort docs: Document buffer non-flushingIan Jackson-0/+3
2021-07-05aborts: Clarify documentation and commentsIan Jackson-0/+4
2021-07-03Rollup merge of #86803 - xfix:remove-unnecessary-ampersand-from-command-args-...Yuki Okushi-2/+2
2021-07-02Remove & from Command::args calls in documentationKonrad Borowski-2/+2
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-3/+1
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-3/+1
2021-05-12impl crate::error::Error for ExitStatusErrorIan Jackson-0/+3
2021-05-12ExitStatusError: Be more verbose in Display implIan Jackson-1/+1
2021-05-12Fix typo in docIan Jackson-1/+1
2021-05-12unix: impl ExitStatusExt for ExitStatusErrorIan Jackson-3/+6
2021-05-12Provide ExitStatusErrorIan Jackson-3/+135
2021-04-22Rework `at_exit` to `cleanup`Christiaan Dirkx-1/+1
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-4/+4
2021-03-27Use DebugStruct::finish_non_exhaustive() in std.Mara Bos-1/+1
2021-03-14Rollup merge of #82943 - kornelski:threadstdio, r=joshtriplettYuki Okushi-7/+18
2021-03-09Demonstrate best practice for feeding stdin of a child processesKornel-7/+18
2021-02-23ExitStatus: Improve documentation re wait status vs exit statusIan Jackson-7/+18
2021-02-10Seal the CommandExt, OsStrExt and OsStringExt traitsAmanieu d'Antras-0/+8
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-1/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+1
2020-11-18Add #[cold] to `abort` and `handle_alloc_error`Benoît du Garreau-0/+1
2020-10-31Apply suggestions from code reviewMatyáš Racek-4/+8
2020-10-31Add note to process::arg[s] that args shouldn't be escaped or quotedMatyáš Racek-0/+6
2020-10-18Add missing punctuationpierwill-1/+1
2020-09-26Add accessors to Command.Eric Huss-0/+125
2020-09-21Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnayecstatic-morse-0/+19
2020-09-21Update library/std/src/process.rsFederico Ponzi-1/+1
2020-09-16Rollup merge of #73955 - hellow554:unsafe_process, r=Mark-SimulacrumDylan DPC-2/+5
2020-09-11Deduplicates io::Write implementationsFederico Ponzi-4/+4
2020-09-03More implementations of Write for immutable refsFederico Ponzi-0/+19
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-408/+3
2020-08-23doc: Fix typo in std::process::Child documentationJR Heard-1/+1
2020-08-14Rollup merge of #75432 - camelid:intra-doc-links-for-std-process, r=jyn514Tyler Mandry-58/+37
2020-08-14Improve documentation on process::Child.std* fieldsJonas Berlin-3/+24
2020-08-11Use `Child::std{in,out,err}` instead of `Child.`Camelid-3/+3
2020-08-11Switch to intra-doc links in `std::process`Camelid-58/+37
2020-08-11deny(unsafe_op_in_unsafe_fn) in libstd/process.rsMarcel Hellwig-2/+5
2020-07-27mv std libs to library/mark-0/+2112