summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Improvements to feature stagingBrian Anderson-17/+17
2015-01-07Test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-07use slicing sugarJorge Aparicio-14/+13
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-2/+2
2015-01-06Fix misspelled comments.Joseph Crail-2/+2
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-8/+8
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07falloutNick Cameron-5/+10
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-8/+8
2015-01-07Replace full slice notation with index callsNick Cameron-13/+13
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-462/+328
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-4/+4
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-1/+2
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-5/+13
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-4/+4
2015-01-06FalloutNick Cameron-1/+1
2015-01-05Remove i suffix in docsSteve Klabnik-336/+464
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+1
2015-01-05Final alpha stabilization of std::sliceAaron Turon-2/+4
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-206/+47
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-3/+3
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-1/+1
2015-01-03collections: fix falloutJorge Aparicio-2/+6
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-238/+261
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-238/+261
2015-01-02std: Stabilize the prelude moduleAlex Crichton-5/+9
2015-01-02More falloutNick Cameron-3/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-10/+11
2014-12-31Test fixes and rebase conflictsAlex Crichton-2/+2
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-718/+797
2014-12-30Fallout from stabilizationAaron Turon-57/+71
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-2/+4
2014-12-30Adjustments from reviewAaron Turon-4/+4
2014-12-30Libs: Unify concat and concat_vecAaron Turon-12/+24
2014-12-30Second pass stabilization: sliceAaron Turon-663/+717
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-2/+4
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-1/+4
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-3/+3
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-7/+7
2014-12-30Fallout from mut slicesNick Cameron-7/+7
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-1/+4
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-3/+3
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-6/+6
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-13/+8