A mutable memory location.| doc.rust-lang.org
A guide to developing the Rust compiler (rustc)| rustc-dev-guide.rust-lang.org
Posted by Ben Hawkes, Project Zero (2019-05-15) Project Zero's team mission is to "make zero-day hard", i.e. to make it more costly to d...| googleprojectzero.blogspot.com
I’ve been thinking a wild thought lately: we should deprecate panic=unwind. Most production users I know either already run with panic=abort or use unwinding in a very limited fashion, basically just to run to cleanup, not to truly recover. Removing unwinding from most case meanwhile has a number of benefits, allowing us to extend the type system in interesting and potentially very impactful ways. It also removes a common source of subtle bugs. Note that I am not saying we should remove unw...| smallcultfollowing.com
Feature Name: nll| rust-lang.github.io
Tony Hoare introduced Null references in ALGOL W back in 1965 "simply because it was so easy to implement", says Mr. Hoare. He talks about that decision considering it "my billion-dollar mistake".| InfoQ
This is part of Ante’s goal to loosen restrictions on low-level programming while remaining| Ante
Cybersecurity Technical Advisor Bob Lord stresses the importance of memory safety in making software safer by design.| Cybersecurity and Infrastructure Security Agency CISA
A mutable memory location with dynamically checked borrow rules| doc.rust-lang.org
Types that pin data to a location in memory.| doc.rust-lang.org
The core primitive for interior mutability in Rust.| doc.rust-lang.org
alignment of a type T (or object X)| itanium-cxx-abi.github.io