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...