rust/src/libcollectionstest
kwantam c361e13d71 implement rfc 1054: split_whitespace() fn, deprecate words()
For now, words() is left in (but deprecated), and Words is a type alias for
struct SplitWhitespace.

Also cleaned up references to s.words() throughout codebase.

Closes #15628
2015-04-21 15:31:51 -04:00
..
bit More test fixes 2015-04-14 10:14:19 -07:00
btree More test fixes 2015-04-14 10:14:19 -07:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs
enum_set.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
linked_list.rs move some tests back to libcollections 2015-03-16 21:57:42 -05:00
slice.rs More test fixes 2015-04-14 10:14:19 -07:00
str.rs implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
string.rs collections: Move optimized String::from_str to String::from 2015-04-19 10:59:06 -07:00
vec_deque.rs rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
vec_map.rs
vec.rs