About the Unsafe Code Guidelines category
|
|
1
|
1583
|
March 25, 2019
|
Unsafe-to-invoke macros that expand to items
|
|
10
|
367
|
February 11, 2025
|
Defining (some) unsynchronized writes
|
|
2
|
202
|
January 31, 2025
|
Allow moving out of mutable references with `panic=abort`
|
|
29
|
732
|
January 11, 2025
|
Why not borrow check raw pointers’ pointee places?
|
|
18
|
590
|
November 5, 2024
|
Aliasing of raw pointers
|
|
6
|
621
|
October 25, 2024
|
Layout of DST `Box`
|
|
11
|
468
|
October 22, 2024
|
How rustc handle unsafe Rust
|
|
2
|
206
|
September 25, 2024
|
Safe code relied upon by unsafe is effectively unsafe
|
|
21
|
1348
|
August 29, 2024
|
Lifetime bug in safe part (String - ptr)?
|
|
14
|
708
|
August 28, 2024
|
Reading and erasing bits outside of an allocation in inline asm
|
|
2
|
274
|
August 27, 2024
|
Mutating the contents of `Vec::as_ptr()`
|
|
8
|
381
|
August 25, 2024
|
How does drop function work?
|
|
1
|
283
|
August 9, 2024
|
Zero-sized structs in C types
|
|
3
|
439
|
August 5, 2024
|
Allocation and Deallocation in different allocators
|
|
7
|
266
|
August 1, 2024
|
Is it ub to call `Box::from_raw` to not heap
|
|
6
|
401
|
July 25, 2024
|
Declare union fields as safe to access
|
|
5
|
356
|
July 23, 2024
|
[Discussion] Safety marks for non thread-safe ffi interfaces
|
|
2
|
212
|
July 1, 2024
|
Pre-RFC: adding a `#[warn(drop_with_ffi)]` lint
|
|
7
|
538
|
June 5, 2024
|
Pre-RFC: `usize` semantics
|
|
155
|
7194
|
June 5, 2024
|
Simpler mental model for unsafe
|
|
25
|
1639
|
March 10, 2024
|
`RwLock` analogy for aliasing models
|
|
8
|
713
|
January 5, 2024
|
Possible false-positive in MIRI race detector
|
|
17
|
912
|
December 28, 2023
|
Updating the informal definition of Send and Sync
|
|
5
|
705
|
December 3, 2023
|
Is it ever legal to transmute `&'a T` to a longer lifetime?
|
|
16
|
1406
|
November 28, 2023
|
Pre-RFC: Define the behavior of `repr(transparent)` when all fields are zero-sized types
|
|
20
|
1263
|
August 31, 2023
|
Creating 1-ZSTs guaranteed to have same extern "C" ABI as ()
|
|
18
|
1202
|
August 31, 2023
|
Memory regions
|
|
3
|
770
|
December 22, 2024
|
Tree Borrows explained
|
|
31
|
4871
|
December 22, 2024
|
Pin layout guarantees?
|
|
13
|
1110
|
December 22, 2024
|