about summary refs log tree commit diff
path: root/library/std/src/process.rs
AgeCommit message (Expand)AuthorLines
2022-05-16Add tracking issue for ExitCode::exit_processNoa-1/+1
2022-05-13Auto merge of #95356 - coolreader18:exitstatus-exit-method, r=<try>bors-28/+56
2022-05-13Guarantee less in docsNoa-2/+2
2022-05-13Add ExitCode::exit_process exampleNoa-0/+23
2022-03-30Remove antipattern from process::exit docsNoa-28/+13
2022-03-30Add ExitCode::exit_process()Noa-0/+20
2022-03-29fix since field version for termination stabilizationJane Lusby-13/+13
2022-03-29Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,...Dylan DPC-24/+68
2022-03-28Touch up ExitCode docsNoa-7/+26
2022-03-25std::process docs: linkify references to output, spawn and statusest31-7/+20
2022-03-22add some fixZHANGWENTAI-3/+4
2022-03-22fix the lint problemZHANGWENTAI-1/+1
2022-03-22update Termination trait docsZHANGWENTAI-0/+4
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-9/+9
2022-02-22Stabilize Termination and ExitCodeJane Lusby-19/+44
2022-02-17Rollup merge of #89869 - kpreid:from-doc, r=yaahcMatthias Krüger-4/+4
2022-02-06Add From<u8> for ExitCodeJane Lusby-0/+8
2022-01-31add inline attribute to new methodJane Lusby-1/+2
2022-01-28Change Termination::report return type to ExitCodeJane Lusby-8/+22
2021-12-18Update stdlib to the 2021 editionLucas Kent-1/+0
2021-12-09Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplettbors-13/+1
2021-12-04Add documentation to more `From::from` implementations.Kevin Reid-4/+4
2021-11-16Rollup merge of #88601 - ibraheemdev:termination-result-infallible, r=yaahcYuki Okushi-0/+9
2021-11-11process::ExitStatus: Discuss `exit` vs `_exit` in a comment.Ian Jackson-0/+5
2021-11-02read_bufDrMeepster-13/+1
2021-10-30Add #[must_use] to remaining std functions (O-Z)John Kugelman-0/+13
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-09-03simplify `impl Termination for Result<Infallible, E>`Ibraheem Ahmed-2/+1
2021-09-02implement `Termination` for `Result<Infallible, E>`ibraheemdev-0/+10
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