Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
Fallout of serialize traits changes | ||||
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 | |
Updated serialize dependency | ||||
2015-01-03 | Update to master | Valerii Hiora | -44/+46 | |
- updated `rustc-serialize` dependency, in other case `toml-rs` prohibits `rustc-serialize` update on other crates - updated after syntax and lib changes | ||||
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 | |
Closes #42 | ||||
2014-12-19 | Bump version number | Alex Crichton | -1/+1 | |
2014-12-19 | Merge pull request #38 from vberger/master | Alex Crichton | -177/+184 | |
Update to last rust (wip). | ||||
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 | |
Closes #36 | ||||
2014-12-07 | Bump version number | Alex Crichton | -1/+1 | |
Closes #35 | ||||
2014-12-06 | Update to rust master | Alex Crichton | -36/+35 | |
Closes #34 | ||||
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 | |
Fixing build errors with latest rust | ||||
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 | |
Update to namespaced enum variants. | ||||
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 | |
Update to nigtly: FromStr | ||||
2014-11-17 | FromStr fixes | Valerii Hiora | -1/+1 | |
2014-11-08 | Fix a deprecation in the documentation | Alex Crichton | -1/+1 | |
2014-11-06 | Update to rust master | Alex Crichton | -7/+7 | |
2014-11-06 | Merge pull request #28 from steveklabnik/master | Alex Crichton | -1/+1 | |
fix error on master | ||||
2014-11-06 | fix error on master | Steve Klabnik | -1/+1 | |
2014-11-04 | Implement the libstd error trait for errors | Alex Crichton | -2/+41 | |
2014-11-02 | Merge pull request #27 from mikedilger/update_serialize | Alex Crichton | -3/+10 | |
Update to rust master | ||||
2014-11-03 | Update to rust master | Mike Dilger | -3/+10 | |
2014-10-31 | Update to rust master | Alex Crichton | -4/+4 | |
2014-10-30 | Merge pull request #25 from aochagavia/master | Alex Crichton | -1/+19 | |
Fix \r\n on multiline strings and add comments | ||||
2014-10-30 | Fix \r\n on multiline strings and add comments | Adolfo OchagavĂa | -1/+19 | |
2014-10-29 | Merge pull request #24 from steveklabnik/master | Alex Crichton | -10/+10 | |
fail -> panic | ||||
2014-10-29 | fail -> panic | Steve Klabnik | -10/+10 | |
2014-10-29 | Don't email on successful travis builds | Alex Crichton | -0/+3 | |
2014-10-27 | Specify some more cargo metadata | Alex Crichton | -0/+11 | |
2014-10-11 | Merge pull request #23 from ljrmorgan/master | Alex Crichton | -9/+9 | |
Fix deprecation warnings: push_char => push | ||||
2014-10-11 | Fix deprecation warnings: push_char => push | Louis Morgan | -9/+9 | |
2014-10-05 | Update travis config | Alex Crichton | -2/+2 | |
2014-10-03 | Merge pull request #22 from cristicbz/public_decode_err | Alex Crichton | -0/+3 | |
Export DecodeErrorKind c-tors publicly for #21. |