rust/src/libcollectionstest
Alex Crichton e98dce3e00 std: Changing the meaning of the count to splitn
This commit is an implementation of [RFC 979][rfc] which changes the meaning of
the count parameter to the `splitn` function on strings and slices. The
parameter now means the number of items that are returned from the iterator, not
the number of splits that are made.

[rfc]: https://github.com/rust-lang/rfcs/pull/979

Closes #23911
[breaking-change]
2015-04-01 13:29:42 -07:00
..
bit std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
btree Fallout from changing fn traits to use inheritance rather than bridge 2015-03-23 19:57:30 -04:00
bench.rs Fallout where types must be specified. 2015-03-30 05:02:20 -04:00
binary_heap.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
enum_set.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs Test fixes and rebase conflicts, round 1 2015-03-31 15:53:25 -07:00
linked_list.rs move some tests back to libcollections 2015-03-16 21:57:42 -05:00
slice.rs std: Changing the meaning of the count to splitn 2015-04-01 13:29:42 -07:00
str.rs std: Changing the meaning of the count to splitn 2015-04-01 13:29:42 -07:00
string.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
vec.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
vec_deque.rs rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
vec_map.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00