Rust Internals
Add rustc flag to disable mutable no-aliasing optimizations?
compiler
Soni
April 3, 2021, 12:57am
16
You may want to look at
?Uninit types [exist today]. Also let’s talk about DerefMove
show post in topic
Related topics
Topic
Replies
Views
Activity
How much more tricky is `unsafe` code than C code? (Aliases and `const_cast`)
internals
5
1834
March 25, 2019
Stacked Borrows: An Aliasing Model For Rust
Unsafe Code Guidelines
49
7658
March 25, 2019
Allow multiple mutable aliases
language design
18
4274
December 2, 2022
Stacked Borrows Implemented
Unsafe Code Guidelines
16
3616
March 25, 2019
An alternative to the current `Unpin` hack:`UnsafeAlias`
Unsafe Code Guidelines
15
1145
December 22, 2024