aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2014-12-18Update to last rust.Victor Berger-93/+100
2014-12-12Handle deserializing empty or missing arraysAlex Crichton-1/+31
2014-12-12Update to rust masterAlex Crichton-16/+16
2014-12-11Fix parsing nested tables in arraysAlex Crichton-12/+69
Closes #36
2014-12-07Bump version numberAlex Crichton-1/+1
Closes #35
2014-12-06Update to rust masterAlex Crichton-36/+35
Closes #34
2014-12-06Update to rust masterAlex Crichton-2/+5
2014-12-02Update to rust masterAlex Crichton-12/+12
2014-11-22Bump version numberAlex Crichton-1/+1
2014-11-22Merge pull request #33 from markuskobler/masterAlex Crichton-19/+23
Fixing build errors with latest rust
2014-11-22Fixing test json::List -> json::ArrayMarkus Kobler-1/+1
2014-11-22Fixing build errors with latest rustMarkus Kobler-18/+22
2014-11-21Bump version numberAlex Crichton-2/+2
2014-11-18Bump version numberAlex Crichton-1/+1
2014-11-18Merge pull request #31 from vberger/masterAlex Crichton-35/+51
Update to namespaced enum variants.
2014-11-18Update to namespaced enum variants.Victor Berger-35/+51
2014-11-17Merge pull request #30 from vhbit/from-strAlex Crichton-1/+1
Update to nigtly: FromStr
2014-11-17FromStr fixesValerii Hiora-1/+1
2014-11-08Fix a deprecation in the documentationAlex Crichton-1/+1
2014-11-06Update to rust masterAlex Crichton-7/+7
2014-11-06Merge pull request #28 from steveklabnik/masterAlex Crichton-1/+1
fix error on master
2014-11-06fix error on masterSteve Klabnik-1/+1
2014-11-04Implement the libstd error trait for errorsAlex Crichton-2/+41
2014-11-02Merge pull request #27 from mikedilger/update_serializeAlex Crichton-3/+10
Update to rust master
2014-11-03Update to rust masterMike Dilger-3/+10
2014-10-31Update to rust masterAlex Crichton-4/+4
2014-10-30Merge pull request #25 from aochagavia/masterAlex Crichton-1/+19
Fix \r\n on multiline strings and add comments
2014-10-30Fix \r\n on multiline strings and add commentsAdolfo Ochagavía-1/+19
2014-10-29Merge pull request #24 from steveklabnik/masterAlex Crichton-10/+10
fail -> panic
2014-10-29fail -> panicSteve Klabnik-10/+10
2014-10-29Don't email on successful travis buildsAlex Crichton-0/+3
2014-10-27Specify some more cargo metadataAlex Crichton-0/+11
2014-10-11Merge pull request #23 from ljrmorgan/masterAlex Crichton-9/+9
Fix deprecation warnings: push_char => push
2014-10-11Fix deprecation warnings: push_char => pushLouis Morgan-9/+9
2014-10-05Update travis configAlex Crichton-2/+2
2014-10-03Merge pull request #22 from cristicbz/public_decode_errAlex Crichton-0/+3
Export DecodeErrorKind c-tors publicly for #21.
2014-10-03Export DecodeErrorKind c-tors publicly.Cristian Cobzarenco-0/+3
2014-09-23Allow warnings for nowAlex Crichton-1/+1
2014-09-23Merge pull request #20 from dotdash/vis_privAlex Crichton-1/+0
Remove allow(visible_private_types)
2014-09-23Remove allow(visible_private_types)Björn Steinbrink-1/+0
It's not needed and no longer supported by rustc anyway.
2014-09-22Upload docs to Rust CI as wellAlex Crichton-8/+16
2014-09-21Update to rust masterAlex Crichton-44/+45
Closes #19
2014-09-18Merge pull request #17 from jroesch/into-iterAlex Crichton-2/+2
Update uses of move_iter() to into_iter()
2014-09-18Merge pull request #18 from jroesch/failing-showAlex Crichton-3/+3
Update show to print an error instead of failing
2014-09-17Update show to print an error instead of failingJared Roesch-3/+3
2014-09-17Update uses of move_iter() to into_iter()Jared Roesch-2/+2
2014-09-17Merge pull request #16 from vhbit/mut-conventionsAlex Crichton-2/+2
Updated to _mut conventions
2014-09-17Updated to _mut conventionsValerii Hiora-2/+2
2014-09-16Tweak travis configAlex Crichton-3/+1
2014-09-03Add a dual MIT/Apache licenseAlex Crichton-0/+233