aboutsummaryrefslogtreecommitdiff
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-66/+125
2015-06-04Disallow table redefinitionsAndrzej Janik-41/+74
2015-05-15Test on beta as wellAlex Crichton-0/+1
2015-05-15Try out a new travis configAlex Crichton-0/+4
2015-04-21Continue to tweak travis for serdeAlex Crichton-3/+1
2015-04-21Fix serde-only compilationAlex Crichton-1/+1
2015-04-21Tweak some styleAlex Crichton-37/+48
2015-04-21Merge pull request #61 from oli-obk/serdeAlex Crichton-41/+177
2015-04-20most tests work nowOliver Schneider-39/+159
2015-04-20updated to masterOliver Schneider-3/+19
2015-04-08Tweak doc url in READMEAlex Crichton-1/+1
2015-04-02wipAlex Crichton-0/+717
2015-04-02Modularize rustc-serialize supportAlex Crichton-1340/+1434
2015-04-01Bump to 0.1.20Alex Crichton-4/+2
2015-03-25Bump to 0.1.19Alex Crichton-6/+5
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-23/+27
2015-03-03Don't upload extra docs on travisAlex Crichton-1/+2
2015-03-03Merge pull request #56 from sfackler/docAlex Crichton-1/+1
2015-03-03Add a doc root urlSteven Fackler-1/+1
2015-02-25Bump to 0.1.18Alex Crichton-1/+1
2015-02-24Merge pull request #55 from globin/bump-serializeAlex Crichton-1/+1
2015-02-24Bump rustc-serialize to 0.3Robin Gloster-1/+1
2015-02-23Move away from deprecated syntaxAlex Crichton-2/+2
2015-02-13Add v0.4.0 compliance testAlex Crichton-0/+239
2015-02-13Linkify TOML in READMEAlex Crichton-1/+3
2015-02-13Clarify TOML complianceAlex Crichton-1/+3
2015-02-11Bump to 0.1.17Alex Crichton-1/+1
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-8/+10
2015-02-02Update Cargo.toml syntaxAlex Crichton-2/+2
2015-02-02Properly escape keys when printing TOMLAlex Crichton-25/+62
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-57/+56
2015-01-23Bump to 0.1.15Alex Crichton-62/+55
2015-01-20Bump to 0.1.14Alex Crichton-1/+1
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