rust/src/liballoc/tests
bors 82be83cf74 Auto merge of #43500 - murarth:string-retain, r=alexcrichton
Add method `String::retain`

Behaves like `Vec::retain`, accepting a predicate `FnMut(char) -> bool`
and reducing the string to only characters for which the predicate
returns `true`.
2017-08-15 16:21:28 +00:00
..
btree Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
binary_heap.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
cow_str.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
fmt.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
lib.rs Auto merge of #43500 - murarth:string-retain, r=alexcrichton 2017-08-15 16:21:28 +00:00
linked_list.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
slice.rs Improve sort tests and benchmarks 2017-06-24 17:14:42 +02:00
str.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
string.rs Add method String::retain 2017-08-14 20:42:26 -07:00
vec.rs Document unintuitive argument order for Vec::dedup_by relation 2017-07-03 18:38:53 -04:00
vec_deque.rs Delete deprecated & unstable range-specific step_by 2017-07-01 19:18:02 -07:00