| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-08-12 | std: Stabilize the `str_{mut,box}_extras` feature | Alex Crichton | -3/+3 | |
| Stabilizes * `<&mut str>::as_bytes_mut` * `<Box<str>>::into_boxed_bytes` * `std::str::from_boxed_utf8_unchecked` * `std::str::from_utf8_mut` * `std::str::from_utf8_unchecked_mut` Closes #41119 | ||||
| 2017-08-12 | std: Stabilize `str_checked_slicing` feature | Alex Crichton | -8/+4 | |
| Stabilized * `<str>::get` * `<str>::get_mut` * `<str>::get_unchecked` * `<str>::get_unchecked_mut` Closes #39932 | ||||
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -1/+1982 | |
| 2017-04-24 | More methods for str boxes. | Clar Charr | -0/+21 | |
