about summary refs log tree commit diff
path: root/src/libstd/process.rs
AgeCommit message (Expand)AuthorLines
2020-04-26Update nameSteven Fackler-6/+6
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+14
2019-11-29Format libstd with rustfmtDavid Tolnay-86/+133
2019-11-06Ignore these tests ,since the called commands doesn't exist in VxWorksUmesh Kalappa-12/+17
2019-10-20Remove leading :: from paths in doc examplesMikko Rantanen-6/+6
2019-09-23Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPCMazdak Farrokhzad-1/+1
2019-09-19Remove unnecessary `mut` in doc exampleAdrian Heine né Lang-1/+1
2019-09-15use println!()Guanqun Lu-1/+1
2019-09-08Fix `Stdio::piped` example code and lintWilliam Chargin-2/+2
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-1/+1
2019-06-27std: Move a process test out of libstdAlex Crichton-27/+0
2019-06-05Tidy: trailing whitespaceReinier Maas-1/+1
2019-06-05Edit docs of ExitStatusReinier Maas-1/+4
2019-05-01doc: Warn about possible zombie apocalypseMichal 'vorner' Vaner-0/+12
2019-04-27Stabilized vectored IOSteven Fackler-4/+4
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-1/+15
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-8/+8
2019-03-25SGX target: fix std unit testsJethro Beekman-1/+1
2019-03-14Don't run test launching `echo` since that doesn't exist on WindowsJohn Kåre Alsaker-1/+1
2019-02-28libstd => 2018Taiki Endo-27/+26
2019-02-25Disable running several Stdio doctestsIvan Petkov-2/+2
2019-02-10libs: doc commentsAlexander Regueiro-7/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-21Move a flaky process test out of libstdAlex Crichton-36/+0
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-2/+2
2018-11-13fix various typos in doc commentsAndy Russell-2/+2
2018-11-13Rollup merge of #55754 - spastorino:fix-process-output-docs, r=alexcrichtonkennytm-3/+6
2018-11-10Avoid converting bytes to UTF-8 strings to print, just pass bytes to stdout/errSantiago Pastorino-3/+6
2018-10-24Documents `From` implementations for `Stdio`OCTronics-0/+88
2018-08-20document the platform-specific behavior of Command::current_dirJack O'Connor-0/+10
2018-08-11Fix indentHavvy (Ryan Scheel)-1/+1
2018-08-11Show that Command can be reused and remodifiedRyan Scheel-0/+33
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-2/+2
2018-04-24Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrumkennytm-2/+11
2018-04-17fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+1
2018-04-08fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+1
2018-04-05std: Inline some Termination-related methodsAlex Crichton-0/+2
2018-04-02Fix "since" version for getpid feature.Thayne McCombs-1/+1
2018-04-01Stabilize `std::process::id()`Thayne McCombs-2/+1
2018-03-29fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+6
2018-03-28fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+4
2018-03-28std: Child::kill() returns error if process has already exitedAndreas Tolfsen-2/+3
2018-03-25Minor formatting consistency fix.Alexander Ronald Altman-1/+1
2018-03-21termination_trait: Make error message more helpfulTyler Mandry-2/+3
2018-03-21termination_trait: Put examples in error help, not labelTyler Mandry-1/+1
2018-03-21termination_trait: Add () example to error messageTyler Mandry-1/+1
2018-03-03Move process::ExitCode internals to sysScott McMurray-21/+8
2018-02-28Fix linkcheckerScott McMurray-2/+2
2018-02-27Put some thought and documentation effort into process::ExitCodeScott McMurray-24/+52