ACP: Add a fallible version of Vec · Issue #798 · rust-lang/libs-team
https://github.com/rust-lang/libs-team/issues/798
https://github.com/rust-lang/libs-team/issues/798
GitHub
ACP: Add a fallible version of `Vec` · Issue #798 · rust-lang/libs-team
Proposal Problem statement Currently any failure to allocate in Vec methods will call the global OOM handler which diverges (try_reserve is the one stable exception), Some users want to be able to ...
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...