]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 1 Jun 2013 06:10:36 +0000 (23:10 -0700)
committerbors <bors@rust-lang.org>
Sat, 1 Jun 2013 06:10:36 +0000 (23:10 -0700)
Closes #5090 by using the excellent new generic deriving code

Promotes the unreachable code attribute to a lint attribute (instead of always being a warning)

Fixes some edge cases when creating hashmaps/hashsets and also when consuming them. (fixes #5998)


Trivial merge