Commit Graph

  • 8e9680462e
    Merge 7a9571eaa9 into 2f0cffd522 Nuramon27 2019-10-21 22:06:51 +0000
  • 0125653a98
    Merge fdb41818a4 into 2f0cffd522 Olivier Chassé St-Laurent 2019-10-18 21:36:50 +0000
  • fdb41818a4 ToPrimitive: document when `to_` methods can return `None` Olivier Chassé St-Laurent 2019-10-18 17:17:36 -0400
  • 27e3f853b0 NumCast: document when `from` can return `None` Olivier Chassé St-Laurent 2019-10-18 17:03:59 -0400
  • 16cdce31d4 FromPrimitive: fix some comments Olivier Chassé St-Laurent 2019-10-18 17:02:01 -0400
  • 2f0cffd522
    Merge #99 master staging bors[bot] 2019-09-30 16:39:17 +0000
  • 4fc3d8f72d
    Merge #128 bors[bot] 2019-09-27 18:43:44 +0000
  • 06b3f854d4 Fix unstable_name_collisions in Bounded for Wrapping Josh Stone 2019-08-30 16:05:04 -0700
  • 5b9f6e4c47
    Merge #127 bors[bot] 2019-09-27 18:02:41 +0000
  • 93328dfc90 Add libm to no_std CI Josh Stone 2019-09-27 10:56:03 -0700
  • c4256bd4df Don't use libm at all with std Josh Stone 2019-09-27 10:53:12 -0700
  • b64ee3809c Use a single global guard in mod real Josh Stone 2019-09-27 10:51:21 -0700
  • 27b9202ff3 Raise the minimum libm Josh Stone 2019-09-27 10:44:47 -0700
  • f050c60df9 Reference PR 99 in README Yoan Lecoq 2019-09-11 13:15:53 +0200
  • 2d113f56c8 Indicate that libm feature only builds on latest Rust Yoan Lecoq 2019-09-11 12:26:31 +0200
  • 63047365be CI: make the condition for testing libm the same as u128/i128 Yoan Lecoq 2019-09-11 12:26:10 +0200
  • 0547a355ee Run cargo fmt --all Yoan Lecoq 2019-09-04 14:09:58 +0200
  • 4b1ea5fb12 Guard Real trait definition like its blanket impl for Float Yoan Lecoq 2019-09-04 12:32:01 +0200
  • 1b28e6182d Add space before triple backticks Yoan Lecoq 2019-02-03 17:07:13 +0100
  • 55c5b7455a CI: test with libm Yoan Lecoq 2019-02-03 16:53:27 +0100
  • c28e2fe062 Real: Ignore doc tests if Float is disabled Yoan Lecoq 2019-02-03 16:51:04 +0100
  • aaf3c267bd Real: Run doc-tests only if Float is enabled Yoan Lecoq 2019-02-03 16:11:19 +0100
  • 849e2a0b1b Always enable Real, feature gate Float - Real forwarding Yoan Lecoq 2019-02-03 15:37:49 +0100
  • 4234eb76aa libm fallback for Pow, factorize MulAdd Yoan Lecoq 2019-02-03 15:21:18 +0100
  • 4d3cb0a4ba Impl MulAdd+MulAssign with libm fallback Yoan Lecoq 2019-02-03 15:09:42 +0100
  • f523f532e6 Update README Yoan Lecoq 2019-02-03 15:02:30 +0100
  • b4558d1c49 Make it compile on 1.8.0 Yoan Lecoq 2019-02-03 14:49:38 +0100
  • fec6c3610c Revive Float+Real in no_std with libm Yoan Lecoq 2019-02-03 13:15:28 +0100
  • d394467906
    Merge #135 bors[bot] 2019-09-24 20:03:31 +0000
  • 987ed8fd38 Split clamp panicking test into separate tests Jim Turner 2019-09-23 22:21:33 -0400
  • d02f166765 Restrict panic testing to when std is enabled Jim Turner 2019-09-23 22:12:35 -0400
  • 33b74618b6 Debug-panic in clamp_min/max if min/max is NAN Jim Turner 2019-09-23 20:40:07 -0400
  • 428f89a7d5
    Merge #122 bors[bot] 2019-09-14 18:23:57 +0000
  • 0e7c2a4a00 s/less/greater/g Toshiki Teramura 2019-09-14 15:59:10 +0900
  • 3add713434
    Merge #132 bors[bot] 2019-09-09 17:42:57 +0000
  • 40898e5071
    Add comments explaining why transmutes are safe Sergey "Shnatsel" Davidoff 2019-09-08 15:12:21 +0200
  • 973ba72e4f Fix doc comment Toshiki Teramura 2019-08-31 15:34:40 +0900
  • e7ba9b62dc Replace lower/upper to min/max Toshiki Teramura 2019-08-31 15:31:30 +0900
  • 2fb8a6e8a9 Add NaN preserving test for clamp Toshiki Teramura 2019-08-31 15:14:49 +0900
  • b8906eff1b Add i586 to CI Josh Stone 2019-08-30 15:54:41 -0700
  • 7a61e79757 Relax EPSILON comparisons in mul_add tests Josh Stone 2019-08-30 15:24:38 -0700
  • 45067c1357
    Merge #126 bors[bot] 2019-08-30 21:26:40 +0000
  • cd0da1ae5e Fix num parsing for invalid multi-byte sign chars Andreas Molzer 2019-08-30 22:27:32 +0200
  • f20d74fce8 Use core::f32 instead of std::f32 Toshiki Teramura 2019-08-17 17:58:02 +0900
  • e8dce19146 Add clamp_{lower,upper} Toshiki Teramura 2019-08-17 16:45:04 +0900
  • 7a9571eaa9 Insert pub-use-statements for `Norm` and `Distance` traits. Manuel Simon 2019-08-07 21:33:38 +0200
  • bd65144d94 Add tests for implementations of `Norm` and `Distance`. Manuel Simon 2019-08-07 21:31:35 +0200
  • cc0131d0dd Add documentation for the `dist` module and the `Distance` and `Norm` traits. Manuel Simon 2019-08-07 21:20:59 +0200
  • bef01a8a86 Add traits `Distance` and `Norm` in order to provide abstract notions of distances between numbers. Manuel Simon 2019-08-07 20:47:22 +0200
  • 58f02a8677 Merge #119 bors[bot] 2019-07-09 17:13:44 +0000
  • d1f5658bfe Typo fixes. Bruce Mitchener 2019-07-09 17:50:59 +0700
  • 107a326745 Missing backticks. Bruce Mitchener 2019-07-09 17:50:50 +0700
  • 2705146b62 Fixing line 2017 Adam 2019-06-18 22:38:15 +0200
  • 711d057f6f Upgrating to 2018 edition Adam 2019-06-18 22:12:59 +0200
  • 84e14d4f36 Merge #116 num-traits-0.2.8 bors[bot] 2019-05-22 00:47:08 +0000
  • 2c2cfe1bf3 Release 0.2.8 Josh Stone 2019-05-21 17:46:08 -0700
  • a194d91625 bump autocfg to fix no_std probing Josh Stone 2019-05-21 17:38:28 -0700
  • 8e765ee1ff Merge #114 num-traits-0.2.7 bors[bot] 2019-05-20 20:21:48 +0000
  • 6d62b6a228 Release 0.2.7 Josh Stone 2019-05-20 13:16:20 -0700
  • 852ec9380f Merge #113 bors[bot] 2019-05-11 00:00:41 +0000
  • 615d83a5b6 Use autocfg to probe for i128 Josh Stone 2019-05-10 16:42:23 -0700
  • 78ffa9c5ae
    Merge 51a9e6114d into 38655c91c1 Flier Lu 2019-04-24 22:22:53 +0000
  • 38655c91c1 Merge #110 bors[bot] 2019-04-16 21:39:50 +0000
  • a1688f6991 Check formatting in CI Josh Stone 2019-04-16 14:32:21 -0700
  • c38b4b601d cargo fmt Josh Stone 2019-04-16 14:30:46 -0700
  • 395b90919a Add ConstBounded trait Marc 2019-03-31 22:23:57 +1300
  • 981d2bf32d Remove associated_consts crate feature Marc 2019-03-31 12:42:43 +1300
  • 6190ecb861 Rename OneConst, ZeroConst, to ConstOne, ConstZero Marc 2019-03-30 18:32:18 +1300
  • b9c4311fea Add OneConst and ZeroConst traits Marc 2018-10-17 15:48:25 +1300
  • 4ab251b0a2 Merge #108 bors[bot] 2019-03-28 20:41:04 +0000
  • 5404658360 Merge #104 bors[bot] 2019-03-28 19:31:51 +0000
  • 09e27abaa0 Remove a stale doc comment on `set_zero()` Josh Stone 2019-03-28 12:30:22 -0700
  • 87d4dbc418 do not return &mut Self in set_one/zero lcnr/Bastian Kauschke 2019-03-26 17:39:11 +0100
  • 398c298fa9 int: document PrimInt trait David Rheinsberg 2019-03-15 11:14:55 +0100
  • 51a9e6114d bind traits for Bytes Flier Lu 2019-03-08 15:22:00 +0800
  • 8915b74ae4 Merge #105 bors[bot] 2019-03-07 19:06:33 +0000
  • 9cd2422221 fix lcnr/Bastian Kauschke 2019-03-07 17:22:19 +0100
  • d2a1e035ad update lcnr/Bastian Kauschke 2019-03-07 17:07:07 +0100
  • 8ac6a62a6e fix unsigned_shr docs lcnr/Bastian Kauschke 2019-03-06 12:47:12 +0100
  • f06893feb0 remove mem::replace lcnr/Bastian Kauschke 2019-03-06 12:40:05 +0100
  • 80052795ba fix lcnr/Bastian Kauschke 2019-03-05 14:45:54 +0100
  • f3869040c7 add to_zero/one to Zero/One lcnr/Bastian Kauschke 2019-03-05 14:34:49 +0100
  • 2d2cba0b26 extract int_to_from_bytes_impl macro Flier Lu 2019-03-01 18:24:20 +0800
  • 316120c611 extract `IntToFromBytes` trait Flier Lu 2019-03-01 17:18:44 +0800
  • 45c399ffa7 check `int_to_from_bytes` feature on stable channel Flier Lu 2019-02-28 19:15:18 +0800
  • 05f660c03d backward compatibility with feature gate Flier Lu 2019-02-28 19:05:06 +0800
  • 51df9728ab convert between integer and byte array Flier Lu 2019-02-28 18:31:44 +0800
  • 013a2e41c7
    Trying with this config YakoYakoYokuYoku 2019-02-21 16:45:14 -0300
  • 3da62c38dc
    Fixing still... YakoYakoYokuYoku 2019-02-21 16:27:56 -0300
  • 76bd3b8d32
    Still fixing YakoYakoYokuYoku 2019-02-21 11:47:41 -0300
  • 1554ac76e3
    Fixing for doctests YakoYakoYokuYoku 2019-02-21 11:43:33 -0300
  • e184a5723a
    Update lib.rs YakoYakoYokuYoku 2019-02-21 11:38:05 -0300
  • 13790264b5
    Fixed typo YakoYakoYokuYoku 2019-02-21 11:09:38 -0300
  • 354675a55c
    Really fixed float.rs YakoYakoYokuYoku 2019-02-21 10:58:52 -0300
  • a8db05b33f
    Fixed float.rs for the second time YakoYakoYokuYoku 2019-02-21 10:52:28 -0300
  • 66bd294256 Update float.rs YakoYakoYokuYoku 2019-02-14 21:56:50 -0300
  • dcf51dd9a0
    Add files via upload YakoYakoYokuYoku 2019-02-14 20:44:21 -0300
  • 61f7d10664 Merge branch 'master' of https://github.com/YakoYakoYokuYoku/num-traits 4Y 2019-02-14 20:19:28 -0300
  • e1f3666534 Local Changes 4Y 2019-02-13 18:35:33 -0300
  • 67c311387e Local Changes 4Y 2019-02-13 18:35:33 -0300