Commit Graph

  • ebd16f49d2
    Merge pull request #237 from tobz1000/datetime-diff-sub Brandon W Maister 2018-04-03 19:30:15 -0700
  • 73ba5d7985
    Merge pull request #236 from jethrogb/feature_clock Brandon W Maister 2018-04-03 09:27:56 -0700
  • 19466e6ff4 Move `SubAssign<OldDuration> next to `Sub<OldDuration` Toby Dimmick 2018-04-03 14:16:37 +0100
  • d9a50cb767 Documentation Toby Dimmick 2018-04-03 13:58:26 +0100
  • a9618c8e9d
    Merge branch 'master' into feature_clock Brandon W Maister 2018-04-03 05:54:17 -0700
  • a060684abe
    Merge pull request #174 from quodlibetor/deprecated-warnings-for-rustc_serialize Brandon W Maister 2018-04-03 05:52:58 -0700
  • 964d0a2070
    Merge pull request #234 from skierpage/patch-1 Brandon W Maister 2018-04-03 05:52:30 -0700
  • d5d5fd92b7 impl Sub<T> for <T> for Date/Time types Toby Dimmick 2018-04-03 13:42:03 +0100
  • 5e68c60bb2 Add clock feature Jethro Beekman 2017-02-24 15:20:07 -0800
  • ba1b88ecbc Remove version number from README Brandon W Maister 2018-04-01 20:08:47 -0400
  • 21d302f0d2
    Update version number to 0.4.1 skierpage 2018-04-01 17:02:32 -0700
  • 5aabc29a1f
    Merge pull request #232 from phansch/master Brandon W Maister 2018-04-01 19:00:21 -0400
  • 3fb0b614e8
    Revert "Allow a false-positive clippy lint" Philipp Hansch 2018-04-01 12:40:14 +0200
  • 6c398ae6f4 Remove dependencies from oldtime::Duration on rest of time crate Jethro Beekman 2017-02-24 15:19:48 -0800
  • 5e730ebe4d Vendor oldtime::duration module from time crate Jethro Beekman 2017-02-24 15:19:02 -0800
  • c368bf16d0 Adjust features selection in CI Jethro Beekman 2018-03-30 16:04:26 -0700
  • 39ca2e622c Deprecated warnings in cargo output for rustc-serialize feature Brandon W Maister 2017-07-09 14:33:11 -0500
  • ee52f2f02c
    Merge pull request #228 from quodlibetor/0.4.1-release Brandon W Maister 2018-03-27 22:03:00 -0400
  • 1ddc67ce11 Bump version to 0.4.1 Brandon W Maister 2018-03-26 22:58:57 -0400
  • d889e3838f Update changelog for 0.4.1 Brandon W Maister 2018-03-26 22:10:45 -0400
  • 1a983261e3 Ensure that `SecondsFormat` can be expanded semver-safely Brandon W Maister 2018-03-26 22:10:21 -0400
  • c9609ea6c9
    Merge pull request #217 from dekellum/round Brandon W Maister 2018-03-05 23:23:47 -0500
  • 449d7277b9 Rename SubSecondRound to SubsecRound David Kellum 2018-03-05 12:57:26 -0800
  • 08b7e0bc6b Fix prelude SubSecondRound David Kellum 2018-03-05 10:40:50 -0800
  • cb3a73aa86 Rename to (round/trunc)_subsecs; add doc tests David Kellum 2018-03-05 10:37:32 -0800
  • 74ec7aa5b2 Improve up/down variable naming David Kellum 2018-03-04 18:27:36 -0800
  • 2a825edd5c
    Merge pull request #221 from cuviper/num-no_std Brandon W Maister 2018-03-04 18:21:50 -0500
  • 312d0898d9
    Merge pull request #223 from quodlibetor/allow-clippy-lint Brandon W Maister 2018-03-04 10:32:37 -0500
  • 7f990144cc Allow a false-positive clippy lint Brandon W Maister 2018-03-04 09:51:41 -0500
  • 2ee549f84f Allow a clippy lint that depends on rust 1.17 Brandon W Maister 2018-03-04 09:16:29 -0500
  • 8f90f405d5 Use no_std-compatible num dependencies Josh Stone 2018-02-23 00:07:16 -0800
  • b5acb0ed95 Add SubSecondRound extension trait with impl for Timelike David Kellum 2018-01-30 12:12:16 -0800
  • ff962d452c
    Merge pull request #205 from dekellum/rfc3339pz Brandon W Maister 2018-01-29 22:16:53 -0500
  • d403eeb43a
    Merge pull request #213 from lancecarlson/master Brandon W Maister 2018-01-29 22:12:05 -0500
  • e8fdbdf41d Rustdoc and naming improvements David Kellum 2018-01-26 11:35:19 -0800
  • 1a0ebe7e30 Add more specific SecondsFormat and offer single to_rfc3339_opts David Kellum 2018-01-25 14:23:30 -0800
  • 11ee30cd77
    Update README.md Lance Carlson 2018-01-24 18:55:10 -0500
  • 884ad92802
    Update README.md Lance Carlson 2018-01-24 11:50:25 -0500
  • aa0fbc1879
    Merge pull request #211 from kennytm/master Brandon W Maister 2018-01-21 18:58:54 -0500
  • 8a6a99018a
    Fix a markdown rendering difference warning. kennytm 2018-01-22 02:25:40 +0800
  • efb0f3b015 Clippy no likey a match on bool David Kellum 2018-01-12 16:19:26 -0800
  • 0e6d1d49b7 cleanup name resolution for backward compatibility David Kellum 2018-01-12 16:08:34 -0800
  • 353a7bbbc4 Use const for compat with rustc 1.13-16 David Kellum 2018-01-12 14:38:00 -0800
  • d2bf1494b1 Add DateTime to_rfc3339p(z) methods, tests David Kellum 2018-01-11 15:50:57 -0800
  • 232a0f1255
    Merge pull request #206 from dekellum/clippy-allow-static-lifetime-for-now Brandon W Maister 2018-01-18 13:25:24 -0500
  • 9742ecccc5 Allow (clippy) needless_pass_by_value on signed_duration_since David Kellum 2018-01-17 11:41:33 -0800
  • 4748225550 allow(const_static_lifetime) is for feature cargo-clippy David Kellum 2018-01-12 16:17:53 -0800
  • f93c8a993d Add top level clippy allow const_static_lifetime David Kellum 2018-01-12 15:11:47 -0800
  • ac48f514bc Merge pull request #190 from quodlibetor/document-parse-from-str Brandon W Maister 2017-10-09 22:19:01 -0400
  • 5bb493976b Add a note and example to DateTime::parse_from_str Brandon W Maister 2017-10-09 21:19:09 -0400
  • f8e4b55bf6 Merge pull request #188 from alatiera/master Brandon W Maister 2017-10-09 10:11:39 -0400
  • 1286ad12d3
    Merge branch 'master' of https://github.com/chronotope/chrono Jordan Petridis 2017-10-09 15:30:08 +0300
  • 57c98a409e
    Added underscores on long numbers. Jordan Petridis 2017-10-09 14:47:07 +0300
  • 82358f4408 Merge pull request #189 from quodlibetor/more-clippy Brandon W Maister 2017-10-08 21:12:45 -0400
  • 532c025a77
    Minor doc wording changes. Jordan Petridis 2017-10-09 02:03:18 +0300
  • c3fa1b5f17 Fix Clippy lints: cast_lossless Brandon W Maister 2017-10-08 18:08:40 -0400
  • 268be10d79 Fix Clippy lints: unreadable_literal and inconsistent_digit_grouping Brandon W Maister 2017-10-08 17:38:41 -0400
  • 7e2f2e0bea
    Added examples/doctests for how to get a datetime from an epoch and vice versa. Jordan Petridis 2017-09-29 19:24:40 +0300
  • b3adf050f5 Merge pull request #185 from kosta/readme-timestamps Brandon W Maister 2017-09-26 20:50:59 -0400
  • 065a7ec29e Merge pull request #186 from upsuper/rfc2822-omittable-second Brandon W Maister 2017-09-26 20:47:41 -0400
  • 0eeb4746f2 fix rfc2822 parsing to allow omitting second Xidorn Quan 2017-09-19 21:52:07 +1000
  • 0853499bec Add doc comment to lib.rs: Conversion from and to EPOCH timestamps Kosta Welke 2017-09-04 15:04:07 +0200
  • 5c0b773668 Merge pull request #176 from jonasbb/master Brandon W Maister 2017-07-15 11:24:07 -0500
  • 4eacc1416e Additional tests which test parsing of %s in combination with %f/%.3f/... Jonas Bushart 2017-07-15 16:27:56 +0200
  • 5124c0c324 Fix Allow parsing of timestamps with additional subsecond precision Jonas Bushart 2017-07-14 11:32:15 +0200
  • 927763b6b3 Merge pull request #173 from quodlibetor/doc-timestamp-opt Brandon W Maister 2017-07-09 20:44:57 -0500
  • cd6a35774e Merge pull request #172 from quodlibetor/add-timestamp-millis Brandon W Maister 2017-07-09 16:46:55 -0500
  • d99304145b Add `timestamp_millis` method to DateTime and NaiveDateTime Brandon W Maister 2017-07-09 15:05:59 -0500
  • ec6c31e863 Mention timestamp_opt in the docs for timestamp Brandon W Maister 2017-07-09 16:17:46 -0500
  • 91d5dd46cf Merge pull request #164 from quodlibetor/enable-clippy Brandon W Maister 2017-07-09 15:48:20 -0500
  • ce6ea4d8d1 deny(missing_debug_implementations) Brandon W Maister 2017-06-26 11:48:13 -0500
  • 1f625fe69d Enable Clippy in travis Brandon W Maister 2017-06-24 12:27:37 -0500
  • 5643b845a5 Allow Clippy lint: derive_hash_xor_eq Brandon W Maister 2017-07-09 15:21:51 -0500
  • 4c18d701ca Allow Clippy lint: cyclomatic complexity Brandon W Maister 2017-06-24 12:42:59 -0500
  • 330504792b Fix Clippy lints: match_same_arms Brandon W Maister 2017-06-23 16:02:07 -0500
  • 0dc4e3a416 Fix Clippy lints: type_complexity Brandon W Maister 2017-06-23 16:01:01 -0500
  • 96b31283d0 Fix Clippy lints: if_same_then_else Brandon W Maister 2017-06-23 15:14:41 -0500
  • 4a70e160fb Fix Clippy lints: or_fun_call Brandon W Maister 2017-06-23 15:02:58 -0500
  • fd6036a8b9 Fix Clippy lints: assign_op_pattern Brandon W Maister 2017-06-23 14:59:43 -0500
  • de7f0f64f7 Fix Clippy lints: needless_pass_by_value Brandon W Maister 2017-06-23 14:58:07 -0500
  • c63a012253 Fix Clippy lints: needless_lifetimes Brandon W Maister 2017-06-23 14:55:17 -0500
  • 3e6e0e51c6 Fix Clippy lints: doc_markdown Brandon W Maister 2017-06-23 14:53:19 -0500
  • ed8f406a61 Fix Clippy lints: redundant_closure Brandon W Maister 2017-06-23 14:47:59 -0500
  • 4ca861c905 Fix Clippy lints: should_assert_eq Brandon W Maister 2017-06-23 14:41:16 -0500
  • f2f97258aa Merge pull request #166 from lawliet89/doc.rs-all-features Brandon W Maister 2017-06-26 21:53:32 -0500
  • d5aeae0a4d Add metadata to include all features for docs on docs.rs Yong Wen Chua 2017-06-27 05:29:27 +0800
  • fac6ff44c9 Fix Clippy lints: needless_return Brandon W Maister 2017-06-23 14:08:52 -0500
  • 853154b239 Only create naive TsSeconds if rustc-serialize is enabled Brandon W Maister 2017-06-23 14:28:35 -0500
  • 6f69ab758b Merge pull request #162 from quodlibetor/update-serde-docs Brandon W Maister 2017-06-21 18:41:20 -0500
  • 3c058086e2 Update serde docs Brandon W Maister 2017-06-21 12:49:31 -0500
  • fe529c8016
    0.4.0: Mass renaming, `IsoWeek`, `SystemTime` supports, serde utils. Kang Seonghoon 2017-06-22 02:54:26 +0900
  • 136302cc04
    Added `From` implementations between `SystemTime` and `DateTime`. Kang Seonghoon 2017-06-22 01:48:06 +0900
  • 8ea2d3f236
    Merge branch 'master' into naive_assign Kang Seonghoon 2017-06-22 01:03:06 +0900
  • 72c1752068
    Much more complete explanation for the `chrono::format` module. Kang Seonghoon 2017-06-22 00:55:23 +0900
  • c3c34da141
    Clarified that time arithmetic notations are for explanation only. Kang Seonghoon 2017-06-22 00:40:48 +0900
  • 7b9b0c4437
    Renamed `chrono::UTC` to `chrono::Utc`. Kang Seonghoon 2017-06-22 00:33:17 +0900
  • 9768b289f0
    New type: `chrono::naive::IsoWeek`. Kang Seonghoon 2017-06-22 00:21:24 +0900
  • 42a7c8e589
    Fixed more documentation links. Kang Seonghoon 2017-06-21 21:58:42 +0900
  • 4f51ab0281
    Moved `chrono::naive:📅:internals` into its own file. Kang Seonghoon 2017-06-21 21:20:35 +0900
  • c06bc01f0b
    Flattened intermediate implementation modules. Kang Seonghoon 2017-06-21 14:03:49 +0900