Kang Seonghoon
|
0e7df013bf
|
temporarily switch to the official nightly.
|
2014-05-23 23:43:47 +09:00 |
Kang Seonghoon
|
ddab09459b
|
language changes: ~"str" -> "str".to_owned().
|
2014-05-16 17:04:21 +09:00 |
Kang Seonghoon
|
f8a05676b7
|
language changes: BenchHarness -> Bencher.
|
2014-04-27 04:39:48 +09:00 |
Kang Seonghoon
|
e40be225fe
|
added (not yet well-tested) mult/div ops for Duration.
|
2014-04-07 03:16:33 +09:00 |
Kang Seonghoon
|
f7c03b536f
|
language changes: priv tuple-like fields are now default as well.
|
2014-04-04 18:09:22 +09:00 |
Kang Seonghoon
|
87c45837c8
|
Duration::days is now i32 (not int), related methods apply the new limits for days.
|
2014-04-04 00:41:40 +09:00 |
Kang Seonghoon
|
b24b5b46a3
|
proper licensing, added README.
|
2014-04-02 02:14:57 +09:00 |
Kang Seonghoon
|
5516dc630d
|
language changes: #[]; -> #![], priv fields by default; added .travis.yml.
|
2014-04-02 01:30:52 +09:00 |
Kang Seonghoon
|
0f6ccf0728
|
switched the internal Date representation from Mdf to Of; made most Date operations representation-agnostic.
|
2014-03-31 15:34:21 +09:00 |
Kang Seonghoon
|
75c21b0c3e
|
fixed some issues on negative division/modulo.
|
2014-03-31 14:33:47 +09:00 |
Kang Seonghoon
|
c9ec9ee63f
|
DateTimeZ now supports arithmetic operations.
|
2014-03-30 05:13:44 +09:00 |
Kang Seonghoon
|
49737e992f
|
DateZ now supports arithmetic operations.
|
2014-03-30 04:52:37 +09:00 |
Kang Seonghoon
|
877ceaeca0
|
TimeZ supports arithmetic operations.
|
2014-03-30 00:12:50 +09:00 |
Kang Seonghoon
|
27d4daad11
|
added Duration; DateZ::fmt now formats the out-of-range years correctly.
|
2014-03-29 17:20:39 +09:00 |
Kang Seonghoon
|
715a35caa6
|
{Date,Time,DateTime} -> {DateZ,TimeZ,DateTimeZ}, in order to distinguish them from the timezone-aware types.
|
2014-03-28 21:56:38 +09:00 |
Kang Seonghoon
|
646b6c27b9
|
initial commit.
|
2014-03-28 20:38:11 +09:00 |