Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-07-10 | 0.5: Reject 0x7f (DEL) in strings. | Eric Huss | -0/+2 | |
cc #224 | ||||
2018-07-10 | 0.5: Support space separate in datetime. | Eric Huss | -2/+6 | |
cc #224 | ||||
2018-05-24 | Support fixed-length arrays | Alex Crichton | -1/+14 | |
Turns out these are deserialized/serialized as tuples! While we're at it add support for tuple variants and tuple structs through the same paths. Closes #244 | ||||
2018-05-09 | Merge pull request #239 from udoprog/spans | Alex Crichton | -0/+66 | |
Support spans when deserializing serde structures | ||||
2018-05-09 | Treat unicode hex digits case-insensitively | Claudio Bley | -1/+7 | |
In Rust >= 1.24.0 we could have used `char::is_ascii_hexdigit`, but to keep compatiblity with older versions, `char::is_digit(16)` is used. Fixes #240. | ||||
2018-05-09 | Make spanned module private and hide internals | John-John Tedro | -3/+3 | |
2018-05-07 | Fix incorrectly reported spans for Datetime | John-John Tedro | -0/+23 | |
2018-05-07 | Adjust spans for more complex types | John-John Tedro | -0/+13 | |
2018-05-07 | Use custom struct/field naming to deserialize spans | John-John Tedro | -0/+30 | |
2017-11-12 | A toml macro | David Tolnay | -0/+295 | |
2017-11-12 | Move tests into their own crate | David Tolnay | -0/+3290 | |