| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-09-14 | Rollup merge of #44521 - rwakulszowa:str_utf16_doc, r=frewsxcv | Corey Farwell | -0/+13 | |
| Add an example of std::str::encode_utf16 Closes #44419 | ||||
| 2017-09-14 | Rollup merge of #44497 - tommyip:doc_example, r=frewsxcv | Corey Farwell | -0/+11 | |
| Add doc example to str::from_boxed_utf8_unchecked Fixes #44463. | ||||
| 2017-09-12 | Add an example of std::str::encode_utf16 | rwakulszowa | -0/+13 | |
| Closes #44419 | ||||
| 2017-09-11 | Add doc example to str::from_boxed_utf8_unchecked | Tommy Ip | -0/+11 | |
| Fixes #44463. | ||||
| 2017-09-11 | Removed trailing whitespace | 42triangles | -1/+1 | |
| 2017-09-11 | Added an example for `std::str::into_boxed_bytes()` | 42triangles | -0/+11 | |
| 2017-09-10 | Rollup merge of #44467 - toidiu:ak-44382, r=frewsxcv | Guillaume Gomez | -7/+16 | |
| documentation update to demonstrate mutability #44467 - demonstrate correct implementation returns `Some` - demonstrate out of bounds returns `None` - demonstrate mutability | ||||
| 2017-09-09 | documentation update to demonstrate mutability | toidiu | -7/+16 | |
| 2017-09-09 | Add doc examples for str::as_bytes_mut | Ethan Dagner | -0/+28 | |
| Fixes #44427 | ||||
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -1/+1 | |
| This fixes headings reading "Unsafety" and "Example", they should be "Safety" and "Examples" according to RFC 1574. | ||||
| 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 | |
