aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/rustc_serialize.rs
AgeCommit message (Collapse)AuthorLines
2016-01-21Address issues found by rust-clippyCorey Farwell-12/+10
2015-12-18When decoding maps, leave fields that weren't processedAlex Crichton-26/+31
Fixes an XXX
2015-12-15Fixed bug: floats always end up in Decoder.toml, even when they haveCameron Silvestrini-1/+1
been successfully decoded.
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-02Modularize rustc-serialize supportAlex Crichton-0/+311
* Add rustc-serialize as a default feature * Make room for for serde support