about summary refs log tree commit diff
path: root/src/liballoc/str.rs
AgeCommit message (Expand)AuthorLines
2017-11-29Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichtonkennytm-147/+0
2017-11-20Fix result for assert_eqBenjamin Hoffmeyer-1/+1
2017-11-20Fix doc tests for trim_right_matchesBenjamin Hoffmeyer-1/+1
2017-11-18Remove inherent `ascii_ctype` methods from `str` and `[u8]`Lukas Kalbertodt-147/+0
2017-11-14Fixed several pulldown warnings when documenting libstd.kennytm-1/+1
2017-11-08get() example should use get() not get_mut()John Ford-4/+4
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-10/+14
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-4/+0
2017-11-03Copy `AsciiExt` methods to `str` directlyLukas Kalbertodt-0/+276
2017-10-17added non trivial examples of closures for str::findChristian Poveda-2/+2
2017-10-17added examples of closuresChristian Poveda-1/+3
2017-09-27Remove mem::transmute used in Box<str> conversionsNikolai Vazquez-5/+3
2017-09-14Rollup merge of #44521 - rwakulszowa:str_utf16_doc, r=frewsxcvCorey Farwell-0/+13
2017-09-14Rollup merge of #44497 - tommyip:doc_example, r=frewsxcvCorey Farwell-0/+11
2017-09-12Add an example of std::str::encode_utf16rwakulszowa-0/+13
2017-09-11Add doc example to str::from_boxed_utf8_uncheckedTommy Ip-0/+11
2017-09-11Removed trailing whitespace42triangles-1/+1
2017-09-11Added an example for `std::str::into_boxed_bytes()`42triangles-0/+11
2017-09-10Rollup merge of #44467 - toidiu:ak-44382, r=frewsxcvGuillaume Gomez-7/+16
2017-09-09documentation update to demonstrate mutabilitytoidiu-7/+16
2017-09-09Add doc examples for str::as_bytes_mutEthan Dagner-0/+28
2017-08-24Fix inconsistent doc headingslukaramu-1/+1
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