about summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
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
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-3/+3
2015-01-08Forbid trailing attributes in impl blocksSteven Fackler-3/+6
2015-01-07use slicing sugarJorge Aparicio-6/+6
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-11/+10
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07falloutNick Cameron-7/+8
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-10/+10
2015-01-07Impls using the new scheme for slicingNick Cameron-9/+15
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06Fix falloutCorey Richardson-11/+10
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-4/+5
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-1/+1
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-2/+2
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-3/+6
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-7/+23
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-1/+1
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-4/+5