summary refs log tree commit diff
path: root/src/libcollections/dlist.rs
AgeCommit message (Expand)AuthorLines
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-1/+1
2014-03-30Updated references to extra in libcollections docsScott Jenkins-1/+1
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-3/+3
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+1
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-24Move extra::json to libserializeAlex Crichton-27/+0
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-15std: clean up ptr a bitCorey Richardson-1/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+4
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+1204