Add carrying_add, borrowing_sub, widening_mul, carrying_mul methods to integers by clarfonthey · Pull Request #85017 · rust-lang/rust (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
nagisa added the T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
label
Comment on lines +114 to +122
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
and removed S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
labels
bors added S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
bors added a commit to rust-lang-ci/rust that referenced this pull request
Rollup of 10 pull requests
Successful merges:
- rust-lang#85017 (Add carrying_add, borrowing_sub, widening_mul, carrying_mul methods to integers)
- rust-lang#86362 (Avoid cloning LocalDecls)
- rust-lang#88391 (Fix json tuple struct enum variant )
- rust-lang#88399 (Disallow the aapcs CC on Aarch64)
- rust-lang#88418 (Allow
~const
bounds on trait assoc functions) - rust-lang#88445 (Clean up the lowering of AST items)
- rust-lang#88495 (Add
TcpStream::set_linger
andTcpStream::linger
) - rust-lang#88501 (Use right span in prelude collision suggestions with macros. )
- rust-lang#88504 (Keep turbofish in prelude collision lint.)
- rust-lang#88524 (Remove unnecessary
mut
from udp doctests)
Failed merges:
r? @ghost
@rustbot
modify labels: rollup