aboutsummaryrefslogtreecommitdiff
path: root/test-suite
AgeCommit message (Expand)AuthorLines
2018-12-28Add the preserve_order featureVincent Prouillet-5/+5
2018-11-21Fix trailing space after date.Eric Huss-0/+2
2018-10-29Merge pull request #268 from jmhain/allow-ws-after-bsAlex Crichton-0/+22
2018-10-28Support tuple Serde types for `Value`hcpl-6/+54
2018-10-27Allow whitespace after line ending backslash (#162)Joey Hain-0/+22
2018-10-01Avoid panic on pretty string ending in single quoteMatti Niemenmaa-0/+16
2018-09-25Fix multi-line strings are not allowed for keyrhysd-0/+6
2018-08-06Merge pull request #255 from kornelski/masterAlex Crichton-0/+13
2018-08-06Test serde_json interoperabilityKornel-0/+13
2018-08-05Support the new 0.5 syntax in the toml! macro.Eric Huss-1/+80
2018-07-27Don't allow intermixing inline tables and dotted key tables.Eric Huss-13/+1
2018-07-160.5: Support dotted keys.Eric Huss-1/+65
2018-07-110.5: Support hex/oct/bin integers.Eric Huss-1/+27
2018-07-11Merge pull request #251 from ehuss/datetime-spaceAlex Crichton-2/+6
2018-07-11Merge pull request #250 from ehuss/reject-delAlex Crichton-0/+2
2018-07-110.5: Support floats nan, inf, and +/-0.0.Eric Huss-18/+85
2018-07-100.5: Reject 0x7f (DEL) in strings.Eric Huss-0/+2
2018-07-100.5: Support space separate in datetime.Eric Huss-2/+6
2018-05-24Support fixed-length arraysAlex Crichton-1/+14
2018-05-09Merge pull request #239 from udoprog/spansAlex Crichton-0/+66
2018-05-09Treat unicode hex digits case-insensitivelyClaudio Bley-1/+7
2018-05-09Make spanned module private and hide internalsJohn-John Tedro-3/+3
2018-05-07Fix incorrectly reported spans for DatetimeJohn-John Tedro-0/+23
2018-05-07Adjust spans for more complex typesJohn-John Tedro-0/+13
2018-05-07Use custom struct/field naming to deserialize spansJohn-John Tedro-0/+30
2017-11-12A toml macroDavid Tolnay-0/+295
2017-11-12Move tests into their own crateDavid Tolnay-0/+3290