about summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2014-11-21core: Convert Char::escape_default, escape_unicode to iteratorsBrian Anderson-2/+6
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-3/+3
2014-11-21auto merge of #19042 : SimonSapin/rust/generic-utf16-encoder, r=alexcrichtonbors-1/+2
2014-11-20libs: make Cow usable, improve documentationAaron Turon-2/+7
2014-11-20Link std::str to reference literals sectionmdinger-3/+3
2014-11-20Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>.Simon Sapin-1/+2
2014-11-18rollup merge of #18911: canndrew/slice_shift_charJakub Bukaj-2/+2
2014-11-17libcore: add borrow moduleAaron Turon-1/+6
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-11-17Fix fallout from coercion removalNick Cameron-95/+95
2014-11-17change return type of slice_shift_charAndrew Cann-2/+2
2014-11-16Move FromStr to core::strBrendan Zabarauskas-0/+1
2014-11-12Register new snapshotsAlex Crichton-7/+0
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-3/+5
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-3/+5
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-8/+8
2014-11-05Fix testsJorge Aparicio-5/+5
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+7
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-7/+8
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-1/+1
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-11-02auto merge of #18456 : gamazeps/rust/issue18449, r=thestingerbors-9/+6
2014-11-01collections: Remove all collections traitsAlex Crichton-12/+16
2014-10-31DOC: improves the str type explanationgamazeps-9/+6
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-4/+4
2014-10-30rollup merge of #18443 : alexcrichton/deref-vec-and-stringAlex Crichton-69/+0
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-4/+4
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-69/+0
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-3/+4
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-96/+0
2014-10-13Clean up rustc warnings.NODA, Kai-1/+2
2014-10-08auto merge of #17840 : Sawyer47/rust/issue-17751, r=huonwbors-1/+1
2014-10-07Re-exports core::str::Utf16CodeUnits in std::strPiotr Jawniak-1/+1
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