aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2015-04-02wipAlex Crichton-0/+717
2015-04-02Modularize rustc-serialize supportAlex Crichton-1340/+1434
* Add rustc-serialize as a default feature * Make room for for serde support
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
We can't generically decode into one, but we can generically encode one! Closes #58
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
Add a doc root url
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
Bump rustc-serialize to 0.3
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
Closes #54
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
Closes #53
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
* Bare keys contain a very limited set of characters now. * Keys in quotes behave the same as basic strings. Closes #47
2015-01-15Add some tests from the specAlex Crichton-0/+4
2015-01-15Implement new rules for bare key namesAlex Crichton-45/+91
* Key names are restricted to [a-zA-Z0-9_-] * Equal signs must be on the same line (as must the next value) as the key * Quoted keys are allowed and are parsed as basic strings. Closes #48
2015-01-15Expand float parsing to include exponentsAlex Crichton-31/+88
Closes #50
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
Closes #51
2015-01-15Tighten up CRLF parsingAlex Crichton-37/+69
Fix lots of false positives with stray \r characters and also fix CRFL parsing in raw string literals with escapes. Closes #49
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
Update to master
2015-01-09Updated serialization traitsValerii Hiora-4/+4
2015-01-08Update to masterValerii Hiora-79/+100
- features - macro reform - String/Show split in formatter - staging
2015-01-07Bump to 0.1.10Alex Crichton-3/+1
2015-01-06Bump to 0.1.9Alex Crichton-1/+1