3d00a0fd5aadded `checked_{add,sub}` methods to `[Naive]Date[Time]` types.
Kang Seonghoon
2015-01-29 02:31:18 +0900
43ee68b522new formatter design!
Kang Seonghoon
2015-01-26 21:14:50 +0900
98d1ce01c9language changes: replaced remaining occurrences of Show with Debug.
Kang Seonghoon
2015-02-04 16:17:35 +0900
dd4f679411Avoid duplicate import of regex macros, which causes problems with linking the crate into an enclosing crate.
John Nagle
2015-02-02 11:43:03 -0800
a8c866d1eaUse explicit versions for regex and regex_macros. Avoid using undocumented "*" feature.
John Nagle
2015-02-01 22:24:50 -0800
36181b65ca0.1.17: language changes.
Kang Seonghoon
2015-01-30 00:02:48 +0900
7087cd156a0.1.16: dependency fixes due to language changes.
Kang Seonghoon
2015-01-29 08:47:05 +0900
3566c3a793Change names of parsing functions for consistency with "chrono". All tests pass.
John Nagle
2015-01-26 23:11:09 -0800
203b455569Added parsing functions for standard date formats. Tests run. Some functions will now be renamed for consistency with the chrono crate.
John Nagle
2015-01-26 22:47:25 -0800
cf5e2f322f0.1.15: language changes.
Kang Seonghoon
2015-01-24 17:45:12 +0900
45765ebd130.1.14: fixed a missing `String` impl for `Local`.
Kang Seonghoon
2015-01-10 12:25:08 +0900
ca847498690.1.13: language changes and fmt::String supports.
Kang Seonghoon
2015-01-10 03:27:24 +0900
d79c460fc40.1.12: language changes, removed ops for Duration in the lhs.
Kang Seonghoon
2015-01-08 02:06:30 +0900
e97993d76a0.1.11: language changes.
Kang Seonghoon
2015-01-06 22:38:37 +0900
883b656d490.1.10: language changes.
Kang Seonghoon
2015-01-06 10:44:08 +0900
5615d4de34Merge pull request #18 from daboross/fix-sendstr-for-ad9e75938
Kang Seonghoon
2015-01-06 10:41:28 +0900
1b04bc3697Fixed build against lastest rust nightly, ad9e75938.
David Ross
2015-01-06 00:19:06 +0000
e2ddee2f760.1.9: language changes.
Kang Seonghoon
2015-01-05 18:31:15 +0900
94df51861f0.1.8: language changes.
Kang Seonghoon
2015-01-04 15:11:42 +0900
29428d0adfslight cleanup for chrono::format.
Kang Seonghoon
2015-01-04 15:11:18 +0900
cde432ed8ebumped copyright years.
Kang Seonghoon
2015-01-04 15:08:19 +0900
50d73002d8language changes: precedence change.
Kang Seonghoon
2015-01-04 15:05:56 +0900
c37365919bMerge pull request #17 from ktossell/rust-20150103
Kang Seonghoon
2015-01-04 15:00:24 +0900
3303127415Fixed build against rust nightly.
Ken Tossell
2015-01-03 17:45:07 -0500
e53a8b0b01oops, updated README.md.
Kang Seonghoon
2015-01-02 13:48:58 +0900
84f4eb478c0.1.7: language changes.
Kang Seonghoon
2015-01-02 13:46:22 +0900
50ce557d7dMerge pull request #16 from ktossell/master
Kang Seonghoon
2015-01-02 13:43:05 +0900
221e58eca6Removed reflexive type specifier from Date<Off>'s Eq implementation
Ken Tossell
2015-01-01 17:11:21 -0500
6a2bc2492eaaand updated README.md very slightly.
Kang Seonghoon
2014-12-25 16:49:26 +0900
bf4ded9f070.1.6: fixed tests per language changes and .travis.yml.
Kang Seonghoon
2014-12-25 16:46:00 +0900
7f5f176cceoops, README.md again has testing lines
Kang Seonghoon
2014-12-17 10:59:32 +0900
e982cd18510.1.5: language changes.
Kang Seonghoon
2014-12-17 10:28:14 +0900
0d8f8366650.1.4: language changes and a small fix.
Kang Seonghoon
2014-12-13 22:17:04 +0900
389e58f727added BIG limitations section to the README.
Kang Seonghoon
2014-12-13 22:16:38 +0900
407ad383c5fixed an edge case with date-changing offsets.
Kang Seonghoon
2014-12-13 21:53:53 +0900
b4c0cd3dd1Merge pull request #14 from klutzy/upstream
Kang Seonghoon
2014-12-13 20:38:38 +0900
37d85ffd3bUpdate for upstream changes
klutzy
2014-12-13 20:29:06 +0900
342c23d40awell... we do not want those comments sneak into README :)
Kang Seonghoon
2014-11-29 00:47:50 +0900
95bba430630.1.3: better offset conversion and additional APIs.
Kang Seonghoon
2014-11-28 23:55:00 +0900
920a681d54better documentation, some additional APIs.
Kang Seonghoon
2014-11-28 23:53:22 +0900
9e6576e37elanguage changes: MaybeOwned is deprecated, long live CowString!
Kang Seonghoon
2014-11-28 21:32:14 +0900
86665d0a7f0.1.2: no more `num` dependency, multidispatched addition.
Kang Seonghoon
2014-11-24 14:49:13 +0900
0a04ae1aa90.1.1: language changes, updated documentations.
Kang Seonghoon
2014-11-21 16:17:47 +0900
6f2770d2bbadded repository to Cargo.toml.
Kang Seonghoon
2014-11-20 13:23:33 +0900
e947b4eec6language changes: str::shift_slice_char has been updated.
Kang Seonghoon
2014-11-20 13:09:16 +0900
ec6c874042language changes: namespaced enums, no more std::num::{Zero,Bounded}.
Kang Seonghoon
2014-11-19 10:59:32 +0900
fdcaff7ce1Merge pull request #8 from rcolinray/deny_missing_docs
Kang Seonghoon
2014-11-03 09:39:50 +0900
fd5f8b7f34Fix lint warning on deny(missing_doc)
Colin Ray
2014-11-02 17:03:19 -0600
62e41178ffMerge pull request #7 from steveklabnik/master
Kang Seonghoon
2014-10-30 13:33:18 +0900
59892f1511fail -> panic
Steve Klabnik
2014-10-30 00:23:09 -0400
c8967119afMerge pull request #6 from Kroisse/master
Kang Seonghoon
2014-10-12 00:59:43 +0900
ad60081dc0use a Cargoified version of libnum.
Kang Seonghoon
2014-10-10 15:01:31 +0900
3604e59147added a link to the generated documentation. fixes#5.
Kang Seonghoon
2014-09-14 14:29:52 +0900
d6e0c3f266language changes: `extern crate A = "B";` -> `extern crate "B" as A;`.
Kang Seonghoon
2014-09-12 18:53:06 +0900
10c580f664switches to std::time::duration::Duration.
Kang Seonghoon
2014-08-31 14:43:26 +0900
80ed400689added missing `.offset()` methods; UTC/FixedOffset now implement Eq.
Kang Seonghoon
2014-08-29 18:14:08 +0900
31696204e7simplified .travis.yml.
Kang Seonghoon
2014-08-27 01:30:00 +0900
417f6ebdcffixed .travis.yml to use the correct URL for Cargo nightly.
Kang Seonghoon
2014-08-21 09:20:19 +0900
86259a120flanguage changes: an array size now needs to be uint.
Kang Seonghoon
2014-08-19 21:52:58 +0900
f1931ad21eadded `chrono::format` module and `format` methods.
Kang Seonghoon
2014-08-01 04:08:19 +0900
ed71a1037bmade `Time::fmt` to use the same decimal separator as `Duration::fmt`.
Kang Seonghoon
2014-07-31 11:03:32 +0900
ead13f66d8added the Local offset implementation.
Kang Seonghoon
2014-07-31 11:02:20 +0900
9d52c6d2f1added constructors from timestamp; added `UTC::{today,now}`.
Kang Seonghoon
2014-07-31 10:09:54 +0900
55d5d49f1cupdated .travis.yml to use `cargo doc` for doc generation.
Kang Seonghoon
2014-07-29 16:23:29 +0900
95f5c0c095splitted naive types into their own modules.
Kang Seonghoon
2014-07-29 16:14:46 +0900
586b41df54mass renaming from `BlahBlahZ` to `NaiveBlahBlah`.
Kang Seonghoon
2014-07-29 15:55:40 +0900
32c3ee85e8initial `Offset` implementations.
Kang Seonghoon
2014-07-29 15:41:07 +0900
07d98709dffixed a bug on `DateTimeZ::add` with the negative fractional `Duration`.
Kang Seonghoon
2014-07-29 15:38:24 +0900
c7c3052892made every type `Clone`able; added `and_*` constructors to `DateZ`.
Kang Seonghoon
2014-07-29 15:33:46 +0900
f77c8435c2changed the internal representation of TimeZ.
Kang Seonghoon
2014-07-29 01:05:30 +0900
4f34003e03relicensed from MIT to dual MIT/APL2. closes#2.
Kang Seonghoon
2014-07-25 21:24:02 +0900
d5f652e656renamed `n<foo>s` to `num_<foo>s` and changed their semantics.
Kang Seonghoon
2014-07-25 21:00:32 +0900
9300f2481crenamed `chrono:📅:{MIN,MAX}` to `chrono:📅:{MINZ,MAXZ}`.
Kang Seonghoon
2014-07-25 19:24:32 +0900
4dbd00dca2added all missing docs.
Kang Seonghoon
2014-07-25 18:12:51 +0900
2f35fbc0fdchanged the decimal point from `,` to `.`. (cf. rust-lang/rust#15934)
Kang Seonghoon
2014-07-25 17:35:49 +0900
110c7de7d3added docs to `Duration`; added `Duration::new_opt`; removed `{MIN,MAX}_{DAYS,YEAR}`.
Kang Seonghoon
2014-07-25 17:05:26 +0900
f7065f1625fixed erratic `fmt` behaviors with format specifiers. (rust-lang/rust#15934)
Kang Seonghoon
2014-07-25 16:20:39 +0900
b79f6b302bmajor API surgeries.
Kang Seonghoon
2014-07-20 02:51:57 +0900
dce4ec8f45the public API now uses i32/u32 instead of int/uint for integers.
Kang Seonghoon
2014-07-20 02:00:33 +0900
b5a2340214updated .travis.yml to use install.sh for Cargo; src/chrono -> src.
Kang Seonghoon
2014-07-15 13:19:22 +0900
39d723fc6feliminated #![feature(globs)].
Kang Seonghoon
2014-07-15 12:53:40 +0900
11b2a10247added Cargo support and updated .travis.yml; language changes: ToStr -> ToString.
Kang Seonghoon
2014-07-12 23:41:22 +0900
75d90a56falanguage changes: {,Total}{Eq,Ord} -> {Partial,}{Eq,Ord}.
Kang Seonghoon
2014-06-01 01:36:59 +0900
b11484613ffixed an unintentionally overflowing Duration constructors; made tests valid on 32-bit platform.
Kang Seonghoon
2014-05-31 00:12:38 +0900
c697e1fd92language changes: to_owned() on &str is being deprecated.
Kang Seonghoon
2014-05-30 02:18:27 +0900
28ceb1e3dblanguage changes: std::fmt is moved to core and now independent of std I/O.
Kang Seonghoon
2014-05-23 23:45:12 +0900
0e7df013bftemporarily switch to the official nightly.
Kang Seonghoon
2014-05-23 23:43:47 +0900
ddab09459blanguage changes: ~"str" -> "str".to_owned().
Kang Seonghoon
2014-05-16 17:04:21 +0900
f8a05676b7language changes: BenchHarness -> Bencher.
Kang Seonghoon
2014-04-27 04:39:48 +0900
e40be225feadded (not yet well-tested) mult/div ops for Duration.
Kang Seonghoon
2014-04-07 03:16:33 +0900
f7c03b536flanguage changes: priv tuple-like fields are now default as well.
Kang Seonghoon
2014-04-04 18:09:22 +0900
87c45837c8Duration::days is now i32 (not int), related methods apply the new limits for days.
Kang Seonghoon
2014-04-04 00:41:40 +0900
b24b5b46a3proper licensing, added README.
Kang Seonghoon
2014-04-02 02:14:57 +0900
5516dc630dlanguage changes: #[]; -> #![], priv fields by default; added .travis.yml.
Kang Seonghoon
2014-04-02 01:30:52 +0900
0f6ccf0728switched the internal Date representation from Mdf to Of; made most Date operations representation-agnostic.
Kang Seonghoon
2014-03-31 15:34:21 +0900
75c21b0c3efixed some issues on negative division/modulo.
Kang Seonghoon
2014-03-31 14:33:47 +0900
c9ec9ee63fDateTimeZ now supports arithmetic operations.
Kang Seonghoon
2014-03-30 05:13:44 +0900
49737e992fDateZ now supports arithmetic operations.
Kang Seonghoon
2014-03-30 04:52:37 +0900
877ceaeca0TimeZ supports arithmetic operations.
Kang Seonghoon
2014-03-30 00:12:50 +0900