aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-01-20Remove slash as an escapeable characterAlex Crichton-2/+1
2015-01-19Bump to 0.1.13Alex Crichton-1/+1
2015-01-19Don't infinite loop on bad keysAlex Crichton-1/+6
2015-01-15Bump to 0.1.12Alex Crichton-1/+1
2015-01-15Update key syntax to TOML masterAlex Crichton-94/+114
2015-01-15Add some tests from the specAlex Crichton-0/+4
2015-01-15Implement new rules for bare key namesAlex Crichton-45/+91
2015-01-15Expand float parsing to include exponentsAlex Crichton-31/+88
2015-01-15Disallow leading 0s in integers/floatsAlex Crichton-1/+26
2015-01-15Audit string parsing, fixing a few bugs here and thereAlex Crichton-17/+36
2015-01-15Tighten up CRLF parsingAlex Crichton-37/+69
2015-01-15Fix parsing leading `+` on numbersAlex Crichton-7/+8
2015-01-15Add a few more tests from the toml-lang repoAlex Crichton-0/+274
2015-01-15Move tests to integration testsAlex Crichton-9/+10
2015-01-11Tweak travis configAlex Crichton-6/+4
2015-01-09Bump to 0.1.11Alex Crichton-114/+112
2015-01-09Merge pull request #46 from vhbit/up-masterAlex Crichton-81/+104
2015-01-09Updated serialization traitsValerii Hiora-4/+4
2015-01-08Update to masterValerii Hiora-79/+100
2015-01-07Bump to 0.1.10Alex Crichton-3/+1
2015-01-06Bump to 0.1.9Alex Crichton-1/+1
2015-01-06Remove old_orphan_checkAlex Crichton-1/+0
2015-01-06Merge pull request #45 from vhbit/serialization-falloutAlex Crichton-9/+13
2015-01-06Fallout of serialize traits changesValerii Hiora-9/+13
2015-01-03Bump version numberAlex Crichton-1/+1
2015-01-03Merge pull request #43 from vhbit/upd-depsAlex Crichton-44/+46
2015-01-03Update to masterValerii Hiora-44/+46
2015-01-01Update to rust masterAlex Crichton-4/+4
2014-12-23Update to rust masterAlex Crichton-61/+57
2014-12-22Update to rust masterAlex Crichton-3/+8
2014-12-20Update to rust masterAlex Crichton-22/+22
2014-12-20Remove weird 'invalid toml array of tables' printingAlex Crichton-8/+1
2014-12-19Bump version numberAlex Crichton-1/+1
2014-12-19Merge pull request #38 from vberger/masterAlex Crichton-177/+184
2014-12-18Add all now needed ';' after macro invocations.Victor Berger-84/+84
2014-12-18Update to last rust.Victor Berger-93/+100
2014-12-12Handle deserializing empty or missing arraysAlex Crichton-1/+31
2014-12-12Update to rust masterAlex Crichton-16/+16
2014-12-11Fix parsing nested tables in arraysAlex Crichton-12/+69
2014-12-07Bump version numberAlex Crichton-1/+1
2014-12-06Update to rust masterAlex Crichton-36/+35
2014-12-06Update to rust masterAlex Crichton-2/+5
2014-12-02Update to rust masterAlex Crichton-12/+12
2014-11-22Bump version numberAlex Crichton-1/+1
2014-11-22Merge pull request #33 from markuskobler/masterAlex Crichton-19/+23
2014-11-22Fixing test json::List -> json::ArrayMarkus Kobler-1/+1
2014-11-22Fixing build errors with latest rustMarkus Kobler-18/+22
2014-11-21Bump version numberAlex Crichton-2/+2
2014-11-18Bump version numberAlex Crichton-1/+1
2014-11-18Merge pull request #31 from vberger/masterAlex Crichton-35/+51