about summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-218/+0
2014-10-13Clean up rustc warnings.NODA, Kai-11/+14
2014-10-10Register new snapshotsAlex Crichton-23/+0
2014-10-08add #[experimental] as_string/as_vec functionsDaniel Micay-2/+26
2014-10-07Rename slicing methodsNick Cameron-0/+23
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-10-05String::truncate doc: also fails if not a char boundarySimon Sapin-4/+5
2014-10-03Fix preallocation amount in String::from_utf16Simon Sapin-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-3/+3
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+2
2014-10-02Revert "Review and rebasing changes"Aaron Turon-29/+0
2014-10-02Review and rebasing changesNick Cameron-0/+29
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-2/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-7/+7
2014-09-29rollup merge of #17585 : sfackler/string-sliceAlex Crichton-0/+32
2014-09-26Implement Slice for String and strSteven Fackler-0/+32
2014-09-27Correct stability marker in string.rsSqueaky-1/+1
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-25/+34
2014-09-22collections: Deprecate shift_char for insert/removeAlex Crichton-15/+87
2014-09-22collections: Stabilize StringAlex Crichton-9/+77
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-3/+2
2014-09-19Add enum variants to the type namespaceNick Cameron-3/+3
2014-08-26Rebasing changesNick Cameron-2/+4
2014-08-19A few minor documentation fixesP1start-17/+17
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-2/+2
2014-08-17auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichtonbors-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-2/+1
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-1/+1
2014-08-13core: Rename ImmutableSlice::unsafe_ref to unsafe_getBrian Anderson-1/+1
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-4/+7
2014-08-12Deprecation fallout in libcollectionsAaron Turon-1/+1
2014-08-06Use byte literals in libcollections testsnham-1/+1
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-29Fix a whitespace typoErick Tryzelaar-1/+1
2014-07-28doc: Method examples for StringJonas Hietala-25/+261
2014-07-24Add `string::raw::from_buf`Adolfo Ochagavía-12/+36
2014-07-24Deprecated `String::from_raw_parts`Adolfo Ochagavía-8/+19
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo Ochagavía-0/+25
2014-07-24Deprecated `str::raw::from_utf8_owned`Adolfo Ochagavía-0/+13
2014-07-23Just land alreadyBrian Anderson-1/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-21fix string in from_utf8_lossy_100_multibyte benchmarkTed Horst-2/+1
2014-07-15Fix errorsAdolfo Ochagavía-22/+27
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-34/+231
2014-07-15Deprecate `str::from_utf16_lossy`Adolfo Ochagavía-0/+107
2014-07-15Deprecate `str::from_utf16`Adolfo Ochagavía-0/+26
2014-07-15Deprecate str::from_byteAdolfo Ochagavía-1/+18