Illidari Council
Changed
- Now the
rustc_serialize::Encoder
should encode signed integers using the most effective underlying representation. - Now the
rustc_serialize::Decoder
should properly map integers to the result type if the decoded value fits in
result type's range.