about summary refs log tree commit diff
path: root/library/std/src/process.rs
AgeCommit message (Expand)AuthorLines
2025-01-08Rollup merge of #135176 - kornelski:env-example, r=cuviperJacob Pratt-7/+15
2025-01-07Avoid naming variables `str`Josh Triplett-2/+2
2025-01-06More compelling env_clear() examplesKornel-7/+15
2024-12-21Less unwrap() in documentationKornel-14/+15
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-2/+2
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+9
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-16Auto merge of #127633 - SamuelMarks:eq-exit-code, r=dtolnaybors-5/+9
2024-09-06[library/std/src/process.rs] Remove `Eq` `derive`Samuel Marks-1/+1
2024-09-05[library/std/src/process.rs] Update docstring with @joshtriplett's replacemen...Samuel Marks-4/+8
2024-09-02process.rs: remove "Basic usage" text where not usefulTshepang Mbambo-36/+0
2024-08-25exit: explain our expectations for the exit handlers registered in a Rust pro...Ralf Jung-0/+9
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+2
2024-07-26Fix doc nitsJohn Arundel-2/+2
2024-07-13Fix minor typos in std::process doc on Win argvJubilee Young-2/+2
2024-07-11[library/std/src/process.rs] `PartialEq` & `Eq` for `ExitCode`Samuel Marks-1/+1
2024-06-10Clarify `Command::new` behavior if passed programs with arguments许杰友 Jieyou Xu (Joe)-0/+19
2024-05-19Rollup merge of #123709 - tgross35:windows-cmd-docs-update, r=ChrisDentonMichael Goulet-21/+27
2024-05-04Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDentonMatthias Krüger-0/+4
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+2
2024-04-12Improve several `Read` implementationsBenoît du Garreau-0/+4
2024-04-09Update documentation related to the recent cmd.exe fixTrevor Gross-21/+27
2024-04-09Document Windows argument splittingChris Denton-0/+79
2024-02-22Use generic `NonZero` everywhere in `std`.Markus Reiter-7/+7
2024-02-13Fix incorrect use of `compile_fail`Noah Lev-3/+3
2023-12-15Cfg remove lang items in doctestCameron Steffen-1/+1
2023-11-22add missing period in `std::process::Command` docsMax Heller-1/+1
2023-11-15Substitute version placeholdersMark Rousskov-1/+1
2023-10-15Deduplicate std::process Default impl feature namesDavid Tolnay-2/+2
2023-08-07impl Default for ExitCodeIan Jackson-0/+8
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-2/+2
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+2
2023-10-04Rollup merge of #116146 - Milo123459:milo/clarify-arg-documentation, r=thomccMatthias Krüger-2/+2
2023-10-03Bump version placeholdersMark Rousskov-2/+2
2023-09-28Auto merge of #114428 - ChaiTRex:master, r=dtolnaybors-3/+3
2023-09-28Rollup merge of #115535 - tshepang:patch-2, r=dtolnayMatthias Krüger-71/+69
2023-09-25update other placeMilo-1/+1
2023-09-25clarify documentation about variable substituionMilo-1/+1
2023-09-22Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-seMatthias Krüger-1/+1
2023-09-19Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3bors-1/+1
2023-09-09Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnaybors-0/+60
2023-09-04"what would rustfmt do"Tshepang Mbambo-71/+69
2023-08-24fix a typo in env_clear docsRalf Jung-1/+1
2023-08-22std: process: skip tests on xousSean Cross-1/+1
2023-08-22Replace version placeholders with 1.73.0Mark Rousskov-1/+1
2023-08-15Document Default for ExitStatusIan Jackson-1/+10
2023-08-10Rollup merge of #114194 - thomcc:flushinline, r=cuviperMichael Goulet-0/+2
2023-08-08Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnayMatthias Krüger-1/+1
2023-08-07impl Default for ExitStatusIan Jackson-1/+1
2023-08-07std::process: impl From<io::Stdout> (etc.) for StdioIan Jackson-0/+60