| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+1 | |
| Behaves like `Vec::retain`, accepting a predicate `FnMut(char) -> bool` and reducing the string to only characters for which the predicate returns `true`. | ||||
| 2017-07-25 | std: Stabilize `utf8_error_error_len` feature | Alex Crichton | -1/+0 | |
| Stabilizes: * `Utf8Error::error_len` Closes #40494 | ||||
| 2017-07-25 | std: Stabilize `str_checked_slicing` feature | Alex Crichton | -1/+0 | |
| Stabilized * `<str>::get` * `<str>::get_mut` * `<str>::get_unchecked` * `<str>::get_unchecked_mut` Closes #39932 | ||||
| 2017-07-19 | Add Vec::drain_filter | Alexis Beingessner | -0/+1 | |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+57 | |
