-
ea45567f0c
add missing '`' in README.md
king6cong
2017-05-03 14:41:43 +0800
-
-
f74753089b
rational: Implement approximation from floats and FromPrimitive for various types
Sebastian Dröge
2017-04-28 20:02:16 +0300
-
-
9d8c808db6
comment out wrapping_is_signed test to make Rust 1.8 happy
Yoan Lecoq
2017-05-01 14:11:10 +0200
-
fd50c9196b
Added trait bounds tests for Wrapping
Yoan Lecoq
2017-05-01 13:42:30 +0200
-
3b7a775f38
Remove Signed Wrapping test because Wrapping doesn't impl Neg in Rust 1.8
Yoan Lecoq
2017-04-30 10:45:51 +0200
-
3896c64dc7
Attempt to work around E0425 in test macros on Rust 1.8
Yoan Lecoq
2017-04-30 10:33:35 +0200
-
3f6ea76e60
Removed some #[inline] hints again
Yoan Lecoq
2017-04-30 10:17:44 +0200
-
807584688c
Added some tests for Wrapping<T>'s impls
Yoan Lecoq
2017-04-30 10:17:06 +0200
-
b90cfaaa7f
Revert "impl PrimInt for Wrapping<T>"
Yoan Lecoq
2017-04-30 08:32:59 +0200
-
f4e0b47ceb
Revert #[inline] hints
Yoan Lecoq
2017-04-30 08:32:25 +0200
-
81aa6dbe48
Revert impl for Checked and Saturating
Yoan Lecoq
2017-04-30 08:29:21 +0200
-
760604361d
Add missing #[inline] hints
Yoan Lecoq
2017-04-29 08:35:37 +0200
-
47b8c7b5ae
impl Wrapping ops for Wrapping<T>
Yoan Lecoq
2017-04-29 08:29:02 +0200
-
9c3e9791d2
impl Checked* and Saturating for Wrapping<T>
Yoan Lecoq
2017-04-29 08:22:44 +0200
-
f249edf546
impl ToPrimitive, FromPrimitive and NumCast for Wrapping<T>
Yoan Lecoq
2017-04-29 08:04:59 +0200
-
35a9bcba19
impl Bounded for Wrapping<T>
Yoan Lecoq
2017-04-29 07:51:04 +0200
-
b2d957fe4b
Small fix for older Rust versions
Yoan Lecoq
2017-04-29 07:47:39 +0200
-
579466d95c
impl PrimInt for Wrapping<T>
Yoan Lecoq
2017-04-29 07:46:51 +0200
-
5b126673aa
impl Signed and Unsigned for Wrapping<T>
Yoan Lecoq
2017-04-29 07:21:14 +0200
-
-
71a15212a1
Replace deprecated SipHasher.
Patrick Jackson
2017-04-28 18:48:50 -0700
-
-
e2ea246016
Auto merge of #279 - yoanlcq:impl-num-for-wrapping, r=cuviper
Homu
2017-04-22 02:18:42 +0900
-
-
2172a9368b
impl One for Wrapping doesn't require Add
Yoan Lecoq
2017-04-21 19:10:42 +0200
-
356a4ba5b5
Removed useless trait bounds
Yoan Lecoq
2017-04-21 18:56:23 +0200
-
b562c1ec39
Minor changes for correctness
Yoan Lecoq
2017-04-21 18:47:42 +0200
-
9b06d4a0bb
Attempt at fixing E0411 on older rust versions
Yoan Lecoq
2017-04-21 10:31:29 +0200
-
b024e1c326
Implemented Zero, One and Num for Wrapping<T>
Yoan Lecoq
2017-04-21 09:26:53 +0200
-
-
6513a5618b
num-integer-0.1.34
Josh Stone
2017-04-09 06:22:05 -0700
-
fca95eaf42
num-complex-0.1.37
Josh Stone
2017-04-09 06:18:09 -0700
-
aff06286ad
Auto merge of #275 - bluss:repr-c, r=cuviper
Homu
2017-04-05 01:53:14 +0900
-
-
0cf3419b9e
complex: Use repr(C) and add documentation for what it means
bluss
2017-04-02 16:45:57 +0200
-
-
f63c933737
Auto merge of #272 - vks:binomial-coeffs, r=cuviper
Homu
2017-03-31 10:29:14 +0900
-
-
0fc6cb15a5
binomial: Discuss overflow
Vinzent Steinberg
2017-03-29 14:12:05 +0200
-
a7b459c05e
Make `binomial` and `IterBinomial` less likely to overflow
Vinzent Steinberg
2017-03-26 15:57:25 +0200
-
4fc1e28832
Auto merge of #271 - vks:multinomial, r=cuviper
Homu
2017-03-26 04:40:20 +0900
-
-
904d9b494f
Auto merge of #170 - DonSheddow:complex-fmt, r=cuviper
Homu
2017-03-26 04:31:24 +0900
-
-
2784b89837
Remove support for zero padding
Sigurd Kolltveit
2017-03-20 19:04:17 +0100
-
d4deba6947
IterBinomial: Make tests closer to overflow threshold (like for binomial)
Vinzent Steinberg
2017-03-20 10:45:27 +0100
-
47613ff5ff
IterBinomial: Only return coefficient
Vinzent Steinberg
2017-03-20 10:20:15 +0100
-
e486e6a981
Address some of @cuviper's feedback
Vinzent Steinberg
2017-03-20 10:14:01 +0100
-
3de345f912
Don't panic when calculating multinomial
Vinzent Steinberg
2017-03-20 09:43:01 +0100
-
e044cfbc6d
Simplify some lines
Sigurd Kolltveit
2017-03-18 17:22:58 +0100
-
69943915ba
Add more string formatting tests
Sigurd Kolltveit
2017-03-18 15:53:36 +0100
-
e2759e0321
Implement more formatting options for Complex
Sigurd Kolltveit
2017-03-18 15:50:39 +0100
-
6113192e04
Add tests for more formatting options
Sigurd Kolltveit
2017-02-15 19:40:38 +0100
-
f138f3da9e
Add formatting options for Complex
Sigurd Kolltveit
2016-02-26 16:51:05 +0100
-
-
c408bd6605
Try to fix build on Rust 1.8
Vinzent Steinberg
2017-03-17 18:21:06 +0100
-
8d235759dd
Implement an iterator over the binomial coefficients
Vinzent Steinberg
2017-03-17 18:03:58 +0100
-
-
-
ebe3f85976
Implement multinomial
Vinzent Steinberg
2017-03-17 17:25:26 +0100
-
-
2adf018aa6
Auto merge of #270 - vks:binomial, r=cuviper
Homu
2017-03-16 08:55:20 +0900
-
-
40cbe1ff20
Use correct formula
Vinzent Steinberg
2017-03-12 10:23:27 +0100
-
07df43b034
Address binomial review feedback
Vinzent Steinberg
2017-03-12 10:08:26 +0100
-
2f6eb31903
Implement binomial
Vinzent Steinberg
2017-03-11 16:41:56 +0100
-
-
d23e3f32b8
num-bigint-0.1.37
Josh Stone
2017-03-08 11:14:32 -0800
-
fe21c725e8
Auto merge of #269 - cuviper:biguint-parse-plus, r=cuviper
Homu
2017-03-09 04:10:48 +0900
-
-
0b6cae0dc7
bigint: Create the parsing error better for nested `+`
Josh Stone
2017-03-06 13:23:40 -0800
-
4b8c71fbec
bigint: Cleanup unused imports
Josh Stone
2017-03-06 13:20:30 -0800
-
-
66ce252494
Bump versions in the num collection
Josh Stone
2017-02-26 14:18:33 -0800
-
6632ca8e1b
Merge pull request #267 from cuviper/licenses
num-traits-0.1.37
Josh Stone
2017-02-26 13:53:29 -0800
-
-
1a66ee9e80
Add licenses to subcrates
Josh Stone
2017-02-26 13:39:23 -0800
-
-
d273495cbf
Auto merge of #263 - cuviper:revamp-ci, r=hauleth
Homu
2017-02-10 09:19:34 +0900
-
-
1606fe7206
Bump rustc to 1.8 and revamp all CI
Josh Stone
2017-02-09 16:09:48 -0800
-
-
d561e4b702
Merge pull request #262 from Xaeroxe23/master
Josh Stone
2017-02-09 14:17:14 -0800
-
-
c78a48fd35
Improve documentation comments
Jacob Kiesel
2017-02-08 15:10:01 -0700
-
17665ec50d
Update lib.rs
Jacob Kiesel
2017-02-07 15:03:00 -0700
-
f8dcec366b
Made requested changes.
Jacob Kiesel
2017-02-07 13:02:32 -0700
-
182e08a091
Add inline attribute
Jacob Kiesel
2017-02-07 10:49:28 -0700
-
b346f9c2df
Add a new line for improved formatting.
Jacob Kiesel
2017-02-07 10:18:23 -0700
-
a5445b7619
Adding documentation comments
Jacob Kiesel
2017-02-07 10:18:23 -0700
-
07ff5b62b9
Changing to >= and <= as it's a slight optimization
Jacob Kiesel
2017-02-07 09:52:23 -0700
-
28633b7e6d
Add clamp function
Jacob Kiesel
2017-02-07 09:48:34 -0700
-
-
817ab00f64
Merge pull request #256 from nwin/add-wrapping-traits
Josh Stone
2017-02-04 21:47:53 -0800
-
-
58b7da46d2
Added tests.
nwin
2017-02-04 10:42:12 +0100
-
ba54797d60
Merge pull request #258 from frewsxcv/patch-1
Josh Stone
2017-01-31 09:37:30 -0800
-
-
19109883de
Add doc example for `num_traits::Num::from_str_radix`.
Corey Farwell
2017-01-30 23:42:27 -0500
-
-
450c0e2760
Correct typos.
nwin
2017-01-26 21:12:27 +0100
-
ee9d474243
Ensure compatibility with Rust 1.0.0.
nwin
2017-01-22 10:13:50 +0100
-
d25f53056d
Added traits for wrapping arithmetics.
nwin
2017-01-22 09:45:35 +0100
-
-
74f1e26f62
macros: bump to 0.1.37
Josh Stone
2017-01-11 16:52:06 -0800
-
75372c0639
derive: bump to 0.1.39
Josh Stone
2017-01-11 16:51:14 -0800
-
bda31b1a33
Auto merge of #252 - est31:master, r=cuviper
Homu
2017-01-08 08:14:45 +0900
-
-
9aced4066e
derive: custom derive is now stable
est31
2017-01-07 23:51:55 +0100
-
c742cf9aec
derive: use latest compiletest_rs crate
est31
2017-01-07 23:51:21 +0100
-
-
a4faeeffc4
Auto merge of #250 - andersk:should_panic, r=cuviper
Homu
2017-01-07 06:26:59 +0900
-
-
fd44a86866
rational: test_recip_fail: Correct should_panic syntax
Anders Kaseorg
2017-01-06 14:59:11 -0500
-
-
d468177eee
Auto merge of #248 - dnsl48:ratio_into_pair, r=cuviper
Homu
2016-12-10 09:47:59 +0900
-
-
9d7ab663b1
From<(T,T)> implementation
dnsl48
2016-12-10 09:19:02 +1300
-
70da35dff5
Into<(T,T)> implementation
dnsl48
2016-12-10 08:39:06 +1300
-
-
7db32a4ecd
Auto merge of #246 - cuviper:complex-eq, r=hauleth
Homu
2016-12-06 18:48:42 +0900
-
-
5531031252
complex: derive Eq
Josh Stone
2016-12-05 23:11:40 -0800
-
-
dc8c8fc3f6
Auto merge of #244 - wictory:master, r=cuviper
Homu
2016-12-03 07:14:51 +0900
-
-
a63bbc916f
Auto merge of #243 - cuviper:intern-macros, r=hauleth
Homu
2016-12-03 07:08:30 +0900
-
-
4bdad38eee
Added test for trait From<T> for Ratio<T> where T: Clone + Integer.
Wictor Lund
2016-12-01 22:07:03 +0200
-
de91d5d9e3
Added trait From<T> for Ratio<T> where T: Clone + Integer
Wictor Lund
2016-12-01 21:37:07 +0200
-
-
-
be61427d03
derive: bump to 0.1.38
Josh Stone
2016-11-28 09:46:18 -0800
-
7ebef5bbe6
macros: update string interning
Josh Stone
2016-11-28 09:40:50 -0800
-
-
d7cbdb509c
Merge pull request #242 from rust-num/feat/do-not-duplicate-enum-definition
Josh Stone
2016-11-28 09:39:36 -0800
-
-
20243f5baa
fix(num_derive): code duplication error
Łukasz Jan Niemier
2016-11-27 19:31:33 +0100
-
-
8489f0c388
Auto merge of #239 - bluss:doc-root-url, r=cuviper
Homu
2016-11-05 02:33:34 +0900
-
-
ff2a350e98
Use the integer32 playground
bluss
2016-11-02 19:51:10 +0100
-
e4a6956e5a
Add doc(html_root_url) and other doc attrs to each crate
bluss
2016-11-01 02:13:35 +0100
-