Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

libstd: Implement Integer trait for BigInt/BigUint #6092

Closed
wants to merge 2 commits into from
Closed

libstd: Implement Integer trait for BigInt/BigUint #6092

wants to merge 2 commits into from

Conversation

gifnksm
Copy link
Contributor

@gifnksm gifnksm commented Apr 28, 2013

This is a follow-up commit for #6041 (and depending on #6048).
Also adding #[inline(always)] for almost every methods in std::bigint.

gifnksm added 2 commits April 28, 2013 10:59
Also remove abs() method from the non-trait impl for BigInt/BigUint.
That method is provided in the Signed trait.
bors added a commit that referenced this pull request Apr 28, 2013
This is a follow-up commit for #6041 (and depending on #6048).
Also adding `#[inline(always)]` for almost every methods in `std::bigint`.
@bors bors closed this Apr 28, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 9, 2020
…ebroto

Add lint for inline assembly syntax style preference

changelog: Add lint for inline assembly syntax style preference
calebcartwright pushed a commit to calebcartwright/rust that referenced this pull request Jun 22, 2024
* Find arrow with find_last_uncommented
* Add version gate for arrow finding fix
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants