about summary refs log tree commit diff
path: root/src/libextra/container.rs
AgeCommit message (Expand)AuthorLines
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-122/+0
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-8/+8
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-1/+1
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-02replace `range` with an external iteratorDaniel Micay-6/+5
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-19extra: add some microbenchmarksGraydon Hoare-0/+83
2013-07-11extra: Add mod container with trait Dequeblake2-ppc-0/+40