about summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
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
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
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-287/+0
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-0/+3
2013-05-03Add a brief description to show up in http://static.rust-lang.org/doc/core/in...kud1ing-0/+2