Optimization for bool's PartialOrd impl#80035
Optimization for bool's PartialOrd impl#80035bors merged 1 commit intorust-lang:masterfrom ChayimFriedman2:patch-1
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @dtolnay (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
|
@ChayimFriedman2 Could you change your commit message and this PR title to not have "fix" in them? It can cause issues and it's better to have a descriptive title so that it's easier to figure out what the PR does. It's fine to have "fix" in the PR description though. |
|
Done, thanks @camelid. |
|
📌 Commit 777ca99 has been approved by |
Optimization for bool's PartialOrd impl Fix rust-lang#80034.
Optimization for bool's PartialOrd impl Fix rust-lang#80034.
Optimization for bool's PartialOrd impl Fix rust-lang#80034.
Optimization for bool's PartialOrd impl Fix rust-lang#80034.
Optimization for bool's PartialOrd impl Fix rust-lang#80034.
Optimization for bool's PartialOrd impl Fix rust-lang#80034.
…laumeGomez Rollup of 5 pull requests Successful merges: - rust-lang#80006 (BTreeMap: more expressive local variables in merge) - rust-lang#80022 (BTreeSet: simplify implementation of pop_first/pop_last) - rust-lang#80035 (Optimization for bool's PartialOrd impl) - rust-lang#80040 (Always run intrinsics lowering pass) - rust-lang#80047 (Use more symbols in rustdoc) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fix #80034.