about summary refs log tree commit diff
path: root/src/liballoc/string.rs
AgeCommit message (Expand)AuthorLines
2017-11-21fix some typosMartin Lindhe-1/+1
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-2/+0
2017-09-17Updated tracking issue for String::splice and its unstable-book entryMichal Budzynski-1/+1
2017-09-14Rollup merge of #44572 - frewsxcv:frewsxcv-from-utf16-lossy, r=QuietMisdreavusCorey Farwell-0/+7
2017-09-14Rollup merge of #44453 - tommyip:doc_string_as_mut_str, r=frewsxcvCorey Farwell-1/+16
2017-09-14Clarify return type of `String::from_utf16_lossy`.Corey Farwell-0/+7
2017-09-10Add doc example to String::as_mut_strTommy Ip-1/+16
2017-09-09Add doc example to String::as_strTommy Ip-0/+10
2017-08-30Rollup merge of #44044 - mattico:string-splice-return, r=dtolnayAlex Crichton-90/+19
2017-08-26Remove Splice struct return value from String::spliceMatt Ickstadt-90/+19
2017-08-25Add missing link in string docGuillaume Gomez-1/+2
2017-08-18Add missing links for String module and typeGuillaume Gomez-32/+41
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-5/+5
2017-08-15Auto merge of #43500 - murarth:string-retain, r=alexcrichtonbors-0/+51
2017-08-14Add method `String::retain`Murarth-0/+51
2017-08-12Fix some typosBastien Orivel-1/+1
2017-08-08Fix trait name `Deref`Natalie Boehm-1/+1
2017-08-08Update solution to add using `&*` as well as `as_str()`Natalie Boehm-4/+9
2017-08-07Update explanation of deref coercionNatalie Boehm-8/+10
2017-08-04Update String Deref to explain why using &String does not always workNatalie Boehm-2/+25
2017-07-04Rollup merge of #42227 - ollie27:into_to_from, r=aturonMark Simulacrum-4/+4
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-2/+3
2017-06-24Stabilize RangeArgumentSteven Fackler-3/+2
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+1
2017-06-21Update version numbers for From implsOliver Middleton-1/+1
2017-06-21Convert Intos to Froms.Clar Charr-3/+3
2017-06-15Utf8Lossy type with chunks iterator and impl Display and DebugStepan Koltsov-99/+22
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+2287