rust/src/libcollections
bors 8796e012cb Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichton
It appears this was left out of RFC rust-lang/rfcs#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.

Also update docs for a few other methods that still referred to `&str` instead of patterns.
2016-01-13 08:15:45 +00:00
..
btree Feature-gate defaulted type parameters outside of types. 2016-01-04 05:18:56 -05:00
binary_heap.rs BinaryHeap: Use full sift down in .pop() 2015-12-23 04:07:36 +01:00
borrow.rs rustfmt libcollections 2015-11-24 11:53:47 +13:00
enum_set.rs rustfmt libcollections 2015-11-24 11:53:47 +13:00
fmt.rs Review fixes 2015-11-18 01:24:22 +03:00
lib.rs Make LinkedList and its read-only iterators covariant 2015-12-31 15:22:22 -05:00
linked_list.rs Make LinkedList and its read-only iterators covariant 2015-12-31 15:22:22 -05:00
macros.rs Add note about clone in docs for vec![] 2015-09-07 03:57:20 +05:30
range.rs rustfmt libcollections 2015-11-24 11:53:47 +13:00
slice.rs doc: no need to duplicate docs on renamed API 2015-12-17 21:10:57 +02:00
str.rs Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichton 2016-01-13 08:15:45 +00:00
string.rs Fix off-by-one in String::remove 2016-01-02 22:36:50 +01:00
vec.rs Auto merge of #30272 - tshepang:doc-drain, r=bluss 2015-12-18 05:05:09 +00:00
vec_deque.rs Auto merge of #30272 - tshepang:doc-drain, r=bluss 2015-12-18 05:05:09 +00:00