summary refs log tree commit diff
path: root/src/libcore/slice.rs
AgeCommit message (Expand)AuthorLines
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