Skip to content

Illidari Council

Compare
Choose a tag to compare
@3Hren 3Hren released this 10 Aug 20:12
· 555 commits to master since this release

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.