about summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
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
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-0/+1
2013-04-24Removed ascii functions from other modulesMarvin Löbel-0/+12
2013-04-23Fixing some various warnings about unused importsAlex Crichton-0/+1
2013-04-22Added missing assert, did some formatingMarvin Löbel-12/+1
2013-04-22Moved ascii out of strMarvin Löbel-20/+31
2013-04-20Corrected historyMarvin Löbel-1/+1
2013-04-20Added case functions to AsciiMarvin Löbel-0/+52
2013-04-20Added Ascii typeMarvin Löbel-0/+216