about summary refs log tree commit diff
path: root/src/libcore/slice.rs
AgeCommit message (Expand)AuthorLines
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+58
2014-08-26Rebasing changesNick Cameron-0/+21
2014-08-26DST coercions and DST structsNick Cameron-1/+0
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-13Address some review feedbackBrian Anderson-14/+12
2014-08-13core: Put stability attributes all over the slice moduleBrian Anderson-0/+72
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-0/+92
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-2/+2
2014-08-13core: Rename MutableCloneableSlice::copy_from to clone_from_sliceBrian Anderson-2/+8
2014-08-13core: Deprecate ImmutableSlice::tailn and initnBrian Anderson-0/+4
2014-08-13core: Rename ImmutableSlice::unsafe_ref to unsafe_getBrian Anderson-0/+12
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-12/+14
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-12/+12
2014-08-01Add a split_at method to slice::ImmutableVectornham-4/+17
2014-07-05libcore: Fix Items iterator for zero sized types.Luqman Aden-12/+24
2014-06-30core: Remove the unnecessary 'traits' module from 'slice'Brian Anderson-49/+39
2014-06-30core: Reorganize slice module.Brian Anderson-458/+514
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-0/+6
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-4/+0
2014-06-28Rename all raw pointers as necessaryAlex Crichton-14/+14
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-13/+13
2014-06-13added get_mut() for [T]bachm-0/+8
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-48/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-5/+5
2014-06-06Rename Iterator::len to countAaron Turon-2/+1
2014-06-06Fix documentation for `slice()`Adolfo OchagavĂ­a-2/+2
2014-06-04core: Apply stability attributes to ptr modBrian Anderson-1/+2
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-9/+9
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-0/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-11/+11
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-7/+7
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-35/+0
2014-05-20core: Stabilize the mem moduleAlex Crichton-2/+3
2014-05-12libcore: remove fails from slice.rs and remove duplicated length checkingKevin Butler-24/+35
2014-05-11core: Remove the cast moduleAlex Crichton-4/+3
2014-05-07core: Inherit non-allocating slice functionalityAlex Crichton-0/+1483