summary refs log tree commit diff
path: root/src/libunicode/u_str.rs
AgeCommit message (Expand)AuthorLines
2015-04-23unstabilize Words structkwantam-1/+2
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-1/+1
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-1/+1
2015-04-06use normative source for Grapheme class datakwantam-4/+4
2015-03-31Stabilize std::numAaron Turon-1/+0
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-10/+15
2015-03-18Register new snapshotsAlex Crichton-8/+1
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-1/+6
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-1/+1
2015-03-16impl charJorge Aparicio-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-15Audit integer types in libunicode, libcore/(char, str) and libstd/asciiVadim Petrochenkov-15/+15
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-1/+1
2015-02-02More deprecating of i/u suffixesAlfie John-1/+1
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-1/+1
2015-01-30remove Copy impls from iteratorsJorge Aparicio-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-1/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-3/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-23grandfathered -> rust1Brian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
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