about summary refs log tree commit diff
path: root/src/libcore/str/mod.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-06FalloutNick Cameron-1/+1
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-7/+23
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-2/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1/+1
2015-01-04std: Fixup some missing stabilization on strAlex Crichton-3/+7
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-111/+8
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-17/+17
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-4/+4
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-1/+1
2015-01-03core: use assoc types in Iterator et alJorge Aparicio-20/+41
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-30Stabilize cmpAaron Turon-0/+4
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-0/+1
2014-12-30Fallout from mut slicesNick Cameron-0/+1
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-2/+2
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-0/+1689