Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-08-14 | Removed all warnings besides two | Nick Hackman | -11/+11 |
2019-05-08 | 2018 edition idioms. | Eric Huss | -11/+11 |
2019-04-02 | Fix warnings for deprecated usages of trim_{left,right}_matches. | Erich Gubler | -1/+1 |
2019-02-19 | Fix case sensitivity with T, Z, and E. | Eric Huss | -2/+3 |
2018-12-17 | Run `cargo fmt` | Alex Crichton | -26/+30 |
2018-07-10 | 0.5: Support space separate in datetime. | Eric Huss | -1/+2 |
2018-05-07 | Use custom struct/field naming to deserialize spans | John-John Tedro | -9/+7 |
2017-06-01 | Store fractional seconds as a u32 instead of a f64 | Alan Du | -24/+23 |
2017-06-01 | Truncate fractional seconds to picoseconds | Alan Du | -1/+4 |
2017-05-30 | Store fraction of seconds in times unconditionally | Alan Du | -5/+5 |
2017-04-20 | Support serde 1.0.0 | Alex Crichton | -13/+13 |
2017-04-12 | Simplify if-statements | Daniel Lockyer | -4/+3 |
2017-02-08 | Rewrite crate with serde support from ground up | Alex Crichton | -0/+424 |