Commit Graph

  • 4be3962e31 Merge commit '58dcb4ff' Kang Seonghoon 2017-06-21 03:52:19 +0900
  • 4e7b84064f re-add TsSeconds for RustcDecodable Brandon W Maister 2017-02-27 21:53:19 -0500
  • 44fc13d7df Use serde's serialize_with instead of a newtype Brandon W Maister 2017-02-24 11:58:21 -0500
  • bc879d705e Deserialize both Serde and Serialize from timestamps Brandon W Maister 2017-02-11 17:21:40 -0500
  • c0c61b5bfa Add the ability for serde to deserialize timestamps Brandon W Maister 2017-02-04 16:51:19 -0500
  • 388c04002b
    Bumped the version number. This marks the beginning of 0.4.0 series. Kang Seonghoon 2017-06-21 03:27:46 +0900
  • 58dcb4ffd7 bincode doesn't have serde feature Igor Gnatenko 2017-06-16 10:03:24 +0200
  • 52de957c60
    I forgot to update the README and docs link (whoops). Kang Seonghoon 2017-05-11 01:50:19 +0900
  • a91981af02
    Bump the bincode dependency. Kang Seonghoon 2017-05-05 19:06:45 +0900
  • ede06d6beb date: mention that `NaiveDate` is better for serialization Ben Boeckel 2017-05-04 16:53:53 -0400
  • dcf193323b
    0.3.1: Minor maintenance release, Serde 1.0 support. Kang Seonghoon 2017-05-02 03:04:22 +0900
  • fcb74481ee
    Updated Weekday impls for serde to 1.0. Kang Seonghoon 2017-05-02 02:37:54 +0900
  • c86f5924b0
    Limited what `.parse::<Weekday>()` parses to match with scanning. Kang Seonghoon 2017-05-02 02:31:02 +0900
  • 35d1a73ad9 Merge pull request #113 from amikhalev/weekday-serde Kang Seonghoon 2017-05-02 02:12:54 +0900
  • 62195bea6f Merge pull request #142 from KodrAus/feat/serde-1.0 Kang Seonghoon 2017-05-02 01:53:05 +0900
  • 1d1bfd93da remove unneeded hrtb Ashley Mannix 2017-04-24 07:17:37 +1000
  • 5504f6c854 optimise serialize Ashley Mannix 2017-04-21 21:31:50 +1000
  • 80c3582531 upgrade to serde 1.0 Ashley Mannix 2017-04-21 21:12:26 +1000
  • 5dcd528d77 Merge pull request #140 from TheZoq2/patch-1 Kang Seonghoon 2017-04-19 00:35:34 +0900
  • 1583df95b5
    Upgrade bincode dev-dependency to >=1.0.0-alpha6. Kang Seonghoon 2017-04-19 00:34:10 +0900
  • 5d07a5d9c1 Update code snippets to use syntax highlighting Frans Skarman 2017-04-10 22:24:32 +0200
  • 06810bc573 Merge pull request #134 from ericfindlay/master Kang Seonghoon 2017-02-21 11:56:17 +0900
  • 701a3a548a Corrected spelling error. Eric Findlay 2017-02-21 11:52:05 +0900
  • 0571ebf09c Merge pull request #132 from ericfindlay/master Kang Seonghoon 2017-02-21 02:44:59 +0900
  • 3d36feb234 Corrected spelling error Eric Findlay 2017-02-20 16:04:32 +0900
  • d036c07370
    Bincode 1.0.0-alpha2 no longer has the `bincode::serde` module. Kang Seonghoon 2017-02-14 03:28:14 +0900
  • 1afa60f377
    Test with multiple time zones. Kang Seonghoon 2017-02-14 03:15:07 +0900
  • 73a3ec5514
    Fixed a bug that the leap second can be mapped wrongly in the local tz. Kang Seonghoon 2017-02-14 03:07:06 +0900
  • db9b98f691
    0.3.0: Planned breaking changes to the existing interface. Kang Seonghoon 2017-02-07 05:38:38 +0900
  • 7b17d68474 Fixed warnings in the nightly. Kang Seonghoon 2017-02-07 05:51:31 +0900
  • d7d152eff1
    Avoid passing nanoseconds to the OS APIs at all. (#123) Kang Seonghoon 2017-02-07 05:22:12 +0900
  • e9e7bdd99c
    Removed older aliases (previously marked as deprecated). Kang Seonghoon 2017-02-07 04:51:08 +0900
  • 96b5ba391b
    Fixed a panic when the Local offset receives a leap second. Kang Seonghoon 2017-02-07 04:26:29 +0900
  • 41d5584900 Merge pull request #114 from tredoe/patch-1 Kang Seonghoon 2017-02-07 04:12:02 +0900
  • 0ac41c70b1
    Minor additions to formatting items. Kang Seonghoon 2017-02-07 04:05:05 +0900
  • 7ea1ce5080
    `FixedOffset` is now the official "fixed offset value" type. Kang Seonghoon 2017-02-07 03:43:59 +0900
  • 2b5553ee76 Made `Parsed` not fully destructible. Kang Seonghoon 2017-02-06 08:24:16 +0900
  • 36c45f2e02 Removed methods deprecated in 0.2. Kang Seonghoon 2017-02-06 07:08:19 +0900
  • c118a3985f
    Serialization cleanup for 0.3. Kang Seonghoon 2017-02-07 03:08:01 +0900
  • c63ef14734
    `time::Duration` is no longer the sole duration type described. Kang Seonghoon 2017-02-06 08:17:01 +0900
  • de4df91421
    Removed all remaining mentions of rust-chrono (very old name). Kang Seonghoon 2017-02-06 06:15:57 +0900
  • 04fd1413a8
    Chrono is now under the Chronotope org; switch to docs.rs. Kang Seonghoon 2017-02-06 05:49:32 +0900
  • e9401d9266
    Fixed an warning and adjusted CI config for min supported version. Kang Seonghoon 2017-02-06 05:03:01 +0900
  • ebdc022045
    Added an initial list of categories to Cargo.toml Kang Seonghoon 2017-02-06 04:38:09 +0900
  • 895b92e533 Merge pull request #122 from KodrAus/chore/serde-0.9 Kang Seonghoon 2017-02-06 04:35:01 +0900
  • 7ed6caa411 set min version to 1.13 Ashley Mannix 2017-02-03 18:00:52 +1000
  • 66198fbb2e set min version to 1.13 Ashley Mannix 2017-02-03 17:30:17 +1000
  • 898e266e02 update for serde 0.9 Ashley Mannix 2017-01-28 15:19:12 +1000
  • d411f05032 Update mod.rs Jonas mg 2016-12-08 18:17:26 +0000
  • 538f303ed5 Added impl FromStr, Serialize, Deserialize for Weekday Alex Mikhalev 2016-12-06 20:07:39 -0700
  • ae7fddc215 Merge pull request #112 from Deedasmi/patch-1 Kang Seonghoon 2016-12-03 16:59:07 +0900
  • d2cd4c9815 Documentation had the wrong relative path Richard Petrie 2016-12-02 12:54:32 -0600
  • 0122e5a1a7 Merge pull request #109 from amikhalev/weekday-derive-hash Kang Seonghoon 2016-11-15 09:55:09 +0900
  • cebb2483d9 Added #[derive(Hash)] for Weekday enum Alex Mikhalev 2016-11-14 08:53:58 -0700
  • e93d549c5b Merge pull request #108 from quodlibetor/improve-docs Kang Seonghoon 2016-11-14 00:29:51 +0900
  • a4c1cc6ed2 Improve docs around constructing DateTime objects Brandon W Maister 2016-11-12 16:09:08 -0500
  • 2dea325524 Merge pull request #101 from jturner314/doc-duration-type Kang Seonghoon 2016-10-05 09:49:57 +0900
  • 881e6c2dcc Clarify that Duration is an "accurate" duration Jim Turner 2016-10-04 19:07:11 -0400
  • 978b64ff33 support Add/Sub assignment operators for Naive types. János Illés 2016-10-02 15:38:06 +0200
  • e308e8e929 Merge pull request #98 from ijanos/clippy Kang Seonghoon 2016-10-02 18:49:13 +0900
  • abdad54884 Use char type instead of single-char Strings János Illés 2016-10-02 01:09:46 +0200
  • 124ff48de8 Remove redundant closure János Illés 2016-10-02 01:05:36 +0200
  • 076a54532f Stop using clone() on Copy types János Illés 2016-10-02 00:56:37 +0200
  • 6cc5d18696 Merge pull request #89 from dtolnay/bincode Kang Seonghoon 2016-08-17 09:45:45 +0900
  • c3cd76af16
    Add bincode serde tests David Tolnay 2016-08-16 18:08:08 -0400
  • 4a3b423527
    I'm pretty sure that this fix should bring Appveyor full green. Kang Seonghoon 2016-08-17 03:30:08 +0900
  • 8aa1f4b7af
    Further tweaks to CI configs. Kang Seonghoon 2016-08-17 03:18:12 +0900
  • eda83ac3d9
    Tweaked Travis settings and tried to enable Appveyor CI. Kang Seonghoon 2016-08-17 03:05:09 +0900
  • 582f1166f2
    Documentation and complete rewrite for `NaiveDateTime` operations. Kang Seonghoon 2016-08-17 00:40:36 +0900
  • c3b9a26bb0 Support deserializing from bincode David Tolnay 2016-08-16 02:54:11 -0400
  • 8b382fca45
    Incremental doc updates for `NaiveDateTime`. Kang Seonghoon 2016-08-16 02:13:43 +0900
  • 0393cae36d Standardized the doc example format for shortened methods. Kang Seonghoon 2016-08-08 03:34:00 +0900
  • 62d289fc85 Added documentations for `NaiveTime` and `NaiveDateTime` methods. Kang Seonghoon 2016-08-08 03:04:39 +0900
  • 69d7a86c1c Subtraction fixes for NaiveTime. Kang Seonghoon 2016-08-07 02:32:09 +0900
  • d50546a592 More documentation for NaiveTime, and addition fixes. Kang Seonghoon 2016-08-06 19:06:28 +0900
  • cb9fd7fbe1 0.2.25: Fixed warnings from 0.2.24. Duh. Kang Seonghoon 2016-08-04 03:44:31 +0900
  • 603ac1bc1c 0.2.24: Serialization updates. Kang Seonghoon 2016-08-04 03:35:53 +0900
  • ad6253f653 Proper (de)serialization format handling. Kang Seonghoon 2016-08-04 03:22:12 +0900
  • d4d2ebb249 Merge pull request #86 from alexbool/serde-0.8 Kang Seonghoon 2016-08-03 11:11:35 +0900
  • 8c438c5e2a Allow serde 0.8 Alexander Bulaev 2016-08-02 19:54:34 +0300
  • ae9be4a6f3 0.2.23: Documentation and minor bug fixes. Kang Seonghoon 2016-08-03 01:18:33 +0900
  • 5f8c6e611a Workaround for rust-lang-deprecated/time#137. Kang Seonghoon 2016-08-03 00:38:08 +0900
  • 00858c6363 More cross-references. Kang Seonghoon 2016-08-02 20:52:45 +0900
  • 4475ee5a48 More cross links and detailed examples for docs. Kang Seonghoon 2016-08-01 03:23:46 +0900
  • 932e29aa94 Better documentation and cross-references for naive types. Kang Seonghoon 2016-08-01 01:02:32 +0900
  • 28b33eddca Merge pull request #84 from sergey-v-galtsev/master Kang Seonghoon 2016-07-31 07:24:54 +0900
  • a5be5cc592 Fix spilling of exceeding `tm_sec` into `tm_nsec` in `tm_to_datetime()`. Sergey V. Galtsev 2016-07-31 00:42:11 +0300
  • f41de9b41f Documentation cleanup. Kang Seonghoon 2016-07-26 03:45:53 +0900
  • 0b3218289f Fixed warnings from rust-lang/rfcs#1445. Kang Seonghoon 2016-07-26 02:57:52 +0900
  • bb50154d8c Add functions to get milli/micro/nano-seconds from a DateTime (#81) Ben Eills 2016-07-16 07:19:34 +0200
  • 72c3dff17d Merge pull request #80 from dwillie/master Kang Seonghoon 2016-06-23 00:45:08 +0900
  • c631ba3767 Clarify serde support inclusion in readme.md David Willie 2016-06-22 14:51:18 +1000
  • 7bfb92711d Merge pull request #78 from JohnHeitmann/patch-2 Kang Seonghoon 2016-06-15 01:59:59 +0900
  • e4564fe49f Merge pull request #77 from JohnHeitmann/patch-1 Kang Seonghoon 2016-06-15 01:59:50 +0900
  • 531aa752b3 Minor DateTime intro doc update John Heitmann 2016-06-13 21:20:21 -0700
  • dce4ddf592 Clean up Duration intro doc John Heitmann 2016-06-13 21:03:52 -0700
  • 8efc85ce9f 0.2.22: Fixes on `%.6f` and `%.9f` on whole seconds. Kang Seonghoon 2016-04-22 08:54:57 +0900
  • 66d5856354 Fixed `%.[369]f` on the whole seconds and misleading docs. Kang Seonghoon 2016-04-22 00:47:01 +0900
  • d869643a33 0.2.21: a slight bug fix. Kang Seonghoon 2016-03-29 09:00:49 +0900
  • ada7aeda72 Merge pull request #66 from jwilm/fix-parse-rfc-850 Kang Seonghoon 2016-03-29 03:02:59 +0900