aboutsummaryrefslogtreecommitdiff
path: root/src/decoder
AgeCommit message (Expand)AuthorLines
2016-07-28Update to serde 0.8.0David Tolnay-0/+124
2016-06-03Clippy runleonardo.yvens-5/+5
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-42/+70
2016-01-21Address issues found by rust-clippyCorey Farwell-12/+10
2016-01-01Minor documentation grammar fixJake Goulding-2/+4
2015-12-18When decoding maps, leave fields that weren't processedAlex Crichton-28/+44
2015-12-15Fixed bug: floats always end up in Decoder.toml, even when they haveCameron Silvestrini-1/+1
2015-08-13Touch up some style in the decoderAlex Crichton-6/+12
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-12Get serde feature compiling againErick Tryzelaar-9/+9
2015-08-12Merge remote-tracking branch 'remotes/origin/master' into serdeErick Tryzelaar-9/+66
2015-08-06it helps to actually build with serde enabledBen Navetta-1/+3
2015-08-06implement serde::Deserialize for ValueBen Navetta-0/+41
2015-06-23Improve the error message in failing enumsAlex Crichton-9/+66
2015-06-06Rework fix for table redefinition to avoid breaking AST-compatiblityAndrzej Janik-7/+7
2015-06-04Disallow table redefinitionsAndrzej Janik-7/+7
2015-04-21Tweak some styleAlex Crichton-37/+46
2015-04-20most tests work nowOliver Schneider-34/+143
2015-04-20updated to masterOliver Schneider-1/+17
2015-04-02wipAlex Crichton-0/+153
2015-04-02Modularize rustc-serialize supportAlex Crichton-0/+516