|
What is the current safety story for library-based stackful coroutines?
|
|
21
|
4282
|
October 22, 2021
|
|
RUDRA: Finding Memory Safety Bugs in Rust at the Ecosystem Scale (SOSP '21)
|
|
4
|
2254
|
October 5, 2021
|
|
Pre-RFC: I/O Safety
|
|
38
|
5857
|
August 30, 2021
|
|
Lt<'a> lang item (because we don't have DerefMove) - lifetimes for fn!
|
|
51
|
3104
|
August 20, 2021
|
|
Documenting more layout guarantees
|
|
19
|
1571
|
July 21, 2021
|
|
Walking to the very edge of UB (solved, this one definitely causes UB)
|
|
9
|
1731
|
July 7, 2021
|
|
What do Send and Sync mean?
|
|
8
|
2865
|
July 3, 2021
|
|
Allow safety checks inside unsafe functions
|
|
4
|
1281
|
April 9, 2021
|
|
Hidden unsafe due to unintentionally abusable macros and include
|
|
57
|
5448
|
March 16, 2021
|
|
[Pre-RFC] Constructing transparent wrapper types
|
|
12
|
2000
|
October 27, 2020
|
|
Memcpy and uninitialized memory
|
|
19
|
3667
|
August 17, 2020
|
|
Terminology around unsafe, undefined behaviour, and invariants
|
|
39
|
3238
|
July 24, 2020
|
|
[Brainstorming] Is there a body of research on ownership equivalent to Stacked Borrows
|
|
6
|
1597
|
July 2, 2020
|
|
Storing A Smaller Length Of A Slice And Accessing Beyond The Stored Length (But Inside The Actual Length)
|
|
18
|
1614
|
April 27, 2020
|
|
[Pre RFC] Prefer all-zeros niche for Niche Variant Optimization
|
|
10
|
1638
|
April 4, 2020
|
|
Pre-RFC / discussion: Legal transmute between repr(Rust) with repr(transparent) members
|
|
6
|
1496
|
March 18, 2020
|
|
Cell, references, and struct layout
|
|
34
|
2574
|
January 6, 2020
|
|
Valgrind/Memcheck false positive fixes for Rust
|
|
7
|
2068
|
October 30, 2019
|
|
Computing raw pointers to fields
|
|
2
|
4884
|
October 21, 2019
|
|
`unordered` as a solution to "Bit-wise reasoning for atomic accesses"
|
|
23
|
3885
|
October 15, 2019
|
|
Make mem::uninitialized and mem::zeroed panic for (some) types where 0 is a niche
|
|
28
|
4215
|
August 16, 2019
|
|
Enum size overflow detection
|
|
8
|
1977
|
August 1, 2019
|
|
Fake static
|
|
1
|
1056
|
July 28, 2019
|
|
Official document that states "references must point to initialized data"?
|
|
40
|
2749
|
July 17, 2019
|
|
[Idea?] Access state for borrowing
|
|
26
|
2517
|
July 1, 2019
|
|
[Idea] Pointer to Field
|
|
80
|
5696
|
June 5, 2019
|
|
Safety of structurally unpinned closures
|
|
5
|
1775
|
May 27, 2019
|
|
Can `Pin::map_unchecked_mut` actually be used safely at all?
|
|
6
|
1763
|
May 24, 2019
|
|
Stacked Borrows 2
|
|
7
|
2530
|
May 21, 2019
|
|
[Solved] Trait object vtables and the Any trait
|
|
3
|
1359
|
May 2, 2019
|