rust/src/libstd/unstable
bors f83c118f42 auto merge of #7833 : blake2-ppc/rust/hashmap-consume, r=alexcrichton
Updated all users of HashMap, HashSet ::consume() to use
.consume_iter().

Since .consume_iter() takes the map or set by value, it needs awkward
extra code to in librusti's use of @mut HashMap, where the map value can
not be directly moved out.

Addresses issue #7719
2013-07-18 10:19:44 -07:00
..
at_exit.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
atomics.rs Rename #[no_drop_flag] to #[unsafe_no_drop_flag] 2013-06-27 23:20:42 -04:00
dynamic_lib.rs auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr 2013-06-26 00:56:04 -07:00
extfmt.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00
finally.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
global.rs Expand ctypes warnings to warn about *int/*uint 2013-07-11 19:45:25 -07:00
intrinsics.rs rm unused visit_str method from TyVisitor 2013-07-17 13:30:32 -04:00
lang.rs Merge remote-tracking branch 'mozilla/master' 2013-07-03 14:49:13 -07:00
mod.rs std::dynamic_lib: start fixing windows implementation 2013-06-15 10:10:49 +02:00
simd.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
sync.rs Merge remote-tracking branch 'mozilla/master' 2013-07-03 14:49:13 -07:00
weak_task.rs hashmap: Remove .consume() has rename .consume_iter() to .consume() 2013-07-18 15:03:59 +02:00