|
About the Unsafe Code Guidelines category
|
|
0
|
1608
|
July 18, 2016
|
|
Pre-RFC: Unsafe traits conditionally depending on safe trait behaviour
|
|
6
|
336
|
May 27, 2026
|
|
[Pre-RFC] Make some feature-detected function-to-fn-pointer casts safe through ZST token types
|
|
6
|
389
|
May 25, 2026
|
|
Signal semantics for Rust
|
|
4
|
686
|
May 14, 2026
|
|
`BitSlice` or a sound way to implement one
|
|
16
|
948
|
May 6, 2026
|
|
Pre-RFC: Rust Safety Standard
|
|
75
|
1957
|
February 27, 2026
|
|
Impact of Static Variables on API Soundness
|
|
3
|
394
|
February 26, 2026
|
|
Private unsafe fields are a poorly motivated feature
|
|
184
|
3266
|
February 20, 2026
|
|
Conditions for unsafe code to rely on correctness
|
|
36
|
843
|
February 18, 2026
|
|
`Rc` is `!Send` but not thread-dependant?
|
|
18
|
850
|
December 15, 2025
|
|
*const pointer not warning about use after modify?
|
|
8
|
494
|
November 24, 2025
|
|
Nico’s Handle trait confuses me
|
|
9
|
711
|
October 15, 2025
|
|
Giving generics traits via unsafe code
|
|
23
|
851
|
April 21, 2025
|
|
Discussion: Allowing Unsafe to Bypass Visibility
|
|
36
|
2235
|
April 14, 2025
|
|
Pointers to the heap can have unbounded provenance
|
|
3
|
713
|
April 3, 2025
|
|
Zero-sized structs in C types
|
|
4
|
742
|
March 21, 2025
|
|
Unsafe-to-invoke macros that expand to items
|
|
10
|
693
|
February 11, 2025
|
|
Defining (some) unsynchronized writes
|
|
2
|
260
|
January 31, 2025
|
|
Allow moving out of mutable references with `panic=abort`
|
|
29
|
1002
|
January 11, 2025
|
|
Why not borrow check raw pointers’ pointee places?
|
|
18
|
783
|
November 5, 2024
|
|
Aliasing of raw pointers
|
|
6
|
1060
|
October 25, 2024
|
|
Layout of DST `Box`
|
|
11
|
600
|
October 22, 2024
|
|
How rustc handle unsafe Rust
|
|
2
|
285
|
September 25, 2024
|
|
Safe code relied upon by unsafe is effectively unsafe
|
|
21
|
1642
|
August 29, 2024
|
|
Lifetime bug in safe part (String - ptr)?
|
|
14
|
835
|
August 28, 2024
|
|
Reading and erasing bits outside of an allocation in inline asm
|
|
2
|
359
|
August 27, 2024
|
|
Mutating the contents of `Vec::as_ptr()`
|
|
8
|
577
|
August 25, 2024
|
|
How does drop function work?
|
|
1
|
333
|
August 9, 2024
|
|
Allocation and Deallocation in different allocators
|
|
7
|
411
|
August 1, 2024
|
|
Is it ub to call `Box::from_raw` to not heap
|
|
6
|
500
|
July 25, 2024
|