aboutsummaryrefslogtreecommitdiff
path: root/src/encoder/rustc_serialize.rs
AgeCommit message (Collapse)AuthorLines
2016-07-29Touch up the encoder/decoder a bitAlex Crichton-0/+32
* Whitespace things * Don't make `State` public * Remove `#[cfg]` annotations
2016-06-03Clippy runleonardo.yvens-5/+5
2015-12-18When decoding maps, leave fields that weren't processedAlex Crichton-0/+27
Fixes an XXX
2015-04-02Modularize rustc-serialize supportAlex Crichton-0/+689
* Add rustc-serialize as a default feature * Make room for for serde support