Commit History

Author SHA1 Message Date
  Vinzent Steinberg 9ca219c677 Avoid test failure with Rust 1.8 by limiting to no-std builds 6 years ago
  bors[bot] 97f3892bd1 Merge #62 6 years ago
  Vinzent Steinberg 2836cfc9ab Update outdated FIXME 6 years ago
  Vinzent Steinberg 6430351e74 Use constant for 180/π in f32::to_degrees 6 years ago
  Vincent Esche dd5b107c56 Added mention of `i128` feature to ‘README.md’ 6 years ago
  Vincent Esche 746db74dac Added impls of `Unsigned` for `i128` and `u128` 6 years ago
  Vincent Esche 152b38e03f Added impls of `Num` for `i128` and `u128` 6 years ago
  Vincent Esche 6d3b55030f Added ‘i128’ feature and unit test invocation 6 years ago
  Vincent Esche 830363024b Added `MulAdd` and `MulAddAssign` traits 6 years ago
  Vincent Esche d1334bf903 Added impls of `Signed` for `i128` and `u128` 6 years ago
  Vincent Esche f69af180cc Added impls of `Pow` for `i128` and `u128` 6 years ago
  Vincent Esche 5ee2570618 Added impls of `Wrapping…` for `i128` and `u128` 6 years ago
  Vincent Esche 234706fb97 Added impls of `Saturating…` for `i128` and `u128` 6 years ago
  Vincent Esche b44666183d Added impls of `Checked…` for `i128` and `u128` 6 years ago
  Vincent Esche bc19c34934 Added impls of `PrimInt` for `i128` and `u128` 6 years ago
  Vincent Esche 62723f6f3a Added impls of `Zero` and `One` for `i128` and `u128` 6 years ago
  Vincent Esche f8d1896c6c Added impls of `Bounded` for `i128` and `u128` 6 years ago
  bors[bot] bb67a3d03a Merge #53 6 years ago
  Josh Stone 058a6004f0 Release 0.2.2 6 years ago
  bors[bot] fcc33a3577 Merge #52 6 years ago
  Josh Stone a4d234c253 Further simplify float-to-int range checks 6 years ago
  Josh Stone f0ed42b3bc Test edge cases of ToPrimitive with ints 6 years ago
  Josh Stone 50868c60d2 Refactor to_primitive_int/uint macros 6 years ago
  Josh Stone 6d7bbb1b53 Mask debug prints no-std mode 6 years ago
  Josh Stone d195eafbe2 Simplify the to_primitive_float macros 6 years ago
  Josh Stone f6dc4d29a4 Add thorough tests of float to int edge cases 6 years ago
  Josh Stone b025c273c7 Rewrite range checks in float ToPrimitive macros 6 years ago
  Dan Barella 8e27c7327d Rename some tests. 7 years ago
  Dan Barella aab7098acd Reformat macros. 7 years ago
  Alexander Popiak c32cb5c65b Patch in apopiak@'s changes from github.com/rust-num/num/pull/135/. 7 years ago