About the Unsafe Code Guidelines category
|
|
1
|
1440
|
March 25, 2019
|
Pre-RFC: `usize` semantics
|
|
51
|
1915
|
September 16, 2023
|
Pre-RFC: Define the behavior of `repr(transparent)` when all fields are zero-sized types
|
|
20
|
709
|
August 31, 2023
|
Creating 1-ZSTs guaranteed to have same extern "C" ABI as ()
|
|
18
|
703
|
August 31, 2023
|
Memory regions
|
|
2
|
531
|
June 14, 2023
|
Tree Borrows explained
|
|
30
|
3351
|
June 8, 2023
|
Pin layout guarantees?
|
|
12
|
845
|
May 23, 2023
|
An alternative to the current `Unpin` hack:`UnsafeAlias`
|
|
14
|
811
|
May 18, 2023
|
Are `mem::{replace, swap, take}` unsound?
|
|
25
|
2037
|
April 5, 2023
|
Should `eval()` be marked as `unsafe fn`?
|
|
35
|
1620
|
April 1, 2023
|
Get the offset of a field from the base of a struct
|
|
8
|
4520
|
March 13, 2023
|
Does `extern "C"` actually support unwind?
|
|
8
|
813
|
December 19, 2022
|
Pin: meaning of invalidation
|
|
5
|
869
|
November 8, 2022
|
Synchronized FFI access to POSIX environment variable functions
|
|
283
|
15371
|
August 16, 2022
|
Transmuting fat pointers
|
|
4
|
1168
|
August 11, 2022
|
Do function pointers require provenance? fn() -> usize -> fn()
|
|
6
|
740
|
November 2, 2022
|
Is casting `&Dst` to `&Newtype(Dst)` actually sound?
|
|
11
|
861
|
August 3, 2022
|
Documentation should only refine types (or why Pin::get_unchecked_mut is a ticking bomb)
|
|
57
|
2892
|
July 12, 2022
|
Improve upon Stacked Borrows by introducing a tree
|
|
60
|
2706
|
June 7, 2022
|
`dyn FnOnce` should always be `Sync`
|
|
27
|
1562
|
April 15, 2022
|
You_can::turn_off_the_borrow_checker should not be allowed without declaring unsafe
|
|
13
|
2190
|
January 24, 2022
|
Casting constness can be risky, here's a simple fix
|
|
14
|
2130
|
January 7, 2022
|
Int2ptr and runtime provenance models
|
|
24
|
2351
|
February 12, 2022
|
What is the current safety story for library-based stackful coroutines?
|
|
21
|
2903
|
October 22, 2021
|
RUDRA: Finding Memory Safety Bugs in Rust at the Ecosystem Scale (SOSP '21)
|
|
4
|
1597
|
October 5, 2021
|
Pre-RFC: I/O Safety
|
|
39
|
4873
|
November 28, 2021
|
Lt<'a> lang item (because we don't have DerefMove) - lifetimes for fn!
|
|
52
|
2218
|
November 18, 2021
|
Documenting more layout guarantees
|
|
19
|
1153
|
July 21, 2021
|
Walking to the very edge of UB (solved, this one definitely causes UB)
|
|
9
|
1382
|
July 7, 2021
|
What do Send and Sync mean?
|
|
8
|
2122
|
July 3, 2021
|