about summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2015-01-22Rollup merge of #21484 - steveklabnik:connect_docs, r=alexcrichtonSteve Klabnik-2/+21
2015-01-21add doc examples for connect/concatSteve Klabnik-2/+21
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-45/+19
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-6/+6
2015-01-21rollup merge of #21053: apasel422/exactAlex Crichton-0/+7
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-21Deprecate slicing methods in favor of notationAaron Turon-44/+18
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-6/+6
2015-01-20implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}`Andrew Paseltiner-0/+7
2015-01-17Remove unnecessary explicit conversions to *const Twe-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-6/+6
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