Murarth
|
df34563eda
Expose `BigUint::bits` through `BigInt`
|
9 年之前 |
Erick Tryzelaar
|
112923eec5
Add support for Serde 0.7.
|
9 年之前 |
Mike MacDonald (crazymykl)
|
9def836603
Allow unary `+` when parsing BigInt from strings
|
9 年之前 |
Josh Stone
|
b454a14bc4
bigint: avoid new allocations for small shifts
|
9 年之前 |
Oliver Middleton
|
95d8ccdb24
bigint: Make fmt traits take into account formatting parameters
|
9 年之前 |
Colin Davidson
|
3c7441ab0a
Add Binary, Octal to BigUint. Add UpperHex, LowerHex, Binary, Octal to BigInt
|
9 年之前 |
Colin Davidson
|
a89a2e82e6
Fix test names
|
9 年之前 |
Colin Davidson
|
d5d7c855b0
Add tests for UpperHex and LowerHex
|
9 年之前 |
Colin Davidson
|
04000436b1
Switch to ascii uppercase function
|
9 年之前 |
Colin Davidson
|
80c4d01b7f
Add LowerHex and UpperHex formatting
|
9 年之前 |
Homu
|
e65fd4e5b2
Auto merge of #150 - ollie27:bigint_to_str, r=cuviper
|
9 年之前 |
Brian Smith
|
9e3e8552ac
Make `rand` and `rustc-serialize` dependencies optional.
|
9 年之前 |
Oliver Middleton
|
d2b23d0f29
bigint: small to_str_radix optimization
|
9 年之前 |
Oliver Middleton
|
2c235d2dde
bigint: cleanup float conversions
|
9 年之前 |
Oliver Middleton
|
a480c7ca6c
bigint: fix float conversions
|
9 年之前 |
Homu
|
9b45e6dd9b
Auto merge of #139 - ollie27:bigint_hash, r=cuviper
|
9 年之前 |
Josh Stone
|
7593c17fa7
More bigint str_radix performance tweaks
|
9 年之前 |
Oliver Middleton
|
e152bbcb46
bigint: simplify Hash
|
9 年之前 |
Josh Stone
|
c9e15aef2d
bigint: use full cmp results for checked_sub
|
9 年之前 |
Josh Stone
|
4a8752274c
bigint: slightly improve multiply/divide performance
|
9 年之前 |
Josh Stone
|
b7724a6650
Simplify BigInt Mul forwarding
|
9 年之前 |
Josh Stone
|
22ff3f918d
bigint: improve from_str_radix performance
|
9 年之前 |
Josh Stone
|
49529895a2
bigint: greatly improve to_str_radix performance
|
9 年之前 |
Oliver Middleton
|
9c7c995631
bigint: add tests for From implementations
|
9 年之前 |
Oliver Middleton
|
8e1c6a3c11
bigint: add From implementations
|
9 年之前 |
Kent Overstreet
|
fa372e230b
Multiply/divide torture test
|
9 年之前 |
Kent Overstreet
|
79928b3185
Improve division performance
|
9 年之前 |
Kent Overstreet
|
08b0022aab
Improve multiply performance
|
9 年之前 |
Kent Overstreet
|
496ae0337c
Add add/subtract functions that work in place, on slices
|
9 年之前 |
Josh Stone
|
e41016975f
bigint: expand op tests to cover all val/ref combinations
|
9 年之前 |