rust/src/libcollections
Florian Wilkens 22050e3ed4 Added missing renames:
libcollections:
    AbsEntries -> AbsIter, Entries -> Iter, MoveEntries -> IntoIter, MutEntries -> IterMut
    DifferenceItems -> Difference, SymDifferenceItems -> SymmetricDifference, IntersectionItems -> Intersection, UnionItems -> Union

libstd/hash/{table, map}:
    Entries -> Iter, MoveItems -> IntoIter, MutEntries -> IterMut

Also a [breaking-change].
2014-12-22 17:45:34 +01:00
..
btree Added missing renames: 2014-12-22 17:45:34 +01:00
bench.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
binary_heap.rs Added missing renames: 2014-12-22 17:45:34 +01:00
bit.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
dlist.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
enum_set.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
lib.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
macros.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
ring_buf.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
slice.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
str.rs Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
string.rs rollup merge of #19972: alexcrichton/snapshots 2014-12-21 09:28:07 -08:00
vec_map.rs Added missing renames: 2014-12-22 17:45:34 +01:00
vec.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00