You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[add convenience byte offset/check align functions to pointers](https://github.com/rust-lang/rust/pull/95643)
117
+
*[add functions to un-poison `Mutex` and `RwLock`](https://github.com/rust-lang/rust/pull/96422)
118
+
*[improve codegen of `String::retain` method](https://github.com/rust-lang/rust/pull/96605)
119
+
*[change `NonNull::as_uninit_*` to take self by value (as opposed to reference), matching primitive pointers](https://github.com/rust-lang/rust/pull/96100)
120
+
*[remove unneeded null pointer asserts in `ptr2int` casts](https://github.com/rust-lang/rust/pull/97188)
121
+
*[make `ptr::invalid` not the same as a regular `int2ptr` cast](https://github.com/rust-lang/rust/pull/97219)
122
+
*[use pointers in `cell::{Ref,RefMut}` to avoid `noalias`](https://github.com/rust-lang/rust/pull/97027)
*[rust-analyzer: fix broken async callback in join lines](https://github.com/rust-lang/rust-analyzer/pull/12342)
144
+
*[rustup: don't send logging to stdout](https://github.com/rust-lang/rustup/pull/2985)
94
145
95
146
### Rust Compiler Performance Triage
96
147
@@ -257,7 +308,11 @@ They should be of the form:
257
308
258
309
# Quote of the Week
259
310
260
-
<!-- QOTW goes here -->
311
+
> This is the difference in approaches of the two languages. In C++ if the code is vulnerable, the blame is on the programmer. In Rust if the code is vulnerable, Rust considers it a failure of the language, and takes responsibility to stop even “bad” programmers from writing vulnerable code. I can’t stress enough how awesome it is that I can be a careless fool, and still write perfectly robust highly multi-threaded code that never crashes.
312
+
313
+
– [kornel on lobste.rs](https://lobste.rs/s/wiavtb/rust_critical_retrospective#c_jkfhpb) (with a [caveat from ZiCog](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1244) that Rust does *not* guarantee freedom from all vulnerabilities!)
314
+
315
+
Thanks to [Brian Kung](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1243) for the suggestion!
261
316
262
317
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments