about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_fuchsia.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-330/+0
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-04-12remove some unneeded importsKaDiWa-2/+0
2023-01-14Remove various double spaces in source comments.André Vennberg-5/+5
2022-12-11Implement blocking outputAyush Singh-0/+5
2022-10-14more dupe word typosRageking8-1/+1
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-8/+8
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-05-12Provide ExitStatusErrorIan Jackson-3/+23
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-7/+10
2021-01-13Fix typos in Fuchsia unix_process_wait_moreDavid Tolnay-2/+2
2021-01-13ExitStatusExt: Fix build on FuchsiaIan Jackson-0/+44
2020-09-26Add accessors to Command.Eric Huss-1/+1
2020-09-15[fuchsia] Propagate the userspace UTC clockAdam Lesinski-1/+2
2020-07-27mv std libs to library/mark-0/+260