rust/library/std/src/sys
Matthias Krüger 34abb9647c
Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu
Replace some `mem::forget`'s with `ManuallyDrop`

              > but I would like to see a larger effort to replace all uses of `mem::forget`.

_Originally posted by `@saethlin` in https://github.com/rust-lang/rust/issues/127584#issuecomment-2226087767_

So,
r? `@saethlin`

Sorry, I have finished writing all of this before I got your response.
2024-07-24 18:00:39 +02:00
..
anonymous_pipe Initial implementation of anonymous_pipe 2024-07-23 23:13:56 +10:00
os_str forbid(unsafe_op_in_unsafe_fn) in sys/os_str 2024-07-17 05:52:38 +00:00
pal Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu 2024-07-24 18:00:39 +02:00
path std: forbid unwrapped unsafe in unsupported_backslash 2024-07-19 13:46:06 -07:00
personality std: unwrapped unsafe is VERBOTEN! 2024-07-16 12:51:14 -07:00
sync Rollup merge of #127873 - workingjubilee:forbid-unsafe-ops-for-kmc-solid, r=Amanieu 2024-07-20 13:24:53 +02:00
thread_local Remove _tls_used hack 2024-07-20 12:37:36 +00:00
backtrace.rs std: Unsafe-wrap backtrace code held in-common 2024-07-23 01:17:26 -07: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 Initial implementation of anonymous_pipe 2024-07-23 23:13:56 +10:00