-
097ab04a69
Update RFC850 test to check all weekdays
Joe Wilm
2016-03-28 09:57:29 -0700
-
33516cc9f1
Fix parsing LongWeekday for Sunday
Joe Wilm
2016-03-28 09:46:25 -0700
-
260342a592
Add regression test for RFC850 parsing
Joe Wilm
2016-03-28 09:43:52 -0700
-
-
a2debbdcec
Merge pull request #65 from dbrgn/docs-improvement
Kang Seonghoon
2016-03-24 02:22:12 +0900
-
-
6d9f91874b
Clarify timezone conversion in docs
Danilo Bargen
2016-03-23 09:50:21 +0100
-
-
79686de2d1
Fixed a broken test in 1.7 (missed by the local testing).
Kang Seonghoon
2016-03-06 00:32:21 +0900
-
530a5ee10b
0.2.20: Updated `serde` dependency. (#63, #64)
Kang Seonghoon
2016-03-06 00:19:29 +0900
-
daf7a08ad3
Merge pull request #63 from Ryanl92/master
Kang Seonghoon
2016-03-04 02:21:21 +0900
-
-
f8630fce81
Update serde to 0.7.0
Ryan Lewis
2016-03-03 20:54:47 +1300
-
-
aa6df02436
0.2.19: `DateTime::date` (and indirectly, `Local::today`) fix. (#61)
Kang Seonghoon
2016-02-05 01:32:57 +0900
-
4025d617f5
Fixed #61.
Kang Seonghoon
2016-02-05 01:23:46 +0900
-
08da04cc37
Merge pull request #59 from kud1ing/patch-1
Kang Seonghoon
2016-01-29 11:23:20 +0900
-
-
458f09270d
"time" is now "https://github.com/rust-lang-deprecated/time"
kud1ing
2016-01-28 08:14:03 +0100
-
-
d789e3e493
0.2.18: Get rid of a superfluous `rand` dependency. (#57)
Kang Seonghoon
2016-01-23 14:41:12 +0900
-
d3384780d0
rustfmt'ed src/lib.rs (only).
Kang Seonghoon
2016-01-23 14:33:20 +0900
-
1f7fd95020
Merge pull request #57 from dten/patch-1
Kang Seonghoon
2016-01-11 02:22:35 +0900
-
-
89ec5c45cd
Don't depend on num's default features; removing rand requirement for build
David Hewson
2016-01-09 17:29:15 +0000
-
-
2c11364410
0.2.17: Added a serde support for date and time types. (#51)
Kang Seonghoon
2015-11-22 03:27:08 +0900
-
7153dc02b7
Merge pull request #51 from martinrlilja/master
Kang Seonghoon
2015-11-22 03:11:29 +0900
-
-
d8f2a3e7d8
Added serde support for DateTime, NaiveDate, NaiveTime and NaiveDateTime.
Martin Risell Lilja
2015-11-09 15:26:36 +0100
-
-
24bc15fdd3
more documentation for `NaiveTime`; some terminology updates.
Kang Seonghoon
2015-09-12 02:41:38 +0900
-
ed3727931f
0.2.16: mainly maintenance changes, with a minor formatting addition.
Kang Seonghoon
2015-09-06 21:46:03 +0900
-
acf4eab102
more documentation, finishing examples for chrono::naive::date.
Kang Seonghoon
2015-09-06 21:30:09 +0900
-
37c7f78670
Merge pull request #45 from tomgco/f-parse-2
Kang Seonghoon
2015-09-05 19:18:23 +0900
-
-
bf9c99ae3e
Merge pull request #46 from frewsxcv/rfc-1214
Kang Seonghoon
2015-09-05 19:08:06 +0900
-
-
98bc0abad9
Fix nightly warnings related to lifetimes
Corey Farwell
2015-09-05 12:01:46 +0200
-
-
c44de1d388
Updating docs
Tom Gallacher
2015-09-03 13:53:18 +0100
-
b53e9d940f
Refactoring matching
Tom Gallacher
2015-09-03 13:43:36 +0100
-
7b31609418
Adding fixed precision for Nanosecond3, 6 and 9
Tom Gallacher
2015-09-03 13:40:34 +0100
-
-
68f45dae75
Fix a link in the README.
Kang Seonghoon
2015-08-08 13:09:44 +0900
-
01b3ed2ada
0.2.15: more formatting specifiers and documentation fixes.
Kang Seonghoon
2015-07-05 15:26:30 +0900
-
3220d0f15d
updated `CHANGELOG.md`.
Kang Seonghoon
2015-07-05 15:06:38 +0900
-
1f40b03ab9
new formatting specifiers to `strftime` syntax.
Kang Seonghoon
2015-07-05 15:00:11 +0900
-
5bff8170ff
added more examples to chrono::naive::date.
Kang Seonghoon
2015-06-03 00:33:45 +0900
-
0466a4bf30
documentation fix and some slight bug fix.
Kang Seonghoon
2015-05-29 02:26:01 +0900
-
0d6c3ce11a
a couple of documentation fixes.
Kang Seonghoon
2015-05-25 10:12:11 +0900
-
9cff70bd04
0.2.14: fixed a subtle bug in `Naive(Date)Time` addition.
Kang Seonghoon
2015-05-15 02:17:31 +0900
-
5ff21f4077
fixed a subtle bug for `Naive(Date)Time + Duration`. (#37)
Kang Seonghoon
2015-05-15 02:06:34 +0900
-
6d4054a3a7
some more docs for NaiveDate.
Kang Seonghoon
2015-05-03 14:38:27 +0900
-
e08f0849dc
well, I forgot to update the README.
Kang Seonghoon
2015-04-29 02:12:17 +0900
-
90ac81e9f9
0.2.13: beta stabilization and optional rustc_serialize deps.
Kang Seonghoon
2015-04-29 02:08:32 +0900
-
ead64806c5
Merge pull request #36 from guersam/tmp/rustc_serialize
Kang Seonghoon
2015-04-29 01:09:25 +0900
-
-
b5281af9f3
Add optional rustc-serialize support
Jisoo Park
2015-04-28 18:42:18 +0900
-
-
89985b873c
Merge pull request #35 from Kroisse/stabilize
Kang Seonghoon
2015-04-26 21:09:39 +0900
-
-
2ced2b1fb2
Exclude benchmark-related tests by default
Eunchong Yu
2015-04-26 15:53:35 +0900
-
28f4c7acd2
Remove unstable feature 'std-misc'
Eunchong Yu
2015-04-26 15:32:23 +0900
-
d84588eb49
Remove unstable feature 'zero_one' and use the impl of 'num' crate
Eunchong Yu
2015-04-26 15:28:11 +0900
-
b950d83454
Remove unstable feature 'core'
Eunchong Yu
2015-04-26 15:17:01 +0900
-
878b81d72f
Remove unstable slice pattern
Eunchong Yu
2015-04-26 15:10:28 +0900
-
-
533161cfd7
0.2.12: language changes.
Kang Seonghoon
2015-04-25 00:12:56 +0900
-
c6b39197b9
Merge pull request #33 from guersam/tmp/language-update
Kang Seonghoon
2015-04-24 23:26:12 +0900
-
-
14a44aef2b
Language update
Jisoo Park
2015-04-24 16:07:34 +0900
-
-
eced570882
0.2.11: language changes.
Kang Seonghoon
2015-04-17 01:28:31 +0900
-
7fd0cf124a
0.2.10: language changes.
Kang Seonghoon
2015-04-05 03:18:49 +0900
-
482e854f87
Merge pull request #32 from guersam/master
Kang Seonghoon
2015-04-05 03:14:43 +0900
-
-
f69d8ecd9a
Update to the latest nightly
Jisoo Park
2015-04-04 20:49:00 +0900
-
-
9ed34ec542
0.2.9: language changes.
Kang Seonghoon
2015-04-03 17:53:44 +0900
-
e012702033
0.2.8: language changes.
Kang Seonghoon
2015-03-30 10:19:41 +0900
-
c43479bfa7
Merge pull request #30 from huonw/update
Kang Seonghoon
2015-03-30 09:55:03 +0900
-
-
5bbc668081
Slice patterns are now feature gated.
Huon Wilson
2015-03-29 22:09:15 +1100
-
-
98c5f3a2b1
0.2.7: language changes.
Kang Seonghoon
2015-03-27 11:35:34 +0900
-
a5bd6c040e
0.2.6: language changes and dependency updates.
Kang Seonghoon
2015-03-21 22:01:52 +0900
-
848d828e24
started adding examples to the doc comments.
Kang Seonghoon
2015-03-16 01:09:02 +0900
-
04b179502c
0.2.5: language changes, mostly overflow changes.
Kang Seonghoon
2015-03-06 00:23:51 +0900
-
37be780b31
0.2.4: language changes and bug fixes.
Kang Seonghoon
2015-03-03 02:40:03 +0900
-
2be6e14446
Fixes #27.
Kang Seonghoon
2015-03-03 02:26:23 +0900
-
fae01ad74d
Merge pull request #28 from tshakah/master
Kang Seonghoon
2015-03-02 23:03:29 +0900
-
-
d85ca7564f
Remove old closure kind syntax
Dan
2015-03-02 11:50:03 +0000
-
-
2dbc11dcb1
0.2.3: Fixed a couple of outstanding bugs.
Kang Seonghoon
2015-02-27 13:08:20 +0900
-
ffa86603ae
0.2.2: language & docs changes.
Kang Seonghoon
2015-02-27 00:24:06 +0900
-
c11b6deb5a
0.2.1: language changes.
Kang Seonghoon
2015-02-21 18:14:09 +0900
-
e80501dcb3
forgot to update the docs for removal of `Time`...
Kang Seonghoon
2015-02-19 05:42:18 +0900
-
be6a721be6
0.2.0: offset reform, new format/parse module, various cleanups.
Kang Seonghoon
2015-02-19 05:10:35 +0900
-
6a9490522e
updated docs for RFC2822/3339 and added ChangeLog.
Kang Seonghoon
2015-02-19 05:08:00 +0900
-
30322bbc89
added `parse_from_rfc{2822,3339}`/`to_rfc{2822,3339}` methods to DateTime.
Kang Seonghoon
2015-02-19 04:57:21 +0900
-
82c9345a4d
okay, new `DateTime::time` was incorrect.
Kang Seonghoon
2015-02-19 04:28:38 +0900
-
f39b13a14c
removed timezone-aware `Time` type.
Kang Seonghoon
2015-02-19 04:17:27 +0900
-
e997403c10
`num_seconds_from_unix_epoch` is gone, long live `timestamp`!
Kang Seonghoon
2015-02-19 02:45:29 +0900
-
c1d0b0279f
various doc cleanups; added `FromStr` impl for `DateTime<Local>`.
Kang Seonghoon
2015-02-19 02:21:52 +0900
-
664c4d0191
merged the new offset design branch.
Kang Seonghoon
2015-02-19 01:48:29 +0900
-
-
a4f5d19d24
mass renaming from offset/state to timezone/offset.
Kang Seonghoon
2015-01-13 02:03:12 +0900
-
e43cb62f10
initial implementation of `Offset` redesign (#11).
Kang Seonghoon
2015-01-13 01:33:53 +0900
-
46996e35e1
implemented `FromStr` for `DateTime<FixedOffset/UTC>`.
Kang Seonghoon
2015-02-19 00:00:33 +0900
-
76b0873722
added `FromStr` impls to naive date and time types.
Kang Seonghoon
2015-02-18 23:27:12 +0900
-
ca865e3c24
added more tests for non-four-digit years and fixed edge cases.
Kang Seonghoon
2015-02-18 00:00:30 +0900
-
0399ba1849
weakened the non-negative requirement of year/isoyear fields.
Kang Seonghoon
2015-02-17 22:18:39 +0900
-
3f211dfe5f
rewrote the date resolution algorithm.
Kang Seonghoon
2015-02-16 02:16:47 +0900
-
637784c8ef
renamed `from_str` methods to `parse_from_str`.
Kang Seonghoon
2015-02-15 21:26:11 +0900
-
6937470405
created `format::parse` module.
Kang Seonghoon
2015-02-15 21:01:36 +0900
-
c7f132cca2
added `format_with_items` methods to every types.
Kang Seonghoon
2015-02-14 12:33:12 +0900
-
292faa0b23
temporarily merged PR #24, to be fully integrated later.
Kang Seonghoon
2015-02-13 21:18:10 +0900
-
-
25b8e21d29
separated a `format::scan` module from the parser.
Kang Seonghoon
2015-02-13 18:46:02 +0900
-
2e7a213818
0.1.18: language changes.
Kang Seonghoon
2015-02-07 01:16:05 +0900
-
82c63e5b40
0.2.0-dev: date/time parsing.
Kang Seonghoon
2015-02-05 02:37:54 +0900
-
7eb9a1a983
public interfaces for parser are now available.
Kang Seonghoon
2015-02-05 02:16:35 +0900
-
9768b57494
reworked new `format` APIs to return a proper Result and error code.
Kang Seonghoon
2015-02-05 00:54:25 +0900
-
aebcedf37b
added `format::parse` and accompanying tests.
Kang Seonghoon
2015-02-04 02:58:40 +0900
-
dfa92ef56d
better handling (and bug fixes) of leap seconds in `format::parsed`.
Kang Seonghoon
2015-01-31 02:40:19 +0900
-
b8a2ad2220
massive tests and bug fixes for `format::parsed`.
Kang Seonghoon
2015-01-31 02:14:29 +0900
-
02b4c72f22
initial `format::parsed` implementation.
Kang Seonghoon
2015-01-30 11:58:25 +0900