rust/src/libcoretest
Alex Crichton c07ec507e2 rollup merge of #22287: Ryman/purge_carthographers
This overlaps with #22276 (I left make check running overnight) but covers a number of additional cases and has a few rewrites where the clones are not even necessary.

This also implements `RandomAccessIterator` for `iter::Cloned`

cc @steveklabnik, you may want to glance at this before #22281 gets the bors treatment
2015-02-18 14:31:55 -08:00
..
fmt std: Rename Writer::write to Writer::write_all 2015-01-26 16:01:58 -08:00
hash cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
num Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
any.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
atomic.rs
cell.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
char.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
clone.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
cmp.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
finally.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
intrinsics.rs std: Stabilize TypeId and tweak BoxAny 2015-01-18 18:29:22 -08:00
iter.rs Remove usage of .map(|&foo| foo) 2015-02-18 00:57:35 +00:00
lib.rs Fix rollup (remove slicing_syntax) 2015-02-15 19:26:39 +05:30
mem.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
nonzero.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
ops.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
option.rs Kill more isizes 2015-01-31 17:40:40 +01:00
ptr.rs Auto merge of #21895 - alfie:libcoretest, r=pnkfelix 2015-02-12 14:58:13 +00:00
result.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
slice.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
str.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
tuple.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00