rust/src/libstd/collections/hash
Steven Fackler 85a85c2070 Switch missing_copy_implementations to default-allow
This was particularly helpful in the time just after OIBIT's
implementation to make sure things that were supposed to be Copy
continued to be, but it's now creates a lot of noise for types that
intentionally don't want to be Copy.
2015-02-03 23:31:07 -08:00
..
bench.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
map.rs Switch missing_copy_implementations to default-allow 2015-02-03 23:31:07 -08:00
mod.rs std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
set.rs rollup merge of #21842: alexcrichton/issue-21839 2015-02-02 11:01:16 -08:00
state.rs Add a few missing stability markers. 2015-01-30 15:22:19 +11:00
table.rs make Send/Sync impl of RawTable manual 2015-01-31 14:11:53 -05:00