Skip to content

libstd: impl Num for BigUint/BigInt #6469

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

Closed
wants to merge 1 commit into from
Closed

libstd: impl Num for BigUint/BigInt #6469

wants to merge 1 commit into from

Conversation

gifnksm
Copy link
Contributor

@gifnksm gifnksm commented May 14, 2013

No description provided.

@gifnksm
Copy link
Contributor Author

gifnksm commented May 14, 2013

open #6471 instead of this.

@gifnksm gifnksm closed this May 14, 2013
@gifnksm gifnksm deleted the bigint-impl-num branch May 14, 2013 12:48
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 30, 2021
…1995

add "cargo dev crater" to run clippy on a fixed set of crates and diff the lint warnings

`cargo dev crater` now does the following:
build clippy in debug mode
for a fixed set of crates:
 download and extract the crate
 run compiled clippy on the crate
 dump the warnings into a file that is inside the repo

We can then do a "git diff" and see what effects our clippy changes had on a tiny fraction of the rust ecosystem and can see when an change unexpectedly added or silenced a lot of warnings.

Checking all the crates took less than 5 minutes on my system.

Should help with rust-lang/rust-clippy#6429

---

*Please write a short comment explaining your change (or "none" for internal only changes)*
changelog: extend cargo dev to run clippy against a fixed set of crates and compare warnings
# 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.

1 participant