]> git.lizzy.rs Git - rust.git/commit
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)
commit2bf053c0a349a5968820780314c942ef4555b47e
treef56b06e74a72c6a034aec68960efab5f334ba351
parentc23843c4471dcacb203d4439ef7c19bb2c3238b0
parente694e5fc592491097470e996fb41bd25104252fc
auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwalton

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)