]> git.lizzy.rs Git - rust.git/commit
auto merge of #9614 : blake2-ppc/rust/lang-item-iter, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 30 Sep 2013 08:56:23 +0000 (01:56 -0700)
committerbors <bors@rust-lang.org>
Mon, 30 Sep 2013 08:56:23 +0000 (01:56 -0700)
commitca2d5965d195559860d77a864f2eaf7ea87b34ea
treebc7e784e6e354f389080f921d13cee9b5b50206c
parent80b6056f5d4ae6b527b36c502cc074c2518a3f7d
parentabcca1c7d1136e64db2853b3c7e38a0417155b97
auto merge of #9614 : blake2-ppc/rust/lang-item-iter, r=alexcrichton

Cleanup in middle::lang_items

Use static string keys in the lang item hashmap, and convert
the traversal function to be an iterator.