about summary refs log tree commit diff
path: root/src/libcore/slice.rs
AgeCommit message (Expand)AuthorLines
2014-11-20libcore: DST-ify AsSliceAaron Turon-5/+15
2014-11-18Fallout from deprecationAaron Turon-3/+5
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-16/+16
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-2/+2
2014-11-12Register new snapshotsAlex Crichton-77/+0
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-2/+2
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-1/+1
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-16/+16
2014-11-06Implement Index/IndexMut for [T]Jorge Aparicio-1/+16
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-219/+310
2014-11-05DSTify PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+62
2014-11-01collections: Remove all collections traitsAlex Crichton-20/+26
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-110/+109
2014-10-24auto merge of #17960 : mahkoh/rust/clone_from_slice, r=pcwaltonbors-4/+7
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-277/+8
2014-10-12improve clone_from_slice performanceJulian Orth-4/+7
2014-10-10Register new snapshotsAlex Crichton-59/+0
2014-10-08auto merge of #17748 : mahkoh/rust/int_slice, r=aturonbors-0/+58
2014-10-08add {Imm,M}utableIntSliceJulian Orth-0/+58
2014-10-07Rename slicing methodsNick Cameron-1/+62
2014-10-07Rename slice::SliceNick Cameron-4/+4
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-42/+33
2014-10-06Add example to doc for `slice::ImmutableSlice::binary_search`.Felix S. Klock II-2/+42
2014-10-02rollup merge of #16993 : dschatzberg/items-boundsAlex Crichton-2/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-47/+89
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-58/+69
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+2
2014-10-02Revert "Review and rebasing changes"Aaron Turon-3/+5
2014-10-02Add lifetime bounds on Items and MutItems.Dan Schatzberg-2/+2
2014-10-02Review and rebasing changesNick Cameron-5/+3
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-2/+2
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-69/+58
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-89/+47
2014-09-25Fallout from deprecationAaron Turon-0/+1
2014-09-25Stabilize mutable slice APIAaron Turon-239/+266
2014-09-22Fix deprecation warnings in check-docs.Victor Berger-2/+2
2014-09-19Implement slicing syntax.Nick Cameron-0/+58
2014-09-16Fallout from renamingAaron Turon-19/+19
2014-09-16Align with _mut conventionsAaron Turon-18/+71
2014-09-05Optimize Slice::reverseBrian Anderson-1/+6
2014-09-01auto merge of #16897 : japaric/rust/mut-slice-collection, r=alexcrichtonbors-0/+9
2014-08-31&mut [T] now implements Collection. Fixes #16896Jorge Aparicio-0/+9
2014-08-30rollup merge of #16842 : zsiciarz/masterAlex Crichton-5/+5
2014-08-30rollup merge of #16835 : michaelsproul/doc-slice-failureAlex Crichton-28/+33
2014-08-29Register new snapshotsAlex Crichton-59/+0
2014-08-29Updated mut_chunks doc comment to match argument name.Zbigniew Siciarz-5/+5
2014-08-29doc: Clarify slice failure conditions.Michael Sproul-28/+33