Commit Graph

  • 938ec63c95 Auto merge of #238 - bluss:fix-mut, r=cuviper Homu 2016-10-25 08:05:35 +0900
  • 96e96ef762 Remove pattern in trait's method signature bluss 2016-10-25 00:42:44 +0200
  • 8d4b7b3a8d derive: bump to 0.1.37 Josh Stone 2016-10-14 20:52:24 -0700
  • f2aecb591c Auto merge of #236 - cuviper:proc-macro, r=hauleth Homu 2016-10-14 03:59:48 +0900
  • 97551ade5b derive: update to proc-macro Josh Stone 2016-10-13 10:31:49 -0700
  • b6db1eace9 Auto merge of #235 - matklad:minor-corrections, r=cuviper Homu 2016-10-06 01:30:42 +0900
  • ec6ce78458 Minor, style and comment typo Aleksey Kladov 2016-10-05 18:47:30 +0300
  • f25a3bd51d 0.1.36 bump for num, traits, macros, and the new derive num-traits-0.1.36 Josh Stone 2016-09-29 23:31:23 -0700
  • 019c136b8c Auto merge of #228 - rust-num:fix/num-macros, r=cuviper Homu 2016-09-30 14:58:47 +0900
  • b7e64074b2
    Add new crate num-derive as an new replacement for num-macro Łukasz Jan Niemier 2016-09-28 13:33:13 +0200
  • 0c89b893a9
    Add compiletest crate to test against invalid derivations Łukasz Jan Niemier 2016-09-27 11:18:27 +0200
  • b038b79900
    Merge remote-tracking branch 'origin/master' into fix/num-macros Łukasz Jan Niemier 2016-09-26 20:45:49 +0200
  • ada17a1793
    Update to syn 0.6.0 Łukasz Jan Niemier 2016-09-26 20:32:46 +0200
  • 338e4799e6 Auto merge of #231 - AtheMathmo:generic-epsilon, r=hauleth Homu 2016-09-23 04:25:29 +0900
  • 381942eb4f Adding default implementation James Lucas 2016-09-22 19:56:44 +0100
  • a64cf66f4c Implementing epsilon function to retrieve EPSILON constant James Lucas 2016-09-18 14:36:44 -0700
  • e9768a0a76
    Rebase leftovers Łukasz Jan Niemier 2016-09-18 22:45:53 +0200
  • 43cfa25426
    Add test case for which `syn` currently fails Łukasz Jan Niemier 2016-09-18 22:40:58 +0200
  • 11f8289ed4
    Fix `num-macros` `FromPrimitive` implementation Łukasz Jan Niemier 2016-09-18 20:56:36 +0200
  • a11be641ed Auto merge of #229 - bluss:fix-macros, r=hauleth Homu 2016-09-19 05:33:27 +0900
  • 6cfd6c8d18 Fix num-macros for nightly bluss 2016-09-18 22:24:38 +0200
  • c8ed8ff87b num, bigint, complex, rational, traits: 0.1.35 num-traits-0.1.35 Josh Stone 2016-08-18 08:28:34 -0700
  • 4fb22849b4 Auto merge of #222 - SuperFluffy:serde_0.8, r=cuviper Homu 2016-08-18 06:24:42 +0900
  • 4f6f7b3292 Add travis build test of 0.7.0 channel Richard Janis Goldschmidt 2016-08-17 23:12:20 +0200
  • b0fbcedfa0 Auto merge of #223 - SuperFluffy:fix_import_serde, r=cuviper Homu 2016-08-18 03:59:26 +0900
  • a4ccb797cf Allow serde version in [0.7,0.9) Richard Janis Goldschmidt 2016-08-16 00:47:32 +0200
  • eb486e8dc1 Add build test for serde feature Richard Janis Goldschmidt 2016-08-17 12:19:51 +0200
  • 20360ebccf Fix deserialization by giving type annotations. Richard Janis Goldschmidt 2016-08-16 00:46:49 +0200
  • 7339d6cb9a Remove redundant `use serde`; it is an external crate. Richard Janis Goldschmidt 2016-08-16 00:45:20 +0200
  • ccdf307cee Auto merge of #220 - IvanUkhov:constant, r=cuviper Homu 2016-08-16 10:29:20 +0900
  • 01aad702af Add a trait for floating-point constants Ivan Ukhov 2016-08-11 11:58:30 +0200
  • 10a57ef1a6 Auto merge of #219 - cuviper:tiny-inline, r=hauleth Homu 2016-08-11 19:56:12 +0900
  • 5c3d759d6c bigint: inline bits() methods Josh Stone 2016-08-10 22:23:28 -0700
  • 932e45c207 traits: inline integer from_str_radix Josh Stone 2016-08-10 22:22:53 -0700
  • 7a9c39fa87 traits: inline Bounded tuple methods Josh Stone 2016-08-10 22:22:15 -0700
  • fa451ac00c traits: inline Saturating methods Josh Stone 2016-08-10 22:21:53 -0700
  • eefa2a85d0 traits: inline Float methods Josh Stone 2016-08-10 22:21:33 -0700
  • 7bc7ddfc87 traits: inline PrimInt methods Josh Stone 2016-08-10 22:21:00 -0700
  • d9f08cb148 Auto merge of #213 - ExpHP:ratio-pr3, r=cuviper Homu 2016-07-25 14:00:23 +0900
  • 32dee9a0c8 rational: small additional tweaks Michael Lamparski 2016-07-24 14:58:43 -0400
  • 8c75506f22 Ratio::recip now corrects sign and fails for zero Michael Lamparski 2016-07-21 21:35:10 -0400
  • c84c4d15ba Improve Ratio docs Michael Lamparski 2016-07-21 20:52:45 -0400
  • 29c5ab362d traits: bump to 0.1.34 num-traits-0.1.34 Josh Stone 2016-07-24 11:16:11 -0700
  • f1574d844b Auto merge of #212 - cuviper:float-deg-rad, r=cuviper Homu 2016-07-24 09:56:25 +0900
  • 0faeb31b09 traits: add `to_degrees` and `to_radians` on `Float` Josh Stone 2016-07-23 00:34:14 -0700
  • ad5a322868 Auto merge of #207 - koverstreet:master, r=cuviper Homu 2016-07-19 09:07:17 +0900
  • 279522316c bigint: Break out into multiple files Kent Overstreet 2016-07-18 15:56:03 -0800
  • 78bad13948 Auto merge of #204 - koverstreet:master, r=cuviper Homu 2016-07-15 15:36:44 +0900
  • 8e0baecf5c Drop some dependencies on BigDigit's size Kent Overstreet 2016-07-14 21:56:16 -0800
  • e67d4630a2 num: require newer traits for moved functions, fixes #206 Josh Stone 2016-07-12 23:24:45 -0700
  • 29b63410ac num: bump to 0.1.33 Josh Stone 2016-07-12 01:12:41 -0700
  • 18b3cb425d complex: bump to 0.1.33 Josh Stone 2016-07-12 01:10:37 -0700
  • 9924163086 bigint: bump to 0.1.33 Josh Stone 2016-07-12 01:10:37 -0700
  • f056603bc0 traits: bump to 0.1.33 num-traits-0.1.33 Josh Stone 2016-07-12 01:10:37 -0700
  • 8f5a27284c Remove an unused ToBigUint import Josh Stone 2016-07-12 00:40:10 -0700
  • b21c89de36 Mask deprecation warnings on abs_sub Josh Stone 2016-07-12 00:34:55 -0700
  • 15949b257a Move .multirust.sh to .rustup.sh Josh Stone 2016-07-12 00:34:27 -0700
  • 7fcd5f7304 Auto merge of #205 - cuviper:bigint-sub, r=hauleth Homu 2016-07-11 01:21:49 +0900
  • 388a3132b8 bigint: allow `Sub` to work in-place on the RHS Josh Stone 2016-07-08 17:34:12 -0700
  • a7ac5e4299 Merge pull request #199 from adamcrume/master, r=hauleth Josh Stone 2016-07-01 10:19:08 -0700
  • 1e663952fc Merge pull request #201 from cuviper/faster-add2-sub2, r=hauleth Josh Stone 2016-07-01 10:18:32 -0700
  • c7c974ec4b Implement Default for Complex Adam Crume 2016-06-28 19:44:52 -0700
  • 609629d34d bigint: simplify the add2/sub2 loops Josh Stone 2016-06-29 18:19:47 -0700
  • f0bc5596af Auto merge of #196 - SuperFluffy:remove_use_serde, r=hauleth Homu 2016-06-13 23:14:11 +0900
  • c8543380ea Remove `use`ing serde. Import through `extern crate` is enough Richard Janis Goldschmidt 2016-06-13 15:46:56 +0200
  • 72a146b9ed macros: bump to 0.1.33 Josh Stone 2016-05-18 16:28:32 -0700
  • 0adac57e11 macros: init MethodDef.unify_fieldless_variants to false Josh Stone 2016-05-18 16:24:33 -0700
  • ace0951f2a Auto merge of #192 - vks:split-func, r=cuviper Homu 2016-05-14 02:36:58 +0900
  • 3e4595eac6 Move functions remaining in num to num-traits Vinzent Steinberg 2016-05-09 17:02:21 +0200
  • 4bbc34b083 Auto merge of #190 - rust-num:private-crates, r=cuviper Homu 2016-05-13 04:55:55 +0900
  • 865c491ce2 num: remove `pub` from sub-crates Josh Stone 2016-04-29 15:36:17 -0700
  • ffaee11f91 Auto merge of #188 - koverstreet:master, r=cuviper Homu 2016-04-21 08:57:08 +0900
  • 1e65e9dc51 bigint: Fix calculation of size for multiply temporaries Kent Overstreet 2016-04-20 15:48:02 -0800
  • 39c1de8841 Auto merge of #137 - liebharc:master, r=cuviper Homu 2016-04-18 07:06:39 +0900
  • 24fcc1575a Added powc, powf, log and expf methods for complex numbers Christian Liebhardt 2016-04-15 09:57:32 -0700
  • 0861fb4cfb Auto merge of #180 - bluss:fix-toprimitive-float, r=cuviper Homu 2016-04-16 01:32:23 +0900
  • acde249bf7 traits: Fix ToPrimitive for f64 -> f32 conversion. bluss 2016-04-15 13:36:29 +0200
  • 1e192c31ae num: add path-dependency versions Josh Stone 2016-04-14 00:45:03 -0700
  • 0dd410468c rational: add path-dependency versions Josh Stone 2016-04-14 00:39:07 -0700
  • 164da50a99 iter: add path-dependency versions Josh Stone 2016-04-14 00:37:04 -0700
  • dc733b1402 complex: add path-dependency versions Josh Stone 2016-04-14 00:29:19 -0700
  • 0b79edc108 bigint: add path-dependency versions Josh Stone 2016-04-14 00:26:54 -0700
  • 84ffb0ad01 integer: add path-dependency versions Josh Stone 2016-04-14 00:25:51 -0700
  • 2e8ce33d84 Bump all num crates to 0.1.32 num-traits-0.1.32 Josh Stone 2016-04-14 00:17:42 -0700
  • 774bf31ec6 Auto merge of #182 - ollie27:ratio_posneg, r=cuviper Homu 2016-04-14 07:05:42 +0900
  • c22e3bf9a2 Correct Ratio::is_negative and Ratio::is_positive Oliver Middleton 2016-03-10 21:44:37 +0000
  • 095738e7de Auto merge of #164 - rust-num:split-into-crates, r=cuviper Homu 2016-04-14 05:30:34 +0900
  • 58b5fe5883 Serializers dependencies Łukasz Jan Niemier 2016-04-11 20:43:07 +0200
  • e59ead7b3a Add Serde crate to `num_bigint` Łukasz Jan Niemier 2016-04-11 12:32:10 +0200
  • 8450782413 Revert old `num` crate description Łukasz Jan Niemier 2016-04-11 12:30:16 +0200
  • 3d11940538 Better descriptions for subcrates Łukasz Jan Niemier 2016-04-10 10:31:11 +0200
  • a423b39833 .multirust.sh: use the subcrated "make test" Josh Stone 2016-03-25 17:15:15 -0700
  • 015cd0be43 .travis.yml: add a verbose build Josh Stone 2016-03-25 17:11:04 -0700
  • c9d82acf00 test_features.sh: re-enable as a simple build Josh Stone 2016-03-25 17:05:10 -0700
  • 03884fdbcc bigint: reapply #176 Josh Stone 2016-03-25 17:02:31 -0700
  • aebbc4fd37 bigint: fix and un-ignore the first doctest Josh Stone 2016-03-25 17:00:08 -0700
  • 8845ee11ed integer: reapply the rest of #167 Josh Stone 2016-03-25 16:45:50 -0700
  • 0114559adf Makefile: add complex and iter Josh Stone 2016-03-25 16:40:55 -0700
  • 8cb026e273 complex: update testing imports and hash Josh Stone 2016-03-25 16:39:45 -0700
  • e672d006a4 iter: update testing imports Josh Stone 2016-03-25 16:39:26 -0700