summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2014-06-18Deprecate the bytes!() macro.Simon Sapin-26/+26
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-12/+12
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-0/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-2/+2
2014-06-06Rename Iterator::len to countAaron Turon-17/+17
2014-06-05Fallout from the libcollections movementAlex Crichton-22/+18
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+2441