about summary refs log tree commit diff
path: root/src/liballoc/str.rs
AgeCommit message (Expand)AuthorLines
2017-08-05Indicate how to turn byte slices back into a string slice.Corey Farwell-2/+9
2017-08-05Update str::split_at_mut example to demonstrate mutability.Corey Farwell-6/+10
2017-08-04Indicate why str::{get,get_mut} examples return None.Corey Farwell-5/+15
2017-07-25std: Stabilize the `str_{mut,box}_extras` featureAlex Crichton-3/+3
2017-07-25std: Stabilize `str_checked_slicing` featureAlex Crichton-8/+4
2017-06-13Merge crate `collections` into `alloc`Murarth-1/+1982
2017-04-24More methods for str boxes.Clar Charr-0/+21