Commit Graph

  • ce3d375b21 bigint: refactor BigUint ops Josh Stone 2015-11-16 10:56:30 -0800
  • 7781256041 bigint: use a simple let-Some-pop to truncate zeros Josh Stone 2015-11-16 10:20:42 -0800
  • c310e5da8e complex: forward ops to val-val Josh Stone 2015-11-16 10:10:59 -0800
  • b4026b9fec Update repo and doc links Josh Stone 2015-11-12 18:40:13 -0800
  • 327ef3bc92 Start an ssh-agent in travis Josh Stone 2015-11-12 18:30:44 -0800
  • 60535e6e60 Fix the path to .travis/deploy Josh Stone 2015-11-12 18:20:03 -0800
  • e522b5e363 Update gh-pages from travis Josh Stone 2015-11-12 18:12:28 -0800
  • 93db3998ef Auto merge of #131 - murarth:str-radix, r=cuviper Homu 2015-11-12 03:33:55 +0900
  • 879f2c868e Auto merge of #125 - IvanUkhov:real-arithmetic, r=cuviper Homu 2015-11-12 03:03:06 +0900
  • 43bd642da5 Auto merge of #128 - achanda:cfuncs, r=cuviper Homu 2015-11-12 02:45:08 +0900
  • d1df121640 Explicitly enable `bigint` benchmarks Murarth 2015-11-09 13:54:48 -0700
  • 786541bd24 Improve `to_str_radix` implementation Murarth 2015-11-09 13:50:25 -0700
  • 7acad5ac33 Implement some more functions for the complex type Abhishek Chanda 2015-11-05 14:20:37 -0800
  • b57e4a4db4 Implement arithmetic with real for complex Ivan Ukhov 2015-10-20 09:39:44 +0200
  • d9b72a3366 Auto merge of #114 - achanda:is_nan, r=hauleth Homu 2015-10-31 07:57:55 +0900
  • e5099930e7 Implement is_nan for the complex type Abhishek Chanda 2015-09-12 19:24:44 -0700
  • 49237f6f45 integer: expand tests for gcd min_value() Josh Stone 2015-10-30 00:40:21 -0700
  • 642787fbd2 Merge pull request #121 from wrieger93/issue_120 Josh Stone 2015-10-27 12:13:17 -0700
  • 28209688ab num-macros: VariantData no longer needs to be dereferenced Josh Stone 2015-10-27 11:51:35 -0700
  • fe99867590 num-macros: port from ast::VariantKind to ast::VariantData Josh Stone 2015-10-23 10:49:01 -0700
  • 9e5a209dcd Merge pull request #123 from murarth/ratio-parse-fix Josh Stone 2015-10-23 10:23:18 -0700
  • 1666d1bb04 Merge pull request #124 from dripton/master Josh Stone 2015-10-19 09:57:40 -0700
  • f53f62737c Merge pull request #1 from dripton/dripton-extra-parens David Ripton 2015-10-19 09:48:53 -0400
  • e86913924e Remove extra parentheses to fix a warning David Ripton 2015-10-19 09:43:47 -0400
  • b2767517f4 Check for zero denominator when parsing Ratio Murarth 2015-10-16 13:10:16 -0700
  • 2e4afbc9ba Merge pull request #112 from Emerentius/master Łukasz Niemier 2015-10-15 13:25:33 +0200
  • a786adb874 Merge pull request #115 from wrieger93/complex_functions Łukasz Niemier 2015-10-15 13:24:39 +0200
  • 1eb3deaca8 Add a function that returns the sign of a BigInt. William Rieger 2015-10-06 00:32:32 -0700
  • c715405b30 Add functions and tests. William Rieger 2015-09-13 18:19:00 -0400
  • 499def9207 Added tests for gcd Emerentius 2015-09-11 20:33:39 +0200
  • 59089d9d5c Made it panic on gcd = min_val in debug mode Emerentius 2015-09-11 20:22:57 +0200
  • 82a6ab2f30 comment corrected Emerentius 2015-09-07 16:50:58 +0200
  • e892054813 implement Stein's algorithm for gcd Emerentius 2015-09-07 02:40:53 +0200
  • 50d89519a2 Merge branch 'master' into develop William Rieger 2015-09-04 18:56:40 -0400
  • fde6c479a6 Merge pull request #1 from rust-lang/master William Rieger 2015-09-04 18:36:57 -0400
  • 85b9ac58bf Merge pull request #110 from wrieger93/remove_reduntant_trait Alex Crichton 2015-09-04 15:20:43 -0700
  • ff6a40cc88 Remove reduntant Num trait from an impl. William Rieger 2015-09-04 17:48:31 -0400
  • 98b9df622f Add mathematical functions for complex numbers. William Rieger 2015-09-04 02:08:31 -0400
  • 1e07193480 Merge pull request #109 from jdm/rustup Alex Crichton 2015-09-01 14:33:25 -0700
  • 11b9dd0b7a Upgrade to 2015-08-30 rustc nightly. Josh Matthews 2015-09-01 16:12:02 -0400
  • 4d7cb95740 Bump to 0.1.27. Huon Wilson 2015-08-19 10:15:50 -0700
  • 13bf6a011f Merge pull request #108 from Gustorn/sized Huon Wilson 2015-08-19 10:13:46 -0700
  • 3ccb4bd6c5 Added Sized trait bound for traits that requite it Gustorn 2015-08-19 19:11:55 +0200
  • 1f298e233c Bump versions to 0.1.26 Alex Crichton 2015-08-10 12:12:08 -0700
  • b57accf314 Update to rust nightly Alex Crichton 2015-08-10 12:11:56 -0700
  • d4e7a6654f Bump num to 0.1.25 Alex Crichton 2015-06-02 16:52:31 -0700
  • a7c70adf5b Merge pull request #101 from bluss/num-features Alex Crichton 2015-06-02 16:54:05 -0700
  • 4c123a9e71 Make rustc-serialize, bignum, rational, complex into opt-out features root 2015-06-02 14:34:22 +0200
  • aeebff3578 Bump to 0.1.25 Alex Crichton 2015-05-26 07:35:37 -0700
  • ff6f8d9d29 Merge pull request #98 from clatour/rustup Alex Crichton 2015-05-26 07:36:04 -0700
  • 0a7847cd65 Merge pull request #99 from b52/issue-93-float-min-positive Alex Crichton 2015-05-26 07:23:41 -0700
  • 3f69d7632f Merge pull request #100 from b52/issue-92-reexport-cast Alex Crichton 2015-05-26 07:23:13 -0700
  • 82645a31df Don't print to stdout on `cargo bench` Alex Crichton 2015-05-26 07:21:12 -0700
  • 785e07d83c Re-export `cast` for ergonomic reasons Oliver Mader 2015-05-26 15:03:34 +0200
  • 6c9f457712 Provide generic around f32/f64::MIN_POSITIVE Oliver Mader 2015-05-26 14:56:43 +0200
  • 9399e4ff88 Change Annotatable to &Annotatable for nightly Chandler Latour 2015-05-24 13:10:49 -0600
  • a6a399d52e Enable testing on stable Rust Alex Crichton 2015-05-19 09:22:06 -0700
  • edcb6295ff Bump to 0.1.24 Alex Crichton 2015-05-18 09:21:01 -0700
  • dab8c6de71 Merge pull request #96 from renato-zannon/rustup Alex Crichton 2015-05-18 08:58:12 -0700
  • 0ab1010b10 Merge pull request #95 from runarberg/master Alex Crichton 2015-05-18 08:42:22 -0700
  • e8450fd47a Update num-macros to rust master Renato Zannon 2015-05-18 06:48:54 -0300
  • 505eb86c18 Added the power method for rational numbers runarberg 2015-05-17 18:22:32 +0000
  • 44679902bd Update num-macros to Rust master Alex Crichton 2015-05-14 10:19:47 -0700
  • b75dbbdfcb Rename num_macros to num-macros Alex Crichton 2015-05-01 17:58:35 -0700
  • dc0a0452c6 Merge branch 'master' of https://github.com/erickt/num Alex Crichton 2015-05-01 17:59:53 -0700
  • a3d9093938 Merge pull request #89 from joshtriplett/bounded-tuples Alex Crichton 2015-04-26 23:45:57 -0700
  • 6f2db9b631 Factor out more generic macro to run a macro on each tuple type Josh Triplett 2015-04-25 17:03:05 -0700
  • c6163dac40 traits.rs: Implement Bounded for tuples of Bounded types Josh Triplett 2015-04-25 16:43:18 -0700
  • 63d2e79c1e Added temporary fix for unstable std from_str_radix method mitchmindtree 2015-04-24 15:17:42 +1000
  • 3028d602e6 Fixed issue where unstable version of from_str_radix was being called instead of the local Num trait version mitchmindtree 2015-04-24 04:57:37 +1000
  • f8fd49c375 Use latest version of rand crate mitchmindtree 2015-04-24 04:22:23 +1000
  • e3557d61e7 Use latest rustc-serialize and increment version for crates.io mitchmindtree 2015-04-24 04:11:12 +1000
  • cfe5ac956b Merge pull request #85 from mitchmindtree/master Alex Crichton 2015-04-22 07:35:16 -0700
  • f70a07bab7 Incremented version for crates.io mitchmindtree 2015-04-22 22:27:51 +1000
  • f0af39dfae Removed deprecation attributes that can no longer be used outside of std mitchmindtree 2015-04-22 22:27:20 +1000
  • eeeaaf2407 Merge pull request #82 from nham/improve_bigint_docs Alex Crichton 2015-04-15 13:50:55 -0700
  • 82aa7c7864 Improve bigint docs. Nick Hamann 2015-04-15 14:43:37 -0500
  • f4a69a6f01 Export the #[derive(FromPrimitive)] from rust proper Erick Tryzelaar 2015-04-12 11:19:48 -0700
  • 44dfed32b7 Bump to 0.1.22 Alex Crichton 2015-04-04 23:49:41 -0700
  • 7861e4c6da Merge pull request #78 from kennytm/master Alex Crichton 2015-04-04 23:46:03 -0700
  • fd86a2c531 Make sure PrimInt is actually implemented for the primitive types. kennytm 2015-04-05 02:28:30 +0800
  • 24d2f15ccf Avoid and remove some unstable features. kennytm 2015-04-05 02:57:17 +0800
  • 80b6f92c4e Merge pull request #77 from andersk/complex-neg Alex Crichton 2015-04-03 14:04:11 -0700
  • 7fb887bffc Require Neg for Complex conj and inv Anders Kaseorg 2015-04-03 15:10:42 -0400
  • 24b7793174 Bump to 0.1.21 Alex Crichton 2015-04-03 10:26:45 -0700
  • 996128bd4b Fix some doc tests Alex Crichton 2015-04-03 10:26:37 -0700
  • f2cecb0fda Merge pull request #76 from aturon/beta-fixes Alex Crichton 2015-04-03 10:23:07 -0700
  • 63c7a25ed9 Update to 1.0.0-beta (stable only) Aaron Turon 2015-04-02 23:29:17 -0700
  • 1579bf64f0 Merge pull request #75 from aturon/master Alex Crichton 2015-04-02 20:28:11 -0700
  • 03db5c9d1b Vendor deprecated/unstable traits from std::num Aaron Turon 2015-04-02 19:59:22 -0700
  • 32d15093b0 Bump to 0.1.20 Alex Crichton 2015-04-02 09:37:41 -0700
  • fcd3760625 Get tests passing again Alex Crichton 2015-04-02 09:37:32 -0700
  • 69afe1a3c6 Merge pull request #73 from andersk/fromerror Alex Crichton 2015-04-02 09:22:55 -0700
  • a00fe8b700 Replace FromError with From Anders Kaseorg 2015-04-02 06:37:57 -0400
  • 1841c8ace4 Update to rust master Alex Crichton 2015-03-29 10:05:02 -0700
  • 0fa0b75e68 Bump to 0.1.19 Alex Crichton 2015-03-26 11:52:27 -0700
  • 3eac309a0a Merge pull request #70 from nstoddard/master Alex Crichton 2015-03-26 11:52:13 -0700
  • efe8adf144 Update to new version of 'rand'. Fixes compilation on Windows. Nathan Stoddard 2015-03-26 14:32:33 -0400
  • 1558f944ff Bump to 0.1.18. Huon Wilson 2015-03-26 12:00:49 +1100
  • c21b7e17d4 Feature gating is strict now. Huon Wilson 2015-03-26 12:00:36 +1100