slanterns w/ 🦀
https://github.com/rust-lang/rust/pull/156046
GitHub
Implement RFC 3943: MIR move elimination by Amanieu · Pull Request #157943 · rust-lang/rust
View all comments
This PR implements rust-lang/rfcs#3943: a MIR optimization pass that eliminates unnecessary copies. Since the new pass relies on the new MIR semantics from RFC 3943, it is gated ...
This PR implements rust-lang/rfcs#3943: a MIR optimization pass that eliminates unnecessary copies. Since the new pass relies on the new MIR semantics from RFC 3943, it is gated ...
slanterns w/ 🦀
https://github.com/rust-lang/rust/pull/157168
GitHub
std: simplify the random feature by joboet · Pull Request #157573 · rust-lang/rust
Tracking issue: #130703
This PR is a proposal to resolve all of the concerns around the random feature by removing the most controversial parts in a future-compatible fashion.
RandomSource
The main...
This PR is a proposal to resolve all of the concerns around the random feature by removing the most controversial parts in a future-compatible fashion.
RandomSource
The main...
https://internals.rust-lang.org/t/pre-pre-rfc-splatting-for-named-arguments-and-function-overloading/24012/11
https://github.com/rust-lang/rust/issues/153629
https://github.com/rust-lang/rust/issues/153629
Rust Internals
[Pre-pre-RFC] "splatting" for named arguments and function overloading
While discussing C++ overloading on Zulip, a bunch of us (re?)discovered a pretty cute idea, which I'm taking the liberty to flesh out here. This RFC comes from the realization that "we have named arguments at home" and "we have function overloading at…