About the Unsafe Code Guidelines category
|
|
1
|
1238
|
March 25, 2019
|
Improve upon Stacked Borrows by introducing a tree
|
|
53
|
934
|
May 7, 2022
|
`dyn FnOnce` should always be `Sync`
|
|
27
|
655
|
April 15, 2022
|
Synchronized FFI access to POSIX environment variable functions
|
|
249
|
11314
|
March 2, 2022
|
You_can::turn_off_the_borrow_checker should not be allowed without declaring unsafe
|
|
13
|
1480
|
January 24, 2022
|
Casting constness can be risky, here's a simple fix
|
|
14
|
928
|
January 7, 2022
|
Int2ptr and runtime provenance models
|
|
24
|
1751
|
February 12, 2022
|
What is the current safety story for library-based stackful coroutines?
|
|
21
|
2197
|
October 22, 2021
|
RUDRA: Finding Memory Safety Bugs in Rust at the Ecosystem Scale (SOSP '21)
|
|
4
|
1168
|
October 5, 2021
|
Pre-RFC: I/O Safety
|
|
39
|
3832
|
November 28, 2021
|
Lt<'a> lang item (because we don't have DerefMove) - lifetimes for fn!
|
|
52
|
1748
|
November 18, 2021
|
Documenting more layout guarantees
|
|
19
|
876
|
July 21, 2021
|
Walking to the very edge of UB (solved, this one definitely causes UB)
|
|
9
|
918
|
July 7, 2021
|
What do Send and Sync mean?
|
|
8
|
1477
|
July 3, 2021
|
Allow safety checks inside unsafe functions
|
|
4
|
529
|
April 9, 2021
|
Hidden unsafe due to unintentionally abusable macros and include
|
|
57
|
2608
|
March 16, 2021
|
Get the offset of a field from the base of a struct
|
|
7
|
1234
|
March 5, 2021
|
[Pre-RFC] Constructing transparent wrapper types
|
|
12
|
1003
|
October 27, 2020
|
Memcpy and uninitialized memory
|
|
19
|
1549
|
August 17, 2020
|
Terminology around unsafe, undefined behaviour, and invariants
|
|
39
|
1802
|
July 24, 2020
|
[Brainstorming] Is there a body of research on ownership equivalent to Stacked Borrows
|
|
6
|
973
|
July 2, 2020
|
Storing A Smaller Length Of A Slice And Accessing Beyond The Stored Length (But Inside The Actual Length)
|
|
18
|
901
|
April 27, 2020
|
[Pre RFC] Prefer all-zeros niche for Niche Variant Optimization
|
|
10
|
1016
|
April 4, 2020
|
Pre-RFC / discussion: Legal transmute between repr(Rust) with repr(transparent) members
|
|
6
|
820
|
March 18, 2020
|
Cell, references, and struct layout
|
|
34
|
1570
|
January 6, 2020
|
Valgrind/Memcheck false positive fixes for Rust
|
|
7
|
1452
|
October 30, 2019
|
Computing raw pointers to fields
|
|
2
|
2068
|
October 21, 2019
|
`unordered` as a solution to "Bit-wise reasoning for atomic accesses"
|
|
23
|
2309
|
October 15, 2019
|
Make mem::uninitialized and mem::zeroed panic for (some) types where 0 is a niche
|
|
29
|
2924
|
August 16, 2019
|
Enum size overflow detection
|
|
8
|
1135
|
August 1, 2019
|