summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-183/+185
2014-06-18Deprecate the bytes!() macro.Simon Sapin-16/+16
2014-06-13added get_mut() for [T]bachm-0/+10
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-236/+83
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-2/+5
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-4/+4
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-31/+21
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+2542