Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-01-19 | Don't infinite loop on bad keys | Alex Crichton | -1/+6 |
2015-01-15 | Bump to 0.1.12 | Alex Crichton | -1/+1 |
2015-01-15 | Update key syntax to TOML master | Alex Crichton | -94/+114 |
2015-01-15 | Add some tests from the spec | Alex Crichton | -0/+4 |
2015-01-15 | Implement new rules for bare key names | Alex Crichton | -45/+91 |
2015-01-15 | Expand float parsing to include exponents | Alex Crichton | -31/+88 |
2015-01-15 | Disallow leading 0s in integers/floats | Alex Crichton | -1/+26 |
2015-01-15 | Audit string parsing, fixing a few bugs here and there | Alex Crichton | -17/+36 |
2015-01-15 | Tighten up CRLF parsing | Alex Crichton | -37/+69 |
2015-01-15 | Fix parsing leading `+` on numbers | Alex Crichton | -7/+8 |
2015-01-15 | Add a few more tests from the toml-lang repo | Alex Crichton | -0/+274 |
2015-01-15 | Move tests to integration tests | Alex Crichton | -9/+10 |
2015-01-11 | Tweak travis config | Alex Crichton | -6/+4 |
2015-01-09 | Bump to 0.1.11 | Alex Crichton | -114/+112 |
2015-01-09 | Merge pull request #46 from vhbit/up-master | Alex Crichton | -81/+104 |
2015-01-09 | Updated serialization traits | Valerii Hiora | -4/+4 |
2015-01-08 | Update to master | Valerii Hiora | -79/+100 |
2015-01-07 | Bump to 0.1.10 | Alex Crichton | -3/+1 |
2015-01-06 | Bump to 0.1.9 | Alex Crichton | -1/+1 |
2015-01-06 | Remove old_orphan_check | Alex Crichton | -1/+0 |
2015-01-06 | Merge pull request #45 from vhbit/serialization-fallout | Alex Crichton | -9/+13 |
2015-01-06 | Fallout of serialize traits changes | Valerii Hiora | -9/+13 |
2015-01-03 | Bump version number | Alex Crichton | -1/+1 |
2015-01-03 | Merge pull request #43 from vhbit/upd-deps | Alex Crichton | -44/+46 |
2015-01-03 | Update to master | Valerii Hiora | -44/+46 |
2015-01-01 | Update to rust master | Alex Crichton | -4/+4 |
2014-12-23 | Update to rust master | Alex Crichton | -61/+57 |
2014-12-22 | Update to rust master | Alex Crichton | -3/+8 |
2014-12-20 | Update to rust master | Alex Crichton | -22/+22 |
2014-12-20 | Remove weird 'invalid toml array of tables' printing | Alex Crichton | -8/+1 |
2014-12-19 | Bump version number | Alex Crichton | -1/+1 |
2014-12-19 | Merge pull request #38 from vberger/master | Alex Crichton | -177/+184 |
2014-12-18 | Add all now needed ';' after macro invocations. | Victor Berger | -84/+84 |
2014-12-18 | Update to last rust. | Victor Berger | -93/+100 |
2014-12-12 | Handle deserializing empty or missing arrays | Alex Crichton | -1/+31 |
2014-12-12 | Update to rust master | Alex Crichton | -16/+16 |
2014-12-11 | Fix parsing nested tables in arrays | Alex Crichton | -12/+69 |
2014-12-07 | Bump version number | Alex Crichton | -1/+1 |
2014-12-06 | Update to rust master | Alex Crichton | -36/+35 |
2014-12-06 | Update to rust master | Alex Crichton | -2/+5 |
2014-12-02 | Update to rust master | Alex Crichton | -12/+12 |
2014-11-22 | Bump version number | Alex Crichton | -1/+1 |
2014-11-22 | Merge pull request #33 from markuskobler/master | Alex Crichton | -19/+23 |
2014-11-22 | Fixing test json::List -> json::Array | Markus Kobler | -1/+1 |
2014-11-22 | Fixing build errors with latest rust | Markus Kobler | -18/+22 |
2014-11-21 | Bump version number | Alex Crichton | -2/+2 |
2014-11-18 | Bump version number | Alex Crichton | -1/+1 |
2014-11-18 | Merge pull request #31 from vberger/master | Alex Crichton | -35/+51 |
2014-11-18 | Update to namespaced enum variants. | Victor Berger | -35/+51 |
2014-11-17 | Merge pull request #30 from vhbit/from-str | Alex Crichton | -1/+1 |