Terminology around unsafe, undefined behaviour, and invariants
|
|
39
|
2270
|
July 24, 2020
|
[Brainstorming] Is there a body of research on ownership equivalent to Stacked Borrows
|
|
6
|
1241
|
July 2, 2020
|
Storing A Smaller Length Of A Slice And Accessing Beyond The Stored Length (But Inside The Actual Length)
|
|
18
|
1095
|
April 27, 2020
|
[Pre RFC] Prefer all-zeros niche for Niche Variant Optimization
|
|
10
|
1225
|
April 4, 2020
|
Pre-RFC / discussion: Legal transmute between repr(Rust) with repr(transparent) members
|
|
6
|
1037
|
March 18, 2020
|
Cell, references, and struct layout
|
|
34
|
1862
|
January 6, 2020
|
Valgrind/Memcheck false positive fixes for Rust
|
|
7
|
1648
|
October 30, 2019
|
Computing raw pointers to fields
|
|
2
|
3070
|
October 21, 2019
|
`unordered` as a solution to "Bit-wise reasoning for atomic accesses"
|
|
23
|
2794
|
October 15, 2019
|
Make mem::uninitialized and mem::zeroed panic for (some) types where 0 is a niche
|
|
29
|
3350
|
August 16, 2019
|
Enum size overflow detection
|
|
8
|
1536
|
August 1, 2019
|
Fake static
|
|
1
|
864
|
July 28, 2019
|
Official document that states "references must point to initialized data"?
|
|
40
|
1912
|
July 17, 2019
|
[Idea?] Access state for borrowing
|
|
26
|
1792
|
July 1, 2019
|
[Idea] Pointer to Field
|
|
81
|
3939
|
September 3, 2019
|
Safety of structurally unpinned closures
|
|
5
|
1241
|
May 27, 2019
|
Can `Pin::map_unchecked_mut` actually be used safely at all?
|
|
7
|
1236
|
August 22, 2019
|
Stacked Borrows 2
|
|
7
|
2076
|
May 21, 2019
|
[Solved] Trait object vtables and the Any trait
|
|
3
|
1095
|
May 2, 2019
|
Unsafe Code Guidelines Meetings
|
|
9
|
4229
|
June 10, 2019
|
Bit-wise reasoning for atomic accesses
|
|
39
|
3252
|
May 25, 2019
|
Explicitly marking unsafe macro expressions
|
|
17
|
3681
|
May 21, 2019
|
Re: `Pin` from `&mut` refs
|
|
19
|
1497
|
May 21, 2019
|
Unsafe code annotations
|
|
16
|
1525
|
April 21, 2019
|
Barriers and Two-phase Borrows in Stacked Borrows
|
|
5
|
1141
|
March 28, 2019
|
Writing through a pointer derived from a shared reference, after that reference is dead
|
|
7
|
1378
|
March 27, 2019
|
Stacked Borrows Implemented
|
|
16
|
3279
|
March 25, 2019
|
FFI mutating raw pointer where immutable reference in scope, is this UB?
|
|
9
|
2335
|
March 25, 2019
|
Stacked Borrows: An Aliasing Model For Rust
|
|
49
|
6518
|
March 25, 2019
|
Is it possible to be memory-safe with deallocated `*self`?
|
|
20
|
2541
|
March 25, 2019
|