about summary refs log tree commit diff
path: root/src/libunicode/u_str.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Fallout from stabilization.Aaron Turon-4/+4
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-3/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-6/+6
2015-01-03unicode: fix falloutJorge Aparicio-9/+19
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-30Rebasing and reviewer changesNick Cameron-1/+1
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-5/+4
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-1/+1
2014-12-22Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-0/+3
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-0/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-102/+9
2014-12-21std: Stabilize the std::str moduleAlex Crichton-8/+214
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-13libunicode: fix falloutJorge Aparicio-5/+6
2014-12-13libunicode: fix falloutJorge Aparicio-3/+3
2014-12-11Register new snapshotsAlex Crichton-2/+2
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-26/*! -> //!Steve Klabnik-6/+4
2014-11-25Fallout from stabilizationAaron Turon-1/+2
2014-11-21unicode: Add stability attributes to u_charBrian Anderson-7/+8
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-4/+4
2014-11-03unicode: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-1/+0
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+1
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-15/+16
2014-08-28Fallout from stabilizing core::optionAaron Turon-2/+2
2014-08-26Rebasing changesNick Cameron-3/+6
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-2/+2
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-14add Graphemes iterator; tidy unicode exportskwantam-2/+299
2014-07-14add UnicodeStrSlice width() functionkwantam-2/+8
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+119