about summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
2015-03-26Register new snapshotsAlex Crichton-88/+0
2015-03-25Rollup merge of #23664 - bluss:std-docs, r=steveklabnikManish Goregaokar-8/+7
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-0/+1
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-1/+1
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-1/+28
2015-03-24core: Update docs for StrExt demotion in libstdUlrik Sverdrup-8/+7
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-0/+78
2015-03-23rollup merge of #23580: nikomatsakis/pattern-and-overflowAlex Crichton-13/+7
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-0/+4
2015-03-23Remove auto-deref'ing Pattern impl because it conflicts with otherNiko Matsakis-13/+7
2015-03-23Add generic conversion traitsAaron Turon-0/+4
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+78
2015-03-23Make the `Fn` traits inherit from one another and remove the bridgingNiko Matsakis-1/+28
2015-03-19StrExt::splitn should not require a DoubleEndedSearcherJake Goulding-29/+36
2015-03-19Introduce rsplitJake Goulding-1/+88
2015-03-19Fix spelling errors in comments.Joseph Crail-2/+2
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-4/+7
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-3/+3
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-3/+3
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-11Auto merge of #23251 - tbu-:pr_rm_core_str_checked_add, r=alexcrichtonbors-1/+4
2015-03-10Auto merge of #23249 - tbu-:pr_rm_core_str_macros, r=alexcrichtonbors-41/+40
2015-03-10Remove unneeded `saturating_add`Tobias Bucher-1/+4
2015-03-10Remove unneeded macro witcheryTobias Bucher-41/+40
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-4/+5
2015-03-03Rollup merge of #22989 - laijs:fix_FromStr_bool_comment, r=alexcrichtonManish Goregaokar-2/+13
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-4/+5
2015-03-03str: fix comments for FromStr for boolLai Jiangshan-2/+13
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-0/+2
2015-02-27Add some missing stability attributes on struct fields.Huon Wilson-0/+1
2015-02-20Addressed PR commentsMarvin Löbel-56/+197
2015-02-20Fix tidy and rebase falloutMarvin Löbel-15/+27
2015-02-20Added a Pattern impl that delegates to the dereference of a type.Marvin Löbel-22/+89
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-372/+451
2015-02-20Made match_indices use the generic pattern APIMarvin Löbel-29/+34
2015-02-20Made str::MatchIndices a private implementantion detailMarvin Löbel-10/+24
2015-02-20Added string pattern traits and basic implementantionsMarvin Löbel-126/+282
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-15Audit integer types in libunicode, libcore/(char, str) and libstd/asciiVadim Petrochenkov-77/+79
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-3/+3
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-04remove all kind annotations from closuresJorge Aparicio-4/+4
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-2/+2
2015-02-02register snapshotsJorge Aparicio-10/+0
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-2/+2