Commit History

Author SHA1 Message Date
  Ed McCardell abb51f9a09 Add wrapping shifts 6 years ago
  bors[bot] 5985a8b750 Merge #79 6 years ago
  Roald 2b975badfa typo 6 years ago
  Roald 0f228be4d5 Updated documentation to note the pow(0, 0) case. 6 years ago
  bors[bot] a415e2a751 Merge #74 6 years ago
  Josh Stone d2bf4e04e4 Run cargo fmt 6 years ago
  Josh Stone 83841d15f8 Add dates to RELEASES.md 6 years ago
  bors[bot] e796afc83a Merge #73 6 years ago
  Josh Stone 714057979e Release 0.2.5 6 years ago
  Josh Stone 60924ecc70 add test newtype_to_primitive 6 years ago
  Josh Stone 21e3620999 doc: fix a typo, s/the/then/ 6 years ago
  Josh Stone dd7900d62f Avoid closures in default `ToPrimitive` methods 6 years ago
  Josh Stone d968efbc76 Avoid `as` casts in default FromPrimitive methods 6 years ago
  bors[bot] 15dc0e7127 Merge #70 6 years ago
  Corey Farwell 4775dee66b Clarify in the docs that `mul_add` is not always faster. 6 years ago
  bors[bot] f4125621ac Merge #69 6 years ago
  Josh Stone c00ae2046e Release 0.2.4 6 years ago
  Josh Stone 51f6c57c4b Automatically detect support for i128/u128 6 years ago
  bors[bot] 4e136ddc85 Merge #68 6 years ago
  Josh Stone 4a03db4e1c Release 0.2.3 6 years ago
  bors[bot] c3feb40897 Merge #67 6 years ago
  Josh Stone 7e055b131f Document more impls that require std 6 years ago
  Josh Stone 5add4c580e Enable all features for docs.rs 6 years ago
  Josh Stone 817ef94784 Add the no-std crate category 6 years ago
  Josh Stone f35cce229e Always use #![no_std], and declare std when enabled 6 years ago
  bors[bot] 6edb91f5e8 Merge #60 6 years ago
  Josh Stone 1af2319201 add a couple more Rust versions to CI 6 years ago
  Josh Stone bbbc2bd1d7 impl 128-bit numeric casts 6 years ago
  Josh Stone 6161f1ade1 impl 128-bit MulAdd and MulAddAssign 6 years ago
  Josh Stone fe53805550 impl 128-bit CheckedRem and CheckedNeg 6 years ago