Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Impl cmp/num traits for BigUint, BigInt #5756

Closed
wants to merge 1 commit into from
Closed

Impl cmp/num traits for BigUint, BigInt #5756

wants to merge 1 commit into from

Conversation

gifnksm
Copy link
Contributor

@gifnksm gifnksm commented Apr 6, 2013

Implements TotalEq, TotalOrd, FromStrRadix, ToStrRadix for BigUint, BigInt.

@thestinger
Copy link
Contributor

@gifnksm: can you rebase this? sadly it broke since you sent the pull request

TotalEq, TotalOrd, FromStrRadix, ToStrRadix.
@gifnksm
Copy link
Contributor Author

gifnksm commented Apr 7, 2013

@thestinger rebased. make check reports no errors.

bors added a commit that referenced this pull request Apr 7, 2013
Implements TotalEq, TotalOrd, FromStrRadix, ToStrRadix for BigUint, BigInt.
@bors bors closed this Apr 8, 2013
flip1995 added a commit to flip1995/rust that referenced this pull request Jul 14, 2020
unnecessary_sort_by: avoid linting if key borrows

changelog: Avoid linting if key borrows in [`unnecessary_sort_by`]

Fixes rust-lang#5754
Closes rust-lang#2313
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 14, 2020
Rollup of 5 pull requests

Successful merges:

 - rust-lang#5443 (Some accuracy lints for floating point operations)
 - rust-lang#5752 (Move range_minus_one to pedantic)
 - rust-lang#5756 (unnecessary_sort_by: avoid linting if key borrows)
 - rust-lang#5784 (Fix out of bounds access by checking length equality BEFORE accessing by index.)
 - rust-lang#5786 (fix phrase in new_lint issue template)

Failed merges:

r? @ghost

changelog: rollup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants