rust/src/libcore
Alex Crichton 99b2bd4bfa rollup merge of #21842: alexcrichton/issue-21839
Now that associated types are fully implemented the iterator adaptors only need
type parameters which are associated with actual storage. All other type
parameters can either be derived from these (e.g. they are an associated type)
or can be bare on the `impl` block itself.

This is a breaking change due to the removal of type parameters on these
iterator adaptors, but code can fairly easily migrate by just deleting the
relevant type parameters for each adaptor. Other behavior should not be
affected.

Closes #21839
[breaking-change]
2015-02-02 11:01:16 -08:00
..
fmt for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
hash for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
num Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
str rollup merge of #21842: alexcrichton/issue-21839 2015-02-02 11:01:16 -08:00
any.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
array.rs register snapshots 2015-02-02 13:38:32 -05:00
atomic.rs std: Stabilize Atomic{Isize,Usize} methods 2015-01-30 18:02:57 -08:00
borrow.rs convert remaining range(a, b) to a..b 2015-01-29 07:49:01 -05:00
cell.rs Rollup merge of 21663 - tbu-:pr_doc_cell_static_safety, r=alexcrichton 2015-01-29 03:15:25 +05:30
char.rs Documenting libcore/char.rs 2015-02-02 09:08:51 -05:00
clone.rs
cmp.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
default.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-25 22:14:06 -08:00
error.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-27 15:05:04 -08:00
finally.rs
intrinsics.rs register snaphots 2015-01-29 07:49:02 -05:00
iter.rs rollup merge of #21842: alexcrichton/issue-21839 2015-02-02 11:01:16 -08:00
lib.rs remove unused mut qualifiers 2015-02-02 13:40:18 -05:00
macros.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-25 22:14:06 -08:00
marker.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
mem.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-25 22:14:06 -08:00
nonzero.rs rollup merge of #21706: reem/missing-zeroable-impl-for-unique 2015-01-30 12:03:19 -08:00
ops.rs register snapshots 2015-02-02 13:38:32 -05:00
option.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
panicking.rs
prelude.rs register snapshots 2015-02-02 13:38:32 -05:00
ptr.rs
raw.rs
result.rs remove unused mut qualifiers 2015-02-02 13:40:18 -05:00
simd.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
slice.rs register snapshots 2015-02-02 13:38:32 -05:00
tuple.rs
ty.rs