rust/src/libcollections
bors b2e65ee6e4 Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton
This adds the missing methods and turns `str::pattern` in a user facing module, as per RFC.

This also contains some big internal refactorings:
- string iterator pairs are implemented with a central macro to reduce redundancy 
- Moved all tests from `coretest::str` into `collectionstest::str` and left a note to prevent the two sets of tests drifting apart further.

See https://github.com/rust-lang/rust/issues/22477
2015-04-07 00:57:08 +00:00
..
btree Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
binary_heap.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
bit.rs Auto merge of #23832 - petrochenkov:usize, r=aturon 2015-04-03 04:29:52 +00:00
borrow.rs Adjust AsRef impl for Cow 2015-04-02 22:22:44 -07:00
enum_set.rs Auto merge of #23832 - petrochenkov:usize, r=aturon 2015-04-03 04:29:52 +00:00
fmt.rs Document the effect of # on array formatting 2015-03-30 15:17:22 -07:00
lib.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
linked_list.rs rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
slice.rs rollup merge of #23945: pnkfelix/gate-u-negate 2015-04-01 18:36:21 -07:00
str.rs Refactored core::str::pattern to become a user-facing module and hide away 2015-04-05 18:52:57 +02:00
string.rs Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton 2015-04-07 00:57:08 +00:00
vec.rs Remove unnecessary Vec<_> annotation from docs 2015-04-03 13:23:58 -04:00
vec_deque.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
vec_map.rs rollup merge of #23738: alexcrichton/snapshots 2015-03-27 10:08:40 -07:00