| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-08-05 | Indicate how to turn byte slices back into a string slice. | Corey Farwell | -2/+9 | |
| 2017-08-05 | Update str::split_at_mut example to demonstrate mutability. | Corey Farwell | -6/+10 | |
| 2017-08-04 | Indicate why str::{get,get_mut} examples return None. | Corey Farwell | -5/+15 | |
| 2017-07-25 | 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-07-25 | 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 | |
