Historique des commits

Auteur SHA1 Message Date
  Eduardo Pinho 40908140eb #175 document cast traits about precision loss il y a 5 ans
  Josh Stone a91bb7b085 Use {float}::to_int_unchecked() in Rust 1.44+ il y a 5 ans
  Josh Stone 6408853e7d Remove unused #[inline] attributes il y a 5 ans
  Olivier Chassé St-Laurent fdb41818a4 ToPrimitive: document when `to_` methods can return `None` il y a 5 ans
  Olivier Chassé St-Laurent 27e3f853b0 NumCast: document when `from` can return `None` il y a 5 ans
  Olivier Chassé St-Laurent 16cdce31d4 FromPrimitive: fix some comments il y a 5 ans
  Bruce Mitchener 107a326745 Missing backticks. il y a 6 ans
  Josh Stone d2bf4e04e4 Run cargo fmt il y a 7 ans
  Josh Stone 21e3620999 doc: fix a typo, s/the/then/ il y a 7 ans
  Josh Stone dd7900d62f Avoid closures in default `ToPrimitive` methods il y a 7 ans
  Josh Stone d968efbc76 Avoid `as` casts in default FromPrimitive methods il y a 7 ans
  Josh Stone 51f6c57c4b Automatically detect support for i128/u128 il y a 7 ans
  Josh Stone bbbc2bd1d7 impl 128-bit numeric casts il y a 7 ans
  Josh Stone a4d234c253 Further simplify float-to-int range checks il y a 7 ans
  Josh Stone f0ed42b3bc Test edge cases of ToPrimitive with ints il y a 7 ans
  Josh Stone 50868c60d2 Refactor to_primitive_int/uint macros il y a 7 ans
  Josh Stone 6d7bbb1b53 Mask debug prints no-std mode il y a 7 ans
  Josh Stone d195eafbe2 Simplify the to_primitive_float macros il y a 7 ans
  Josh Stone f6dc4d29a4 Add thorough tests of float to int edge cases il y a 7 ans
  Josh Stone b025c273c7 Rewrite range checks in float ToPrimitive macros il y a 7 ans
  Dan Barella 8e27c7327d Rename some tests. il y a 7 ans
  Dan Barella aab7098acd Reformat macros. il y a 7 ans
  Alexander Popiak c32cb5c65b Patch in apopiak@'s changes from github.com/rust-num/num/pull/135/. il y a 7 ans
  Dan Barella ab8fda7654 Change assert form. il y a 7 ans
  Dan Barella ecb0816c83 Remove an unneeded assert. il y a 7 ans
  Dan Barella 3534a89858 Don't use assert_ne! il y a 7 ans
  Dan Barella f99aa0e181 Check overflow when casting floats to integers. il y a 7 ans
  Josh Stone ac503261ca Forward FloatCore to inherent methods when possible il y a 7 ans
  Vinzent Steinberg efad5329b4 Rename CoreFloat to FloatCore il y a 7 ans
  Vinzent Steinberg 8a7f383eb1 Implement CoreFloat trait il y a 7 ans