rust/library/std/src/os
Matthias Krüger f00a55188f
Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubilee
Forbid unused unsafe in vxworks-specific std modules

Tracking issue #127747
Adding deny(unsafe_op_in_unsafe_fn) in VxWorks specific files did not cause any error.
Most of VxWorks falls back on Unix libraries. So we'll have to wait for Unix changes.

r? ```@workingjubilee```
2024-08-07 00:34:12 +02:00
..
aix Reformat use declarations. 2024-07-29 08:26:52 +10:00
android Reformat use declarations. 2024-07-29 08:26:52 +10:00
darwin Reformat use declarations. 2024-07-29 08:26:52 +10:00
dragonfly Reformat use declarations. 2024-07-29 08:26:52 +10:00
emscripten Reformat use declarations. 2024-07-29 08:26:52 +10:00
espidf Reformat use declarations. 2024-07-29 08:26:52 +10:00
fd Rollup merge of #127586 - zachs18:more-must-use, r=cuviper 2024-08-03 11:17:42 +02:00
fortanix_sgx Reformat use declarations. 2024-07-29 08:26:52 +10:00
freebsd Reformat use declarations. 2024-07-29 08:26:52 +10:00
fuchsia Add definitions for riscv64gc-unknown-fuchsia 2023-04-25 16:42:59 -07:00
haiku Reformat use declarations. 2024-07-29 08:26:52 +10:00
hermit fix(os/hermit): deny(unsafe_op_in_unsafe_fn) 2024-08-01 12:34:43 +02:00
horizon Fix warnings when checking armv6k-nintendo-3ds 2024-07-21 20:12:54 -04:00
hurd added support for GNU/Hurd 2023-09-21 17:31:25 +02:00
illumos Reformat use declarations. 2024-07-29 08:26:52 +10:00
ios Reformat use declarations. 2024-07-29 08:26:52 +10:00
l4re Reformat use declarations. 2024-07-29 08:26:52 +10:00
linux Reformat use declarations. 2024-07-29 08:26:52 +10:00
macos Reformat use declarations. 2024-07-29 08:26:52 +10:00
net Reformat use declarations. 2024-07-29 08:26:52 +10:00
netbsd Reformat use declarations. 2024-07-29 08:26:52 +10:00
nto Update library/std/src/os/nto/mod.rs 2023-03-01 06:42:40 +01:00
openbsd Reformat use declarations. 2024-07-29 08:26:52 +10:00
raw Remove Windows dependency on libc 2024-05-20 11:13:31 -04:00
redox Reformat use declarations. 2024-07-29 08:26:52 +10:00
solaris Reformat use declarations. 2024-07-29 08:26:52 +10:00
solid Rollup merge of #127586 - zachs18:more-must-use, r=cuviper 2024-08-03 11:17:42 +02:00
uefi Reformat use declarations. 2024-07-29 08:26:52 +10:00
unix Reformat use declarations. 2024-07-29 08:26:52 +10:00
vita Add forbid(unsafe_op_in_unsafe_fn) 2024-07-28 21:10:59 +03:00
vxworks Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files 2024-08-03 08:00:39 +05:30
wasi Reformat use declarations. 2024-07-29 08:26:52 +10:00
wasip2 Rename wasm32-wasi-preview2 to wasm32-wasip2 2024-02-27 10:14:45 -05:00
windows Rollup merge of #127586 - zachs18:more-must-use, r=cuviper 2024-08-03 11:17:42 +02:00
xous Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs std: deny(unsafe_op_in_unsafe_fn) but allow sites 2024-07-14 16:44:01 -07:00