summary refs log tree commit diff
path: root/src/libcore/slice.rs
AgeCommit message (Expand)AuthorLines
2014-12-15std: Second pass stabilization of `default`Alex Crichton-1/+2
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-5/+2
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-2/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-423/+26
2014-12-14libcore: make iterator adaptors `Clone`ableJorge Aparicio-0/+11
2014-12-13libcore: use unboxed closures in `slice::raw` free functionsJorge Aparicio-8/+7
2014-12-13libcore: use unboxed closures in `SlicePrelude` methodsJorge Aparicio-2/+2
2014-12-13libcore: use unboxed closures in the fields of `MutSplits`Jorge Aparicio-11/+20
2014-12-13libcore: use unboxed closures in the fields of `Splits`Jorge Aparicio-12/+19
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+6
2014-12-05Utilize fewer reexportsCorey Farwell-3/+6
2014-12-05rollup merge of #19483: cgaebel/copy_memory-commentCorey Richardson-2/+3
2014-12-03Deprecate EquivJorge Aparicio-2/+4
2014-12-03Fix falloutJorge Aparicio-6/+6
2014-12-03Overload the `==` operatorJorge Aparicio-3/+3
2014-12-02Fixed out of date comment on `copy_memory`Clark Gaebel-2/+3
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-25/+13
2014-11-26rollup merge of #19287: alexcrichton/issue-19272Alex Crichton-10/+8
2014-11-25/** -> ///Steve Klabnik-25/+13
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-25auto merge of #18966 : huonw/rust/iter2slice, r=aturonbors-0/+96
2014-11-25Add methods to go from a slice iterators to a slice.Huon Wilson-0/+96
2014-11-24std: Export BinarySearchResultAlex Crichton-10/+8
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-3/+47
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-3/+47
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