Commit History

Author SHA1 Message Date
  Homu ef752e4687 Auto merge of #291 - cuviper:hasher, r=cuviper 8 years ago
  Josh Stone 1b895a8632 Get the default hasher indirectly 8 years ago
  Homu f9d36e6d9b Auto merge of #283 - cuviper:more-num, r=cuviper 8 years ago
  Josh Stone 3ead4a16b5 Implement RefNum more generically 8 years ago
  Josh Stone 21b520ea15 Add new traits for reference and assignment operators 8 years ago
  Homu ef08fe2f96 Auto merge of #286 - yoanlcq:missing-impls-for-wrapping, r=cuviper 8 years ago
  Josh Stone 9115df6179 Merge branch 'master' into missing-impls-for-wrapping 8 years ago
  Homu 51e95550fc Auto merge of #285 - sdroege:ratio-approx-from-float, r=cuviper 8 years ago
  Homu d5ca939959 Auto merge of #290 - king6cong:master, r=cuviper 8 years ago
  king6cong ea45567f0c add missing '`' in README.md 8 years ago
  Sebastian Dröge f74753089b rational: Implement approximation from floats and FromPrimitive for various types 8 years ago
  Yoan Lecoq 9d8c808db6 comment out wrapping_is_signed test to make Rust 1.8 happy 8 years ago
  Yoan Lecoq fd50c9196b Added trait bounds tests for Wrapping 8 years ago
  Yoan Lecoq 3b7a775f38 Remove Signed Wrapping test because Wrapping doesn't impl Neg in Rust 1.8 8 years ago
  Yoan Lecoq 3896c64dc7 Attempt to work around E0425 in test macros on Rust 1.8 8 years ago
  Yoan Lecoq 3f6ea76e60 Removed some #[inline] hints again 8 years ago
  Yoan Lecoq 807584688c Added some tests for Wrapping<T>'s impls 8 years ago
  Yoan Lecoq b90cfaaa7f Revert "impl PrimInt for Wrapping<T>" 8 years ago
  Yoan Lecoq f4e0b47ceb Revert #[inline] hints 8 years ago
  Yoan Lecoq 81aa6dbe48 Revert impl for Checked and Saturating 8 years ago
  Yoan Lecoq 760604361d Add missing #[inline] hints 8 years ago
  Yoan Lecoq 47b8c7b5ae impl Wrapping ops for Wrapping<T> 8 years ago
  Yoan Lecoq 9c3e9791d2 impl Checked* and Saturating for Wrapping<T> 8 years ago
  Yoan Lecoq f249edf546 impl ToPrimitive, FromPrimitive and NumCast for Wrapping<T> 8 years ago
  Yoan Lecoq 35a9bcba19 impl Bounded for Wrapping<T> 8 years ago
  Yoan Lecoq b2d957fe4b Small fix for older Rust versions 8 years ago
  Yoan Lecoq 579466d95c impl PrimInt for Wrapping<T> 8 years ago
  Yoan Lecoq 5b126673aa impl Signed and Unsigned for Wrapping<T> 8 years ago
  Patrick Jackson 71a15212a1 Replace deprecated SipHasher. 8 years ago
  Homu e2ea246016 Auto merge of #279 - yoanlcq:impl-num-for-wrapping, r=cuviper 8 years ago