rust/src/libcore
Alexis 4a9d190423 make Extend use IntoIterator
This breaks all implementors of Extend, as they must now accept IntoIterator instead of Iterator. The fix for this is generally trivial (change the bound, and maybe call into_iter() on the argument to get the old argument).

Users of Extend should be unaffected because Iterators are IntoIterator.

[breaking-change]
2015-02-18 14:01:47 -05:00
..
fmt Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton 2015-02-17 15:55:55 +00:00
hash
num Rollup merge of #22339 - petrochenkov:int, r=huonw 2015-02-15 18:42:47 +05:30
str Audit integer types in libunicode, libcore/(char, str) and libstd/ascii 2015-02-15 00:09:40 +03:00
any.rs
array.rs Register new snapshots 2015-02-17 22:04:31 -08:00
atomic.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
borrow.rs
cell.rs Register new snapshots 2015-02-17 22:04:31 -08:00
char.rs Audit integer types in libunicode, libcore/(char, str) and libstd/ascii 2015-02-15 00:09:40 +03:00
clone.rs core: Use int/isize in Clone boilerplate 2015-02-14 15:50:26 -08:00
cmp.rs Test fixes and rebase conflicts 2015-02-17 17:27:46 -08:00
default.rs
error.rs
finally.rs Audit integer types in finally. 2015-02-15 10:25:13 -05:00
intrinsics.rs Tweak wording of copy_nonoverlapping_memory to remove misleading 'allocated'. 2015-02-11 13:58:11 +11:00
iter.rs make Extend use IntoIterator 2015-02-18 14:01:47 -05:00
lib.rs Register new snapshots 2015-02-17 22:04:31 -08:00
macros.rs
marker.rs Register new snapshots 2015-02-17 22:04:31 -08:00
mem.rs Update core::mem for isize/usize migration. 2015-02-16 14:38:50 +01:00
nonzero.rs Update core::nonzero for isize/usize migration. 2015-02-16 14:39:35 +01:00
ops.rs Audit integer types in ops. 2015-02-15 10:22:43 -05:00
option.rs Rollup merge of #22111 - robinst:option-docs-flatmap, r=steveklabnik 2015-02-17 15:41:30 +05:30
panicking.rs
prelude.rs
ptr.rs Audit integer type usage in core::ptr 2015-02-13 14:30:31 -05:00
raw.rs Rollup merge of #22350 - brson:usize, r=Gankro 2015-02-15 18:42:46 +05:30
result.rs Audit integer types in result. 2015-02-15 10:24:47 -05:00
simd.rs
slice.rs Register new snapshots 2015-02-17 22:04:31 -08:00
tuple.rs Set up docs for missing core types 2015-02-09 22:26:33 -05:00
ty.rs