Commit History

Author SHA1 Message Date
  Josh Stone 9a9765a1db complex: bump to 0.1.38 7 years ago
  Josh Stone ae438d3608 traits: bump to 0.1.38 7 years ago
  Homu 8b5d4ac24e Auto merge of #296 - vks:no_std, r=cuviper 7 years ago
  Vinzent Steinberg ba73ba2af0 Avoid infinite recursion on `no_std` 7 years ago
  Vinzent Steinberg b7d2a99d09 Add word of caution about `Float` and `no_std` 7 years ago
  Vinzent Steinberg 63ce0f04ae Don't duplicate `num_traits::pow` 7 years ago
  Vinzent Steinberg f8a61962ba Use native `to_degrees`/`to_radians` 7 years ago
  Vinzent Steinberg d201882c61 Fix typo 7 years ago
  Vinzent Steinberg 128e456342 Travis, please test traits with no_std 7 years ago
  Vinzent Steinberg 169105bb84 Implement `Float::{min, max}` for `no_std` 7 years ago
  Vinzent Steinberg 6253669ef4 Mark methods in `Float` whether they require `std` 7 years ago
  Vinzent Steinberg 351dfc6383 traits: Introduce std feature 7 years ago
  Homu ef752e4687 Auto merge of #291 - cuviper:hasher, r=cuviper 7 years ago
  Josh Stone 1b895a8632 Get the default hasher indirectly 7 years ago
  Homu f9d36e6d9b Auto merge of #283 - cuviper:more-num, r=cuviper 7 years ago
  Josh Stone 3ead4a16b5 Implement RefNum more generically 7 years ago
  Josh Stone 21b520ea15 Add new traits for reference and assignment operators 7 years ago
  Homu ef08fe2f96 Auto merge of #286 - yoanlcq:missing-impls-for-wrapping, r=cuviper 7 years ago
  Josh Stone 9115df6179 Merge branch 'master' into missing-impls-for-wrapping 7 years ago
  Homu 51e95550fc Auto merge of #285 - sdroege:ratio-approx-from-float, r=cuviper 7 years ago
  Homu d5ca939959 Auto merge of #290 - king6cong:master, r=cuviper 7 years ago
  king6cong ea45567f0c add missing '`' in README.md 7 years ago
  Sebastian Dröge f74753089b rational: Implement approximation from floats and FromPrimitive for various types 7 years ago
  Yoan Lecoq 9d8c808db6 comment out wrapping_is_signed test to make Rust 1.8 happy 7 years ago
  Yoan Lecoq fd50c9196b Added trait bounds tests for Wrapping 7 years ago
  Yoan Lecoq 3b7a775f38 Remove Signed Wrapping test because Wrapping doesn't impl Neg in Rust 1.8 7 years ago
  Yoan Lecoq 3896c64dc7 Attempt to work around E0425 in test macros on Rust 1.8 7 years ago
  Yoan Lecoq 3f6ea76e60 Removed some #[inline] hints again 7 years ago
  Yoan Lecoq 807584688c Added some tests for Wrapping<T>'s impls 7 years ago
  Yoan Lecoq b90cfaaa7f Revert "impl PrimInt for Wrapping<T>" 7 years ago