]> git.lizzy.rs Git - rust.git/commit
auto merge of #12522 : erickt/rust/hash, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 25 Feb 2014 14:41:36 +0000 (06:41 -0800)
committerbors <bors@rust-lang.org>
Tue, 25 Feb 2014 14:41:36 +0000 (06:41 -0800)
commit25d68366b73c24bd9b7d277b38da087420d63f9b
tree20978b14ec9da96f64fbd7659d090c04e99d300d
parentd222f03f42fe855d2fadc87010453bcfc2a669e1
parent6335a76b6eb473ea399b16fe9309db142d6b68ce
auto merge of #12522 : erickt/rust/hash, r=alexcrichton

This patch series does a couple things:

* replaces manual `Hash` implementations with `#[deriving(Hash)]`
* adds `Hash` back to `std::prelude`
* minor cleanup of whitespace and variable names.
src/libcollections/hashmap.rs
src/librustc/middle/ty.rs
src/libstd/io/net/ip.rs
src/libstd/lib.rs
src/libsyntax/codemap.rs