Oliver Middleton
|
8e1c6a3c11
bigint: add From implementations
|
9 years ago |
Homu
|
f2ea30d9f4
Auto merge of #133 - koverstreet:master, r=cuviper
|
9 years ago |
Kent Overstreet
|
fa372e230b
Multiply/divide torture test
|
9 years ago |
Kent Overstreet
|
79928b3185
Improve division performance
|
9 years ago |
Kent Overstreet
|
08b0022aab
Improve multiply performance
|
9 years ago |
Kent Overstreet
|
496ae0337c
Add add/subtract functions that work in place, on slices
|
9 years ago |
Kent Overstreet
|
a1e57a48b2
Add multiplication/division benchmarks
|
9 years ago |
Kent Overstreet
|
dbd22cfdd8
fix some annoying build warnings
|
9 years ago |
Josh Stone
|
a228385394
num-macros: rustc::plugin -> rustc_plugin
|
9 years ago |
Josh Stone
|
659c1a73c3
Publish num 0.1.28
|
9 years ago |
Josh Stone
|
7fa80f7786
Update intros to better reflect the breadth of num
|
9 years ago |
Josh Stone
|
4003fd265b
Fix travis on non-nightly
|
9 years ago |
Josh Stone
|
03995288d2
fix the new travis nightly line
|
9 years ago |
Josh Stone
|
658637dcba
Use scripts for compound travis commands
|
9 years ago |
Josh Stone
|
e41016975f
bigint: expand op tests to cover all val/ref combinations
|
9 years ago |
Josh Stone
|
978d14aa56
bigint: refactor BigInt ops
|
9 years ago |
Josh Stone
|
ce3d375b21
bigint: refactor BigUint ops
|
9 years ago |
Josh Stone
|
7781256041
bigint: use a simple let-Some-pop to truncate zeros
|
9 years ago |
Josh Stone
|
c310e5da8e
complex: forward ops to val-val
|
9 years ago |
Josh Stone
|
b4026b9fec
Update repo and doc links
|
9 years ago |
Josh Stone
|
327ef3bc92
Start an ssh-agent in travis
|
9 years ago |
Josh Stone
|
60535e6e60
Fix the path to .travis/deploy
|
9 years ago |
Josh Stone
|
e522b5e363
Update gh-pages from travis
|
9 years ago |
Homu
|
93db3998ef
Auto merge of #131 - murarth:str-radix, r=cuviper
|
9 years ago |
Homu
|
879f2c868e
Auto merge of #125 - IvanUkhov:real-arithmetic, r=cuviper
|
9 years ago |
Homu
|
43bd642da5
Auto merge of #128 - achanda:cfuncs, r=cuviper
|
9 years ago |
Murarth
|
d1df121640
Explicitly enable `bigint` benchmarks
|
9 years ago |
Murarth
|
786541bd24
Improve `to_str_radix` implementation
|
9 years ago |
Abhishek Chanda
|
7acad5ac33
Implement some more functions for the complex type
|
9 years ago |
Ivan Ukhov
|
b57e4a4db4
Implement arithmetic with real for complex
|
9 years ago |