aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-07Re-structure control flow a bit + modernizationAlex Crichton-52/+35
2015-06-06Rework fix for table redefinition to avoid breaking AST-compatiblityAndrzej Janik-64/+123
2015-06-04Disallow table redefinitionsAndrzej Janik-39/+72
2015-04-02Modularize rustc-serialize supportAlex Crichton-1339/+1425
2015-04-01Bump to 0.1.20Alex Crichton-3/+1
2015-03-25Bump to 0.1.19Alex Crichton-4/+3
2015-03-20Implement Encodable for ValueAlex Crichton-2/+51
2015-03-15Improve test coverageAlex Crichton-2/+74
2015-03-09Reduce usage of unstable featuresAlex Crichton-22/+26
2015-03-03Don't upload extra docs on travisAlex Crichton-0/+1
2015-03-03Add a doc root urlSteven Fackler-1/+1
2015-02-23Move away from deprecated syntaxAlex Crichton-2/+2
2015-02-11Add support for numbers with underscoresAlex Crichton-20/+87
2015-02-07Implement parsing of inline tablesAlex Crichton-2/+46
2015-02-03Bump to 0.1.16Alex Crichton-7/+9
2015-02-02Properly escape keys when printing TOMLAlex Crichton-23/+54
2015-02-02Move show.rs to display.rsAlex Crichton-1/+1
2015-02-02Fix a deprecation warningAlex Crichton-2/+2
2015-01-29Add some feature gatesAlex Crichton-1/+1
2015-01-27Migrate to as many stable functions as possibleAlex Crichton-43/+48
2015-01-23Bump to 0.1.15Alex Crichton-61/+54
2015-01-20Remove slash as an escapeable characterAlex Crichton-1/+0
2015-01-19Don't infinite loop on bad keysAlex Crichton-1/+6
2015-01-15Update key syntax to TOML masterAlex Crichton-90/+110
2015-01-15Add some tests from the specAlex Crichton-0/+4
2015-01-15Implement new rules for bare key namesAlex Crichton-40/+86
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-4/+5
2015-01-15Move tests to integration testsAlex Crichton-748/+1
2015-01-09Bump to 0.1.11Alex Crichton-113/+111
2015-01-09Updated serialization traitsValerii Hiora-4/+4
2015-01-08Update to masterValerii Hiora-79/+100
2015-01-06Remove old_orphan_checkAlex Crichton-1/+0
2015-01-06Fallout of serialize traits changesValerii Hiora-9/+13
2015-01-03Update to masterValerii Hiora-43/+45
2015-01-01Update to rust masterAlex Crichton-4/+4
2014-12-23Update to rust masterAlex Crichton-56/+54
2014-12-22Update to rust masterAlex Crichton-3/+3
2014-12-20Update to rust masterAlex Crichton-21/+21
2014-12-20Remove weird 'invalid toml array of tables' printingAlex Crichton-8/+1
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-06Update to rust masterAlex Crichton-36/+35
2014-12-06Update to rust masterAlex Crichton-2/+5