Vinzent Steinberg
|
d201882c61
Fix typo
|
7 年之前 |
Vinzent Steinberg
|
128e456342
Travis, please test traits with no_std
|
7 年之前 |
Vinzent Steinberg
|
169105bb84
Implement `Float::{min, max}` for `no_std`
|
7 年之前 |
Vinzent Steinberg
|
6253669ef4
Mark methods in `Float` whether they require `std`
|
7 年之前 |
Vinzent Steinberg
|
351dfc6383
traits: Introduce std feature
|
7 年之前 |
Homu
|
ef752e4687
Auto merge of #291 - cuviper:hasher, r=cuviper
|
8 年之前 |
Josh Stone
|
1b895a8632
Get the default hasher indirectly
|
8 年之前 |
Homu
|
f9d36e6d9b
Auto merge of #283 - cuviper:more-num, r=cuviper
|
8 年之前 |
Josh Stone
|
3ead4a16b5
Implement RefNum more generically
|
8 年之前 |
Josh Stone
|
21b520ea15
Add new traits for reference and assignment operators
|
8 年之前 |
Homu
|
ef08fe2f96
Auto merge of #286 - yoanlcq:missing-impls-for-wrapping, r=cuviper
|
8 年之前 |
Josh Stone
|
9115df6179
Merge branch 'master' into missing-impls-for-wrapping
|
8 年之前 |
Homu
|
51e95550fc
Auto merge of #285 - sdroege:ratio-approx-from-float, r=cuviper
|
8 年之前 |
Homu
|
d5ca939959
Auto merge of #290 - king6cong:master, r=cuviper
|
8 年之前 |
king6cong
|
ea45567f0c
add missing '`' in README.md
|
8 年之前 |
Sebastian Dröge
|
f74753089b
rational: Implement approximation from floats and FromPrimitive for various types
|
8 年之前 |
Yoan Lecoq
|
9d8c808db6
comment out wrapping_is_signed test to make Rust 1.8 happy
|
8 年之前 |
Yoan Lecoq
|
fd50c9196b
Added trait bounds tests for Wrapping
|
8 年之前 |
Yoan Lecoq
|
3b7a775f38
Remove Signed Wrapping test because Wrapping doesn't impl Neg in Rust 1.8
|
8 年之前 |
Yoan Lecoq
|
3896c64dc7
Attempt to work around E0425 in test macros on Rust 1.8
|
8 年之前 |
Yoan Lecoq
|
3f6ea76e60
Removed some #[inline] hints again
|
8 年之前 |
Yoan Lecoq
|
807584688c
Added some tests for Wrapping<T>'s impls
|
8 年之前 |
Yoan Lecoq
|
b90cfaaa7f
Revert "impl PrimInt for Wrapping<T>"
|
8 年之前 |
Yoan Lecoq
|
f4e0b47ceb
Revert #[inline] hints
|
8 年之前 |
Yoan Lecoq
|
81aa6dbe48
Revert impl for Checked and Saturating
|
8 年之前 |
Yoan Lecoq
|
760604361d
Add missing #[inline] hints
|
8 年之前 |
Yoan Lecoq
|
47b8c7b5ae
impl Wrapping ops for Wrapping<T>
|
8 年之前 |
Yoan Lecoq
|
9c3e9791d2
impl Checked* and Saturating for Wrapping<T>
|
8 年之前 |
Yoan Lecoq
|
f249edf546
impl ToPrimitive, FromPrimitive and NumCast for Wrapping<T>
|
8 年之前 |
Yoan Lecoq
|
35a9bcba19
impl Bounded for Wrapping<T>
|
8 年之前 |