about summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-3/+3
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-3/+3
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+16
2015-01-26Auto merge of #21401 - kballard:optimize-shrink-to-fit, r=nikomatsakisbors-0/+16
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-21/+26
2015-01-23grandfathered -> rust1Brian Anderson-45/+45
2015-01-23Set unstable feature names appropriatelyBrian Anderson-9/+9
2015-01-21Remove 'since' from unstable attributesBrian Anderson-9/+9
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-54/+58
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-0/+4
2015-01-21Deprecate slicing methods in favor of notationAaron Turon-0/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-21/+22
2015-01-19Add benchmark for String::shrink_to_fit()Kevin Ballard-0/+16
2015-01-17Register new snapshots.Eduard Burtescu-9/+0
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-10add inline to every String functionJulian Orth-0/+15
2015-01-08rollup merge of #20738: brson/feature-staging2Alex Crichton-9/+9
2015-01-08Let ToString work with unsized types, importantly, `str`.Huon Wilson-1/+7
2015-01-08Improvements to feature stagingBrian Anderson-9/+9
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-7/+7
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-7/+8
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-12/+0
2015-01-07std: Tweak String implementationsAlex Crichton-7/+8
2015-01-07use slicing sugarJorge Aparicio-7/+7
2015-01-07register new snapshotsJorge Aparicio-12/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-0/+9
2015-01-07Register new snapshotsAlex Crichton-12/+0
2015-01-06More test fixesAlex Crichton-1/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+36
2015-01-07falloutNick Cameron-12/+14
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+36
2015-01-07Replace full slice notation with index callsNick Cameron-19/+19
2015-01-07Impls using the new scheme for slicingNick Cameron-9/+15
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+2
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-4/+4
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-4/+4
2015-01-05std: Redesign c_str and c_vecAlex Crichton-42/+0
2015-01-03Remove deprecated functionalityAlex Crichton-142/+8
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03use assoc types in binop traitsJorge Aparicio-1/+3
2015-01-03collections: fix falloutJorge Aparicio-4/+4
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-4/+7
2015-01-02rollup merge of #20391: daramos/utf8_lossyAlex Crichton-3/+7
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-2/+6
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-3/+12
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-2/+1