rust/library/std/src/sys/hermit
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
..
ext mv std libs to library/ 2020-07-27 19:51:13 -05:00
alloc.rs Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs 2020-10-08 22:13:19 +09:00
args.rs Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs 2020-10-08 22:13:19 +09:00
cmath.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
condvar.rs Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs 2020-10-08 22:13:19 +09:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fd.rs Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs 2020-10-08 22:13:19 +09:00
fs.rs remove obsolete function diverge 2020-10-12 06:51:52 +02:00
io.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs Rollup merge of #74979 - maekawatoshiki:fix, r=Mark-Simulacrum 2020-11-07 01:01:59 +09:00
mutex.rs box mutex to get a movable mutex 2020-10-13 23:25:42 +02:00
net.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
os.rs Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs 2020-10-08 22:13:19 +09:00
path.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
pipe.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
rwlock.rs Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs 2020-10-08 22:13:19 +09:00
stack_overflow.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stdio.rs Make raw standard stream constructors const 2020-08-21 13:17:20 +02:00
thread.rs Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs 2020-10-08 22:13:19 +09:00
thread_local_dtor.rs Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs 2020-10-08 22:13:19 +09:00
thread_local_key.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
time.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00