| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -408/+3 | |
| Also doing fmt inplace as requested. | ||||
| 2020-08-23 | doc: Fix typo in std::process::Child documentation | JR Heard | -1/+1 | |
| 2020-08-14 | Rollup merge of #75432 - camelid:intra-doc-links-for-std-process, r=jyn514 | Tyler Mandry | -58/+37 | |
| Switch to intra-doc links in `std::process` Part of #75080. | ||||
| 2020-08-14 | Improve documentation on process::Child.std* fields | Jonas Berlin | -3/+24 | |
| As a relative beginner, it took a while for me to figure out I could just steal the references to avoid partially moving the child and thus retain ability to call functions on it (and store it in structs etc). | ||||
| 2020-08-11 | Use `Child::std{in,out,err}` instead of `Child.` | Camelid | -3/+3 | |
| These links were broken before. | ||||
| 2020-08-11 | Switch to intra-doc links in `std::process` | Camelid | -58/+37 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+2112 | |
