rust/library/std/src/sys
bors 985795270e Auto merge of #115108 - ijackson:broken-wait-status, r=dtolnay
Fix exit status / wait status on non-Unix cfg(unix) platforms

Fixes #114593

Needs FCP due to behavioural changes (NB only on non-Unix `#[cfg(unix)]` platforms).

Also, I think this is likely to break in CI.  I have not been yet able to compile the new bits of `process_unsupported.rs`, although I have compiled the new module.  I'd like some help from people familiar with eg emscripten and fuchsia (which are going to be affected, I think).
2023-10-13 14:53:35 +00:00
..
common Add Minimal Std implementation for UEFI 2023-09-22 17:23:30 +05:30
hermit Rollup merge of #115489 - saethlin:is-interrupted, r=thomcc 2023-09-03 21:38:43 +02:00
itron Add a new helper to avoid calling io::Error::kind 2023-08-25 21:26:06 -04:00
personality Fix broken links 2023-09-30 10:26:04 +08:00
sgx Auto merge of #111595 - fortanix:raoul/waitqueue_clarifications, r=workingjubilee 2023-10-06 11:12:13 +00:00
solid kmc-solid: Refactor is_interrupted to avoid integer overflow 2023-09-01 11:55:48 +09:00
uefi Stdio for UEFI 2023-10-02 00:07:11 +05:30
unix Auto merge of #115108 - ijackson:broken-wait-status, r=dtolnay 2023-10-13 14:53:35 +00:00
unsupported Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay 2023-09-09 19:56:51 +00:00
wasi Use io_error_more on WASI 2023-10-06 19:05:45 +02:00
wasm std: replace generic thread parker with explicit no-op parker 2023-02-16 15:06:45 +01:00
windows Remove libc 2023-10-06 00:35:00 +01:00
xous std: xous: add support for locks 2023-08-22 20:25:38 +08:00
mod.rs Use RawOsError for UEFI 2023-09-22 17:23:33 +05:30