about summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Rename slice::SliceNick Cameron-2/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-03Fix lev_distanceTill Hoeppner-9/+28
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-2/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-2/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-1/+2
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-26libcollections: In tests, remove some uses of deprecated methods andnham-1/+0
2014-08-26Rebasing changesNick Cameron-5/+8
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-19/+31
2014-08-19A few minor documentation fixesP1start-94/+90
2014-08-18Remove innapropriate string mutability section.Steve Klabnik-11/+0
2014-08-17auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichtonbors-2/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-3/+5
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-2/+2
2014-08-13Fix test falloutBrian Anderson-9/+9
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-12Deprecation fallout in libcollectionsAaron Turon-7/+7
2014-08-06Use byte literals in libcollections testsnham-6/+6
2014-07-28collections, unicode: Add support for NFC and NFKCFlorian Zeitz-30/+198
2014-07-24Add `string::raw::from_buf`Adolfo Ochagavía-15/+3
2014-07-24Deprecated `String::from_raw_parts`Adolfo Ochagavía-1/+2
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo Ochagavía-23/+6
2014-07-24Deprecated `str::raw::from_byte`Adolfo Ochagavía-2/+3
2014-07-24Deprecated `str::raw::from_utf8_owned`Adolfo Ochagavía-5/+4
2014-07-24Deprecated `str::raw::from_c_str`Adolfo Ochagavía-12/+3
2014-07-24Remove OwnedStr traitAdolfo Ochagavía-29/+0
2014-07-23Remove kludgy imports from vec! macroBrian Anderson-1/+3
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-19auto merge of #15638 : blake2-ppc/rust/ptr-arithmetic-chars, r=huonwbors-6/+48
2014-07-17Guide: stringsSteve Klabnik-4/+4
2014-07-18Add more tests for str Chars iteratorroot-0/+25
2014-07-17str: Add better tests for string slice's Chars iteratorroot-6/+23
2014-07-15auto merge of #15619 : kwantam/rust/master, r=huonwbors-6/+293
2014-07-15Fix errorsAdolfo Ochagavía-51/+7
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-195/+3
2014-07-15Deprecate `str::from_utf16_lossy`Adolfo Ochagavía-105/+3
2014-07-15Deprecate `str::from_utf16`Adolfo Ochagavía-31/+9
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-1/+3
2014-07-15Deprecate `str::from_chars`Adolfo Ochagavía-2/+2
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-16/+2
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-6/+284
2014-07-14add UnicodeStrSlice width() functionkwantam-0/+9
2014-07-14auto merge of #15497 : jasonthompson/rust/docs/str3, r=cmrbors-0/+47
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-5/+8
2014-07-09fix test failureskwantam-0/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-120/+137