]> git.lizzy.rs Git - rust.git/commit
auto merge of #16558 : Gankro/rust/hashbig, r=pcwalton
authorbors <bors@rust-lang.org>
Sun, 17 Aug 2014 19:31:10 +0000 (19:31 +0000)
committerbors <bors@rust-lang.org>
Sun, 17 Aug 2014 19:31:10 +0000 (19:31 +0000)
commit3f57c8988dfd2eba8fb751fe72dde503a6ebf2c6
tree261ce44cb820c1be32687734eaaf5ca3ac2b37c1
parentfb018a3d4b1d45d75cb6118940ca33e7ab7735ce
parentaf82adce751ec8bc983478ad201d148502bb4a69
auto merge of #16558 : Gankro/rust/hashbig, r=pcwalton

Pretty self-explanatory. Only annoying thing is that it *seems* that I had to add `#![feature(default_type_params)]` to libnum because of Hasher. Don't know if there's a way around that.

Fix #16551