rust/library/std/src/sys
Yuki Okushi 4136ed26a1
Rollup merge of #74979 - maekawatoshiki:fix, r=Mark-Simulacrum
`#![deny(unsafe_op_in_unsafe_fn)]` in sys/hermit

Partial fix of #73904.

This encloses ``unsafe`` operations in ``unsafe fn`` in ``sys/hermit``.
Some unsafe blocks are not well documented because some system-based functions lack documents.
2020-11-07 01:01:59 +09:00
..
cloudabi #[deny(unsafe_op_in_unsafe_fn)] in sys/cloudabi 2020-10-18 17:59:54 +09:00
hermit Rollup merge of #74979 - maekawatoshiki:fix, r=Mark-Simulacrum 2020-11-07 01:01:59 +09:00
sgx Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
unix fix aliasing issue in unix sleep function 2020-10-31 16:26:06 +01:00
unsupported Rollup merge of #77722 - fusion-engineering-forks:safe-unsupported-locks, r=Mark-Simulacrum 2020-10-14 06:02:21 +09:00
vxworks Take some of sys/vxworks/process/* from sys/unix instead. 2020-10-16 06:22:05 +02:00
wasi Rollup merge of #77722 - fusion-engineering-forks:safe-unsupported-locks, r=Mark-Simulacrum 2020-10-14 06:02:21 +09:00
wasm Remove unnecessary unsafe block from condvar_atomics & mutex_atomics 2020-10-24 18:22:18 +09:00
windows Auto merge of #77727 - thomcc:mach-info-order, r=Amanieu 2020-10-11 14:06:04 +00:00
mod.rs add hermit to the list of omit OS 2020-10-11 11:56:09 +02:00