Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |