summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-47/+47
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-6/+7
2015-02-18Stabilize std::borrowAaron Turon-6/+7
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-47/+47
2015-02-18Implement RFC 580Aaron Turon-4/+4
2015-02-17Rollup merge of #22253 - huonw:unstable-words, r=aturonManish Goregaokar-1/+2
2015-02-13more int and cloned cleanup in collectionsAlexis-8/+8
2015-02-13Unstabilise `words` for now.Huon Wilson-1/+2
2015-02-10Auto merge of #21937 - alexcrichton:issue-21929, r=aturonbors-1/+1
2015-02-05remove unecessary lifetimes from a bunch of collections codeAlexis-4/+4
2015-02-05misc collections code cleanupAlexis-108/+108
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-12/+12
2015-02-04remove all kind annotations from closuresJorge Aparicio-22/+22
2015-02-04std: Add reexports for core parse errorsAlex Crichton-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-5/+5
2015-02-02register snapshotsJorge Aparicio-5/+0
2015-01-30rollup merge of #21528: tshepang/simpler-replace-exampleAlex Crichton-5/+2
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-5/+5
2015-01-30std: Stabilize FromStr and parseAlex Crichton-5/+5
2015-01-30smoke out remaining bugsJorge Aparicio-2/+2
2015-01-30fix falloutJorge Aparicio-1/+1
2015-01-30Rename FullRange to RangeFullNick Cameron-2/+8
2015-01-29remove unused importsJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-2/+2
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-17/+17
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-17/+17
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-59/+24
2015-01-24str: make replace() example more simpleTshepang Lekhonkhobe-5/+2
2015-01-23grandfathered -> rust1Brian Anderson-32/+32
2015-01-23Set unstable feature names appropriatelyBrian Anderson-32/+32
2015-01-21Remove 'since' from unstable attributesBrian Anderson-32/+32
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-64/+90
2015-01-21Fallout from stabilization.Aaron Turon-10/+16
2015-01-21Deprecate slicing methods in favor of notationAaron Turon-50/+6
2015-01-15rollup merge of #20463: amaranth/black_box_outputAlex Crichton-2/+2
2015-01-13Fix test failuresTravis Watkins-2/+2
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-07use slicing sugarJorge Aparicio-49/+49
2015-01-06Test fixes and rebase conflictsAlex Crichton-0/+6
2015-01-07falloutNick Cameron-10/+4
2015-01-07Replace full slice notation with index callsNick Cameron-53/+53
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+6
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-2/+1
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-0/+3
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+6
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+6
2015-01-05remove unused `Sized` importsJorge Aparicio-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-04std: Fixup some missing stabilization on strAlex Crichton-0/+3