Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-num/num-bigint issues and pull requests

#197 - Release 0.4.0

Pull Request - State: closed - Opened by cuviper over 3 years ago - 2 comments

#196 - Release 0.3.2

Pull Request - State: closed - Opened by cuviper over 3 years ago - 2 comments

#195 - Change Debug to match Display

Pull Request - State: closed - Opened by cuviper over 3 years ago - 2 comments
Labels: breaking change

#194 - Update to arbitrary-1 and quickcheck-1

Pull Request - State: closed - Opened by cuviper over 3 years ago - 2 comments
Labels: breaking change

#193 - Split into more modules

Pull Request - State: closed - Opened by cuviper over 3 years ago - 2 comments

#192 - Add iter_u32_digits , iter_u64_digits, to_u64_digits to both BigInt and BigUint

Pull Request - State: closed - Opened by cuviper over 3 years ago - 3 comments

#191 - Support in-place operations

Issue - State: open - Opened by pca006132 over 3 years ago - 5 comments

#190 - Re-export num-integer traits

Issue - State: open - Opened by tcharding over 3 years ago - 3 comments

#189 - ~Re-export num-integer traits~

Issue - State: closed - Opened by tobin-crypto over 3 years ago - 1 comment

#188 - Add optimized extended binary gcd algorithm

Pull Request - State: closed - Opened by unseddd over 3 years ago - 1 comment

#187 - Allow empty buffers for value zero in from_radix methods

Pull Request - State: closed - Opened by sebastianv89 over 3 years ago - 2 comments

#185 - Bump rand to 0.8

Pull Request - State: closed - Opened by Gelbpunkt over 3 years ago - 6 comments
Labels: breaking change

#183 - Get/set n-th bit of `BigUint` and `BigInt`

Pull Request - State: closed - Opened by janmarthedal over 3 years ago - 6 comments

#181 - Add const initializers

Issue - State: open - Opened by XAMPPRocky over 3 years ago - 9 comments

#179 - Create feature to override with u64, which would force u64 emulation

Pull Request - State: closed - Opened by jon-chuang over 3 years ago - 2 comments

#172 - How could I get/set n-th bit of `BigInt`?

Issue - State: closed - Opened by kazunetakahashi over 3 years ago - 8 comments
Labels: enhancement, help wanted

#169 - Algorithm improvements for very large numbers

Issue - State: open - Opened by tczajka over 3 years ago - 7 comments

#164 - Add zero constants

Pull Request - State: closed - Opened by mpdn almost 4 years ago - 2 comments

#158 - Add iter_u32_digits , iter_u64_digits, to_u64_digits to both BigInt and BigUint

Pull Request - State: closed - Opened by Speedy37 about 4 years ago - 7 comments

#150 - Reconsider PartialEq and PartialOrd with primitives

Issue - State: open - Opened by cuviper about 4 years ago - 7 comments

#146 - Implement Euclidean division and modulo

Issue - State: closed - Opened by betaveros about 4 years ago - 1 comment
Labels: enhancement

#92 - Add feature = "zeroize"

Pull Request - State: open - Opened by FauxFaux about 5 years ago - 8 comments

#85 - use criterion.rs instead of the default bencher

Issue - State: open - Opened by lcnr over 5 years ago - 6 comments
Labels: enhancement, help wanted

#79 - Is it normal that to_string() for bigint takes so much(8-10 mins)?

Issue - State: open - Opened by Moldoteck over 5 years ago - 14 comments

#57 - Implement log(10)

Issue - State: open - Opened by meltinglava almost 6 years ago - 6 comments

#36 - Base on SmallVec instead of Vec

Issue - State: open - Opened by kvark over 6 years ago - 19 comments
Labels: enhancement, help wanted

#31 - Primes generation and checking with num-bigint

Issue - State: open - Opened by vimmerru over 6 years ago - 9 comments
Labels: question