|
About the Unsafe Code Guidelines category
|
|
1
|
1601
|
March 25, 2019
|
|
*const pointer not warning about use after modify?
|
|
8
|
328
|
November 24, 2025
|
|
Nico’s Handle trait confuses me
|
|
9
|
637
|
October 15, 2025
|
|
Giving generics traits via unsafe code
|
|
23
|
785
|
April 21, 2025
|
|
Discussion: Allowing Unsafe to Bypass Visibility
|
|
36
|
1968
|
April 14, 2025
|
|
Pointers to the heap can have unbounded provenance
|
|
3
|
675
|
April 3, 2025
|
|
Zero-sized structs in C types
|
|
4
|
695
|
March 21, 2025
|
|
Unsafe-to-invoke macros that expand to items
|
|
10
|
565
|
February 11, 2025
|
|
Defining (some) unsynchronized writes
|
|
2
|
233
|
January 31, 2025
|
|
Allow moving out of mutable references with `panic=abort`
|
|
29
|
863
|
January 11, 2025
|
|
Why not borrow check raw pointers’ pointee places?
|
|
18
|
687
|
November 5, 2024
|
|
Aliasing of raw pointers
|
|
6
|
892
|
October 25, 2024
|
|
Layout of DST `Box`
|
|
11
|
532
|
October 22, 2024
|
|
How rustc handle unsafe Rust
|
|
2
|
248
|
September 25, 2024
|
|
Safe code relied upon by unsafe is effectively unsafe
|
|
21
|
1490
|
August 29, 2024
|
|
Lifetime bug in safe part (String - ptr)?
|
|
14
|
772
|
August 28, 2024
|
|
Reading and erasing bits outside of an allocation in inline asm
|
|
2
|
317
|
August 27, 2024
|
|
Mutating the contents of `Vec::as_ptr()`
|
|
8
|
460
|
August 25, 2024
|
|
How does drop function work?
|
|
1
|
292
|
August 9, 2024
|
|
Allocation and Deallocation in different allocators
|
|
7
|
317
|
August 1, 2024
|
|
Is it ub to call `Box::from_raw` to not heap
|
|
6
|
442
|
July 25, 2024
|
|
Declare union fields as safe to access
|
|
5
|
411
|
July 23, 2024
|
|
[Discussion] Safety marks for non thread-safe ffi interfaces
|
|
2
|
233
|
July 1, 2024
|
|
Pre-RFC: adding a `#[warn(drop_with_ffi)]` lint
|
|
7
|
584
|
June 5, 2024
|
|
Pre-RFC: `usize` semantics
|
|
155
|
7801
|
June 5, 2024
|
|
Simpler mental model for unsafe
|
|
26
|
1761
|
September 1, 2025
|
|
`RwLock` analogy for aliasing models
|
|
9
|
743
|
June 28, 2025
|
|
Possible false-positive in MIRI race detector
|
|
18
|
989
|
June 20, 2025
|
|
Updating the informal definition of Send and Sync
|
|
6
|
851
|
May 26, 2025
|
|
Is it ever legal to transmute `&'a T` to a longer lifetime?
|
|
17
|
1701
|
May 21, 2025
|