Cell, references, and struct layout
|
|
34
|
1765
|
January 6, 2020
|
Valgrind/Memcheck false positive fixes for Rust
|
|
7
|
1591
|
October 30, 2019
|
Computing raw pointers to fields
|
|
2
|
2745
|
October 21, 2019
|
`unordered` as a solution to "Bit-wise reasoning for atomic accesses"
|
|
23
|
2669
|
October 15, 2019
|
Make mem::uninitialized and mem::zeroed panic for (some) types where 0 is a niche
|
|
29
|
3217
|
August 16, 2019
|
Enum size overflow detection
|
|
8
|
1428
|
August 1, 2019
|
Fake static
|
|
1
|
824
|
July 28, 2019
|
Official document that states "references must point to initialized data"?
|
|
40
|
1860
|
July 17, 2019
|
[Idea?] Access state for borrowing
|
|
26
|
1678
|
July 1, 2019
|
[Idea] Pointer to Field
|
|
81
|
3723
|
September 3, 2019
|
Safety of structurally unpinned closures
|
|
5
|
1155
|
May 27, 2019
|
Can `Pin::map_unchecked_mut` actually be used safely at all?
|
|
7
|
1151
|
August 22, 2019
|
Stacked Borrows 2
|
|
7
|
1915
|
May 21, 2019
|
[Solved] Trait object vtables and the Any trait
|
|
3
|
1050
|
May 2, 2019
|
Unsafe Code Guidelines Meetings
|
|
9
|
4077
|
June 10, 2019
|
Bit-wise reasoning for atomic accesses
|
|
39
|
3179
|
May 25, 2019
|
Explicitly marking unsafe macro expressions
|
|
17
|
3308
|
May 21, 2019
|
Re: `Pin` from `&mut` refs
|
|
19
|
1443
|
May 21, 2019
|
Unsafe code annotations
|
|
16
|
1434
|
April 21, 2019
|
Barriers and Two-phase Borrows in Stacked Borrows
|
|
5
|
1082
|
March 28, 2019
|
Writing through a pointer derived from a shared reference, after that reference is dead
|
|
7
|
1331
|
March 27, 2019
|
Stacked Borrows Implemented
|
|
16
|
3225
|
March 25, 2019
|
FFI mutating raw pointer where immutable reference in scope, is this UB?
|
|
9
|
2175
|
March 25, 2019
|
Stacked Borrows: An Aliasing Model For Rust
|
|
49
|
6260
|
March 25, 2019
|
Is it possible to be memory-safe with deallocated `*self`?
|
|
20
|
2453
|
March 25, 2019
|
Two Kinds of Invariants: Safety and Validity
|
|
27
|
3938
|
March 25, 2019
|
Reordering of writes via differently-typed pointers
|
|
14
|
1629
|
March 25, 2019
|
Proposal for Unsafe Code Guidelines process
|
|
9
|
980
|
March 25, 2019
|
`DerefMove` vs `&move`
|
|
5
|
2162
|
March 25, 2019
|
Proposal: reboot the Unsafe Code Guidelines team as a Working Group
|
|
23
|
2606
|
March 25, 2019
|