Commit Graph

  • 81a16f4a83 rustc-serialize is now rustc_serialize Matt Brubeck 2015-03-25 17:48:52 -0700
  • 8e69c54e1b Bump to 0.1.17. Huon Wilson 2015-03-23 22:04:59 +1100
  • 445fbab108 Fix doc test Alex Crichton 2015-03-22 10:43:11 -0700
  • 9848257eae Update to rust master Alex Crichton 2015-03-19 09:57:18 -0700
  • bc9698c504 Merge pull request #67 from jbcrail/replace-range Alex Crichton 2015-03-18 23:27:48 -0700
  • 5a0835d5d7 Replace deprecated range function. Joseph Crail 2015-03-19 00:15:55 -0400
  • 575cc09136 Bump to 0.1.16 Alex Crichton 2015-03-17 23:57:51 -0700
  • ab79063c22 Merge pull request #66 from freebroccolo/master Alex Crichton 2015-03-17 23:57:54 -0700
  • 2ef6c1057c Fix warnings in pidigits benchmark Darin Morrison 2015-03-17 22:22:06 -0600
  • 8ea4c031dd Replace #[should_fail] with #[should_panic] Darin Morrison 2015-03-17 22:21:25 -0600
  • 2086b40893 Update rand and rustc-serialize deps to fix build Darin Morrison 2015-03-17 22:12:59 -0600
  • 65226fdd06 Merge pull request #65 from cuviper/pow-overflow Alex Crichton 2015-03-08 10:50:41 -0700
  • 043a5b2918 pow: avoid unnecessary overflows Josh Stone 2015-03-07 14:12:50 -0800
  • fbd7d81b44 Bump to 0.1.15 Alex Crichton 2015-03-04 09:45:28 -0800
  • 817dec99aa Remove usage of deprecated apis Alex Crichton 2015-03-04 09:45:19 -0800
  • fb6b4ae9df Rust nightly needs explicit cast from u32 to usize Steve Jahns 2015-03-04 09:43:44 -0700
  • 7c203e27d3 Bump to 0.1.14 Alex Crichton 2015-02-20 10:51:02 -0800
  • a1e6e30668 Merge pull request #62 from cybergeek94/master Alex Crichton 2015-02-20 10:50:15 -0800
  • f260a7f565 Upgrade to latest Rust Austin Bonander 2015-02-20 10:26:13 -0800
  • 92ef1a4b66 Bump to 0.1.13. Huon Wilson 2015-02-19 12:47:45 +1100
  • 6adaa4de8f Merge #61. Huon Wilson 2015-02-19 12:46:57 +1100
  • 2a3f2f060d Fix test. Huon Wilson 2015-02-19 12:46:43 +1100
  • 609c2e6ef0 Minor changes to silence warnings. Sam Payson 2015-02-18 16:39:32 -0800
  • 6a0c32782e Change `radix` to u32, to build with new rustc. Sam Payson 2015-02-18 16:29:46 -0800
  • e2f0b0d327 Update to rust master Alex Crichton 2015-02-05 08:20:16 -0800
  • 0811c72bac Bump to 0.1.12 Alex Crichton 2015-02-03 12:37:01 -0800
  • aadcbef4ba Merge pull request #58 from mbrubeck/nightly Alex Crichton 2015-02-03 14:36:49 -0600
  • e68ea18edc Silence unstable feature warnings Matt Brubeck 2015-02-03 12:32:28 -0800
  • 42edb63090 Update FromStr and FromStrRadix to return Result Matt Brubeck 2015-02-03 11:42:46 -0800
  • b324415930 Change Show to Debug Matt Brubeck 2015-02-03 11:05:55 -0800
  • 14082ffb48 Bump to 0.1.11. Huon Wilson 2015-02-02 12:22:57 +1100
  • 7ba31bc3a7 Implemented from_bytes and to_bytes Gulshan Singh 2015-01-20 20:38:51 -0500
  • c05cd530db Bump to 0.1.10 Alex Crichton 2015-01-23 08:54:55 -0800
  • 51b94c5e2e Merge pull request #55 from gifnksm/patch-1 Alex Crichton 2015-01-21 09:31:17 -0600
  • 5e49142e64 Bump to 0.1.9 NAKASHIMA, Makoto 2015-01-21 22:55:10 +0900
  • 8eb924340f Merge pull request #53 from gsingh93/master Alex Crichton 2015-01-21 00:58:05 -0600
  • f1bfd76bbb Fixed some typos and added some examples Gulshan Singh 2015-01-20 18:52:18 -0500
  • f186a5b71f Merge pull request #52 from renato-zannon/rename-mod Alex Crichton 2015-01-20 13:27:47 -0600
  • 791264ddfc Rename BigDigit module to big_digit Renato Zannon 2015-01-20 17:17:41 -0200
  • bde434903d Merge pull request #47 from jbcrail/fix-deprecated-range Alex Crichton 2015-01-12 11:02:46 -0600
  • e4135528e8 Merge pull request #46 from jbcrail/fix-deprecated-int Alex Crichton 2015-01-12 11:02:34 -0600
  • d196c2b818 Remove range function. Joseph Crail 2015-01-11 23:54:25 -0500
  • c42680d21e Replace deprecated int references with i32/isize. Joseph Crail 2015-01-11 23:51:02 -0500
  • cbf04cf664 Bump to 0.1.8 Alex Crichton 2015-01-09 14:02:01 -0800
  • 45f5cc39bd s/bigusize/biguint/ Alex Crichton 2015-01-09 13:54:32 -0800
  • 139cf8cf66 Bump to 0.1.7. Huon Wilson 2015-01-09 22:36:03 +1100
  • bfa91ee92a Bump to 0.1.6 Alex Crichton 2015-01-07 12:09:44 -0800
  • 431dd18aff Bump version number Alex Crichton 2015-01-04 10:57:00 -0800
  • c1ad386c08 Merge pull request #45 from gifnksm/master Alex Crichton 2015-01-04 12:57:33 -0600
  • 8219095e39 update to rust mater gifnksm 2015-01-05 01:49:46 +0900
  • ce93a10ed0 Finish update and bump version number Alex Crichton 2015-01-03 13:51:33 -0800
  • ae3bb3619c Upgrade to latest Rust Sven Nilsen 2015-01-03 19:30:05 +0100
  • 522c97f3b8 Update travis config Alex Crichton 2015-01-01 22:09:50 -0800
  • c11ff27994 Update to rust master Alex Crichton 2015-01-01 09:07:52 -0800
  • 82d44da2d7 Update documentation links Alex Crichton 2014-12-23 09:54:56 -0800
  • 5d4b921537 Fix build warnings Alex Crichton 2014-12-23 09:50:53 -0800
  • e0e63cf241 Merge pull request #43 from zsiciarz/master Alex Crichton 2014-12-23 11:45:00 -0600
  • a006968185 Fix Ordering import Zbigniew Siciarz 2014-12-23 17:12:57 +0100
  • 22c50901ff Convert Result to Option in parse_bytes. Zbigniew Siciarz 2014-12-23 17:09:22 +0100
  • f95afeb57e Bump version number Alex Crichton 2014-12-19 08:06:01 -0800
  • 62f37e35de Merge pull request #42 from gifnksm/master Alex Crichton 2014-12-21 11:34:41 -0600
  • 9316be3bc1 update to latest rustc gifnksm 2014-12-21 19:41:03 +0900
  • 146410c918 Merge pull request #41 from code0100fun/master Alex Crichton 2014-12-19 10:06:17 -0600
  • a7e9e79049 Add semicolons to macro lines Chase McCarthy 2014-12-18 21:01:24 -0500
  • 5f829e7fd3 Bump version number Alex Crichton 2014-12-16 12:45:29 -0800
  • 9428f0f100 Merge pull request #40 from gifnksm/master Alex Crichton 2014-12-16 10:37:52 -0500
  • a325a566c6 update to latest rustc gifnksm 2014-12-16 23:38:35 +0900
  • 32ae02d87d Bump version number Alex Crichton 2014-12-13 11:08:51 -0800
  • d6d668bf30 Merge pull request #38 from gifnksm/master Alex Crichton 2014-12-09 10:13:07 -0500
  • 1533fe2017 fix deperecation warning gifnksm 2014-12-09 23:48:37 +0900
  • d89fbbf044 Add `deriving(Copy)` for `Copy`able structs/enums/ gifnksm 2014-12-09 23:46:07 +0900
  • 01cc022174 Merge pull request #36 from steveklabnik/license Alex Crichton 2014-12-07 20:48:25 -0500
  • a237157629 Merge pull request #37 from steveklabnik/deprecated Alex Crichton 2014-12-07 20:48:18 -0500
  • 253f0bd3f3 don't allow deprecated items. Steve Klabnik 2014-12-07 13:22:01 -0500
  • ecc2e5fab7 remove license attribute Steve Klabnik 2014-12-07 13:20:39 -0500
  • 16787045e5 Bump to 0.0.5. Huon Wilson 2014-11-28 22:20:21 +1100
  • bc9f83e7d8 Merge pull request #34 from gifnksm/master Alex Crichton 2014-11-27 14:15:32 -0600
  • b20dda2307 Update to iter stabilization. gifnksm 2014-11-27 23:06:06 +0900
  • 8f8530fc00 Add keywords to cargo metadata. Huon Wilson 2014-11-21 16:02:57 +1100
  • 39acd8f2fb Update tests to rust master Alex Crichton 2014-11-20 12:21:06 -0800
  • 3e28201b00 Merge pull request #33 from steveklabnik/master Alex Crichton 2014-11-20 14:13:56 -0600
  • 104ccb4b03 use crates.io in README Steve Klabnik 2014-11-20 15:07:56 -0500
  • c7757ce7d9 Bump to 0.0.3. Huon Wilson 2014-11-19 16:32:46 +1100
  • 712a4ae8b4 Add crates.io metadata to Cargo.toml. Huon Wilson 2014-11-19 16:26:10 +1100
  • a8013fc60f Bump to 0.0.2 Alex Crichton 2014-11-18 21:26:43 -0800
  • d9fee8b585 Merge pull request #31 from gifnksm/master Alex Crichton 2014-11-18 10:17:20 -0600
  • 233c02030d Fix for namespaced enums. gifnksm 2014-11-18 21:09:53 +0900
  • c0df55e470 Merge pull request #30 from gifnksm/master Alex Crichton 2014-11-17 10:25:35 -0600
  • 29011d14d9 std::from_str::FromStr -> std::str::FromStr gifnksm 2014-11-17 22:38:12 +0900
  • 3568298a22 Add `iter` modules for generic number iteration. gifnksm 2014-11-15 13:15:04 +0900
  • 2155e7d2ee Add numeric functions and `traits` module that provide numeric traits for generic mathematcs. gifnksm 2014-11-15 12:30:48 +0900
  • aec75185e5 Merge pull request #29 from gifnksm/master Alex Crichton 2014-11-13 10:44:46 -0600
  • 7a7c5fb2ad Implements `Encodable` and `Decodable` gifnksm 2014-11-13 20:54:42 +0900
  • da2fcbaa0c Merge pull request #25 from jbcrail/fix-overflow-literal Alex Crichton 2014-11-07 23:31:17 -0600
  • 62daf0de5f Merge pull request #26 from jbcrail/rm-unused-imports Alex Crichton 2014-11-07 23:30:53 -0600
  • fc984d4432 Fix overflowing literal in LCM test. Joseph Crail 2014-11-07 21:24:49 -0500
  • e09b009edb Remove unused imports. Joseph Crail 2014-11-07 21:21:23 -0500
  • 1690a26544 Merge pull request #24 from jbcrail/fix-non-upper-case-globals Alex Crichton 2014-11-06 22:20:46 -0600
  • 40873fb0c6 Fix two non uppercase globals. Joseph Crail 2014-11-06 22:47:10 -0500
  • c694115f92 Merge pull request #23 from gifnksm/master Alex Crichton 2014-11-06 10:53:07 -0600