rust/src/libcollectionstest
William Throwe e7f3d6eddd Let str::replace take a pattern
It appears this was left out of RFC #528 because it might be useful to
also generalize the second argument in some way.  That doesn't seem to
prevent generalizing the first argument now, however.

This is a [breaking-change] because it could cause type-inference to
fail where it previously succeeded.
2015-12-07 22:08:33 -05:00
..
btree Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
enum_set.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
linked_list.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
slice.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
str.rs Let str::replace take a pattern 2015-12-07 22:08:33 -05:00
string.rs Minor code cleanup. 2015-09-28 19:21:18 -06:00
vec.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
vec_deque.rs Correct drain implementations in libcollectionstest 2015-10-19 11:53:35 -04:00