rust/library/std/src/sys
Trevor Gross dd80a728cc
Rollup merge of #127833 - risc0:erik/zkvm-deny-unsafe, r=workingjubilee
zkvm: add `#[forbid(unsafe_op_in_unsafe_fn)]` in `stdlib`

This also adds an additional `unsafe` block to address compiler errors.
This PR is intended to address https://github.com/rust-lang/rust/issues/127747 for the zkvm target.
2024-07-16 20:10:13 -05:00
..
os_str PathBuf::as_mut_vec removed and verified for UEFI and Windows platforms #126333 2024-06-25 07:36:34 -06:00
pal Rollup merge of #127833 - risc0:erik/zkvm-deny-unsafe, r=workingjubilee 2024-07-16 20:10:13 -05:00
path std: move path into sys 2024-02-08 12:51:35 +01:00
personality std: unwrapped unsafe is VERBOTEN! 2024-07-16 12:51:14 -07:00
sync Rollup merge of #127807 - ChrisDenton:win-parking, r=joboet 2024-07-16 20:10:12 -05:00
thread_local Remove DWORD 2024-07-15 05:01:22 +00:00
backtrace.rs fix interleaved panic output 2024-07-12 11:52:04 -04:00
cmath.rs Make cmath.rs a single file 2024-02-07 12:02:24 -03:00
exit_guard.rs Attempt to fix CI 2024-07-08 09:19:25 -05:00
mod.rs std: deny(unsafe_op_in_unsafe_fn) but allow sites 2024-07-14 16:44:01 -07:00