Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2017-07-06 | Support deserializing newtypes | Alex Crichton | -1/+11 |
2017-06-19 | Use 'into()' to convert numerical values safely | Sergio Benitez | -10/+8 |
2017-06-18 | Add exhaustive From<T> impls for Value | Sergio Benitez | -28/+44 |
2017-06-11 | Implement `IntoDeserializer` for `Value` | Pit Kleyersburg | -0/+8 |
2017-04-28 | Address comment and make test pass | Vincent Prouillet | -73/+5 |
2017-04-25 | Deserialize enum in Value | Vincent Prouillet | -1/+86 |
2017-04-24 | Allow to deserialize/serialize into enums | Vincent Prouillet | -1/+1 |
2017-04-20 | Support serde 1.0.0 | Alex Crichton | -49/+54 |
2017-04-05 | Replace unwrap with expect in public methods | Matthias Endler | -1/+1 |
2017-02-19 | Fixed sorting of table values | Evgenii Pashkin | -2/+2 |
2017-02-11 | Fix displaying empty arrays | Alex Crichton | -8/+6 |
2017-02-09 | Grammar on Value doc strings | Jake Goulding | -3/+3 |
2017-02-08 | Rewrite crate with serde support from ground up | Alex Crichton | -0/+894 |