aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-08-11Don't need to qualify StringAlex Crichton-2/+1
2015-07-10Add coverage badgeAlex Crichton-0/+1
2015-07-10Upload docs only on nightlyAlex Crichton-1/+1
2015-07-10Use travis-cargo for coverage + doc uploadAlex Crichton-10/+12
2015-06-23Bump to 0.1.21Alex Crichton-1/+1
2015-06-23Improve the error message in failing enumsAlex Crichton-9/+66
2015-06-08Name the fields of the custom table ASTAlex Crichton-23/+32
2015-06-07Add a few more tests for redefining tablesAlex Crichton-4/+19
2015-06-07Clean up more styleAlex Crichton-51/+33
2015-06-07Use deref coercionsAlex Crichton-2/+3
2015-06-07Add a toml to json exampleAlex Crichton-0/+57
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-08Tweak doc url in READMEAlex Crichton-1/+1
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