about summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
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
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-30rollup merge of #21760: brson/snapsAlex Crichton-9/+0
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-14/+39
2015-01-30std: Stabilize FromStr and parseAlex Crichton-14/+39
2015-01-30remove Copy impls from iteratorsJorge Aparicio-3/+4
2015-01-29Register snapsBrian Anderson-9/+0
2015-01-30Rename FullRange to RangeFullNick Cameron-0/+10
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29remove unused importsJorge Aparicio-1/+0
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-0/+11
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-54/+72
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-44/+98
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-5/+5
2015-01-24Add ffi::OsString and OsStrAaron Turon-49/+67
2015-01-23grandfathered -> rust1Brian Anderson-34/+34
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-8/+8
2015-01-21Remove 'since' from unstable attributesBrian Anderson-8/+8
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-45/+52
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-41/+69
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-1/+27
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-1/+1
2015-01-21rollup merge of #21157: steveklabnik/deprecationAlex Crichton-1/+1
2015-01-21Improve quality of String#to_slice() deprecation messageSteve Klabnik-1/+1
2015-01-21Deprecate slicing methods in favor of notationAaron Turon-41/+69
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+27
2015-01-21Rollup merge of #21100 - tstorch:small_readability_update, r=alexcrichtonBarosl LEE-12/+9
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-14Small Readability UpdateTristan Storch-12/+9