Kang Seonghoon
9e6576e37e
language changes: MaybeOwned is deprecated, long live CowString!
2014-11-28 21:32:14 +09:00
Kang Seonghoon
86665d0a7f
0.1.2: no more `num` dependency, multidispatched addition.
...
- `num` dependency is gone. It was only used for floored division
and it is not hard to copy only that portion from num.
- `Duration + Date` (or so) was blocked by rust-lang/rust#7590 ,
which has been subsequently fixed.
- Removed unused `unsafe` checks.
2014-11-24 14:52:07 +09:00
Kang Seonghoon
ec6c874042
language changes: namespaced enums, no more std::num::{Zero,Bounded}.
2014-11-19 10:59:32 +09:00
Steve Klabnik
59892f1511
fail -> panic
2014-10-30 00:23:09 -04:00
Kang Seonghoon
10c580f664
switches to std::time::duration::Duration.
2014-08-31 14:43:26 +09:00
Kang Seonghoon
80ed400689
added missing `.offset()` methods; UTC/FixedOffset now implement Eq.
2014-08-29 18:14:08 +09:00
Kang Seonghoon
f1931ad21e
added `chrono::format` module and `format` methods.
...
this is a saner replacement for `time::strftime`; it does not allocate
the additional memory.
2014-08-01 04:08:19 +09:00
Kang Seonghoon
ead13f66d8
added the Local offset implementation.
2014-07-31 11:02:20 +09:00
Kang Seonghoon
9d52c6d2f1
added constructors from timestamp; added `UTC::{today,now}`.
2014-07-31 10:09:54 +09:00
Kang Seonghoon
95f5c0c095
splitted naive types into their own modules.
2014-07-29 16:17:26 +09:00
Kang Seonghoon
586b41df54
mass renaming from `BlahBlahZ` to `NaiveBlahBlah`.
2014-07-29 15:55:40 +09:00
Kang Seonghoon
32c3ee85e8
initial `Offset` implementations.
2014-07-29 15:41:47 +09:00