Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2017-04-28 | Address comment and make test pass | Vincent Prouillet | -15/+21 |
2017-04-25 | Deserialize enum in Value | Vincent Prouillet | -1/+3 |
2017-04-25 | Remove everything other than enum variant code | Vincent Prouillet | -97/+0 |
2017-04-24 | Allow to deserialize/serialize into enums | Vincent Prouillet | -1/+134 |
2017-04-20 | Support serde 1.0.0 | Alex Crichton | -68/+68 |
2017-04-12 | Stop taking references when not needed | Daniel Lockyer | -2/+2 |
2017-04-12 | Simplify if-statements | Daniel Lockyer | -5/+5 |
2017-04-12 | Switch from comparison to is_empty() | Daniel Lockyer | -3/+3 |
2017-04-12 | Remove unneeded return statements | Daniel Lockyer | -3/+3 |
2017-04-05 | Replace unwrap with expect in public methods | Matthias Endler | -3/+3 |
2017-03-31 | Fix backcompat with array definitions | Alex Crichton | -1/+6 |
2017-02-08 | Implement Deserializer::set_require_newline_after_table | Alex Crichton | -6/+26 |
2017-02-08 | Rewrite crate with serde support from ground up | Alex Crichton | -0/+1195 |