rust/src/libcollectionstest
Steven Fackler d502f4221f Remove IteratorExt
All methods are inlined into Iterator with `Self: Sized` bounds to make
sure Iterator is still object safe.

[breaking-change]
2015-03-28 13:53:45 -07:00
..
bit extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
btree Fallout from changing fn traits to use inheritance rather than bridge 2015-03-23 19:57:30 -04:00
bench.rs Remove IteratorExt 2015-03-28 13:53:45 -07:00
binary_heap.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
enum_set.rs enable enum_set tests 2015-03-16 21:57:42 -05:00
fmt.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
lib.rs Test fixes and rebase conflicts, round 2 2015-03-23 17:10:19 -07:00
linked_list.rs move some tests back to libcollections 2015-03-16 21:57:42 -05:00
slice.rs std: Remove deprecated ptr functions 2015-03-21 10:16:01 -07:00
str.rs StrExt::splitn should not require a DoubleEndedSearcher 2015-03-19 19:25:22 -04:00
string.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
vec.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
vec_deque.rs std: Stabilize IteratorExt::cloned 2015-03-17 18:05:58 -07:00
vec_map.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00