about summary refs log tree commit diff
path: root/src/liballoc/string.rs
AgeCommit message (Expand)AuthorLines
2018-05-24stabilize RangeBounds collections_range #30877Cory Sherman-4/+4
2018-05-17Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichtonkennytm-0/+8
2018-05-09Update features to 1.28.0George Burton-1/+1
2018-05-05make `String::new()` constF001-1/+2
2018-04-27Update the stable attributes to use the current nightly version numberGeorge Burton-1/+1
2018-04-22Implement From for more types on CowGeorge Burton-0/+8
2018-04-17Remove no longer necessary comparison to Vec::splice.Corey Farwell-3/+0
2018-04-17Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichtonkennytm-0/+1
2018-04-14Cleanup liballoc use statementsMike Hommey-2/+2
2018-04-12Reexport from core::unicode::char in core::char rather than vice versaSimon Sapin-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+1
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-1/+1
2018-04-01Stabilize String::replace_rangeThayne McCombs-6/+5
2018-04-01Inline most of the code paths for conversions with boxed slicesAnthony Ramine-0/+1
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-4/+3
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2018-03-28Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplettkennytm-0/+28
2018-03-28Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushikennytm-3/+1
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-0/+28
2018-03-21Stabilize method `String::retain`Murarth-3/+1
2018-03-17Stabilise FromUtf8Error::as_bytesvarkor-2/+1
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-4/+4
2018-03-15Stabilize `inclusive_range` library feature.kennytm-4/+4
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-0/+74
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-1/+1
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-1/+1
2018-02-22Small grammar fix to docs for String::new().Anthony Deschamps-1/+1
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-0/+1
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
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