Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-07-30 | Add line and column to all Errors | Andres Suarez | -2/+2 | |
2019-07-28 | Fully expand error messages in tests | Andres Suarez | -7/+6 | |
2019-05-08 | cargo fmt | Eric Huss | -58/+89 | |
2019-05-08 | Migrate to 2018 edition. | Eric Huss | -1/+1 | |
2018-12-28 | Update the serde test-suite map! macro | Clément Renault | -1/+1 | |
2018-12-28 | Add the preserve_order feature | Vincent Prouillet | -2/+3 | |
2018-10-28 | Support tuple Serde types for `Value` | hcpl | -6/+54 | |
2018-08-06 | Test serde_json interoperability | Kornel | -0/+13 | |
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 | ||||
2017-11-12 | Move tests into their own crate | David Tolnay | -0/+578 | |