about summary refs log tree commit diff
path: root/src/libcore/slice.rs
AgeCommit message (Expand)AuthorLines
2015-01-05remove unused `Sized` importsJorge Aparicio-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-4/+4
2015-01-03Remove deprecated functionalityAlex Crichton-77/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03sed -i -s 's/\bmod}/self}/g' **/*.rsJorge Aparicio-1/+1
2015-01-03core: use assoc types in `Index[Mut]`Jorge Aparicio-0/+26
2015-01-03core: use assoc types in Iterator et alJorge Aparicio-22/+38
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-174/+145
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-159/+171
2014-12-30Fallout from stabilizationAaron Turon-2/+4
2014-12-30Stabilize cmpAaron Turon-4/+4
2014-12-30Second pass stabilization: sliceAaron Turon-159/+169
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-11/+12
2014-12-30Fallout from mut slicesNick Cameron-9/+10
2014-12-30Remove ExprSlice by hacking the compilerNick Cameron-2/+2
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-2/+2
2014-12-22Added missing renames:Florian Wilkens-1/+1
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-25/+25
2014-12-20Stabilize cloneAaron Turon-2/+2
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-9/+9
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-1/+2
2014-12-17rollup merge of #19832: japaric/no-nocopyAlex Crichton-5/+2
2014-12-17rollup merge of #19827: japaric/clone-ucAlex Crichton-0/+11
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-2/+2
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