aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2016-03-11Bump to 0.1.28Alex Crichton-1/+1
2016-03-11Fix last testsAlex Crichton-0/+13
2016-03-11Fix an error message test, simlify some serde codeAlex Crichton-100/+104
2016-03-07WIPAlex Crichton-128/+134
2016-02-01Bump to 0.1.27Alex Crichton-3/+3
2016-01-25Update toml dep in serde-testsAlex Crichton-2/+2
2016-01-25Bump to 0.1.26Alex Crichton-1/+1
2016-01-25Move travis from 1.0.0 -> stableAlex Crichton-4/+1
2016-01-24Support literal strings in table namesAlex Crichton-13/+26
2016-01-21Merge pull request #84 from frewsxcv/clippyAlex Crichton-33/+30
2016-01-21Address issues found by rust-clippyCorey Farwell-33/+30
2016-01-11Merge pull request #82 from shepmaster/patch-1Alex Crichton-2/+4
2016-01-09Update rand dependencyAlex Crichton-2/+2
2016-01-01Minor documentation grammar fixJake Goulding-2/+4
2015-12-18Update deps of serde-testsAlex Crichton-26/+26
2015-12-18Bump to 0.1.25Alex Crichton-1/+1
2015-12-18When decoding maps, leave fields that weren't processedAlex Crichton-28/+71
2015-12-15Update serde-tests lockfileAlex Crichton-2/+2
2015-12-15Update travis syntaxAlex Crichton-1/+3
2015-12-15Merge pull request #79 from silvo38/masterAlex Crichton-1/+1
2015-12-15Fixed bug: floats always end up in Decoder.toml, even when they haveCameron Silvestrini-1/+1
2015-12-10Bump to 0.1.24Alex Crichton-1/+1
2015-11-29Don't run serde tests on 1.0.0Alex Crichton-1/+1
2015-11-29Update dependenciesAlex Crichton-47/+47
2015-10-07Update toml in serde Cargo.lockAlex Crichton-2/+2
2015-10-07Bump to 0.1.23Alex Crichton-1/+1
2015-10-07Merge pull request #75 from andersforsgren/allow-toml-BOMAlex Crichton-0/+17
2015-10-07Allow BOM (Byte order mark) in tomlosboxes.org-0/+17
2015-09-29Merge pull request #74 from GuillaumeGomez/masterAlex Crichton-1/+1
2015-09-30Add Clone derive on ParserErrorGuillaume Gomez-1/+1
2015-09-25Merge pull request #73 from kerhong/travisci-stableAlex Crichton-0/+1
2015-09-25Merge pull request #72 from kerhong/masterAlex Crichton-0/+20
2015-09-25Add stable Rust build to Travis-CI configKerhong-0/+1
2015-09-25Implement Value::lookup for empty path to return selfKerhong-0/+20
2015-09-23Protect against syntex upgradesAlex Crichton-0/+169
2015-08-31Bump syntex dep for testsAlex Crichton-1/+1
2015-08-29Merge pull request #70 from mseri/patch-1Alex Crichton-1/+1
2015-08-29Fixed typomseri-1/+1
2015-08-14Fix the arithmetic overflow in Parser::to_linecolAlex Gulyás-1/+1
2015-08-14Add a very simple test for Parser::to_linecol.Alex Gulyás-0/+6
2015-08-13Bump to 0.1.22Alex Crichton-1/+1
2015-08-13Touch up some style in the decoderAlex Crichton-6/+12
2015-08-13Make serde-tests a standalone crateAlex Crichton-11/+46
2015-08-13Rewrite the MapVisitor to add errors for a specific fieldErick Tryzelaar-5/+24
2015-08-13Override the numeric hints to not deserialize ints into floats, and vice versaErick Tryzelaar-8/+81
2015-08-13Add a Deserialize::visit_enum that tries to deserialize into each variantErick Tryzelaar-0/+88
2015-08-13Implement Serialize::visit_newtype_{struct,variant}Erick Tryzelaar-0/+18
2015-08-12Get serde feature compiling againErick Tryzelaar-10/+10
2015-08-12Merge remote-tracking branch 'remotes/origin/master' into serdeErick Tryzelaar-129/+332
2015-08-11Don't need to qualify StringAlex Crichton-2/+1