rust/library/std/src/sys
Dylan DPC c99a603b87
Rollup merge of #102036 - Patiga:remove-io-errorkind-other-use-in-std, r=Mark-Simulacrum
Remove use of `io::ErrorKind::Other` in std

The documentation states that this `ErrorKind` is not used by the standard library. Instead, `io::ErrorKind::Uncategorized` should be used.

The two instances are in the unstable API [linux_pidfd](https://github.com/rust-lang/rust/issues/82971).
2022-09-22 18:25:52 +05:30
..
common resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
hermit std: use futex-based locks and thread parker on Hermit 2022-09-09 11:56:50 +02:00
itron std: make ReentrantMutex movable and const; simplify Stdout initialization 2022-09-03 14:05:28 +02:00
sgx std: check if TCS is a null pointer 2022-09-11 12:15:32 +02:00
solid Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc 2022-09-20 22:00:08 +00:00
unix Rollup merge of #102036 - Patiga:remove-io-errorkind-other-use-in-std, r=Mark-Simulacrum 2022-09-22 18:25:52 +05:30
unsupported Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc 2022-09-20 22:00:08 +00:00
wasi Rollup merge of #100892 - sunfishcode:wasi-stdio-asfd, r=joshtriplett 2022-08-31 08:47:15 +09:00
wasm std: use sync::RwLock for internal statics 2022-09-19 23:27:26 +02:00
windows Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc 2022-09-20 22:00:08 +00:00
mod.rs Use target_family = "wasm" 2021-11-10 08:35:42 -08:00