rust/src/libstd/collections/hash
Niko Matsakis 8fe9e4dff6 Insert coercions to fn pointer types required for the new types
post-unboxed-closure-conversion. This requires a fair amount of
annoying coercions because all the `map` etc types are defined
generically over the `F`, so the automatic coercions don't propagate;
this is compounded by the need to use `let` and not `as` due to
stage0. That said, this pattern is to a large extent temporary and
unusual.
2014-12-22 12:27:07 -05:00
..
bench.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
map.rs Insert coercions to fn pointer types required for the new types 2014-12-22 12:27:07 -05:00
mod.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
set.rs Insert coercions to fn pointer types required for the new types 2014-12-22 12:27:07 -05:00
table.rs Remove a ton of public reexports 2014-12-21 09:26:41 -08:00