about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-02-21auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichtonbors-0/+296
2014-02-20move extra::test to libtestLiigo Zhuang-9/+13
2014-02-20move enum_set to libcollections. #8784HeroesGrave-0/+296
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-4/+4
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-4/+3
2014-02-15std: clean up ptr a bitCorey Richardson-1/+1
2014-02-14extern mod => extern crateAlex Crichton-4/+3
2014-02-14return value/use extra::test::black_box in benchmarkslpy-1/+10
2014-02-13Removed num::OrderableMichael Darakananda-5/+4
2014-02-11Includes new add method that uses .clone() for support.Nif Ward-115/+385
2014-02-10auto merge of #11956 : edwardw/rust/issue-7556, r=cmrbors-8/+7
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-8/+7
2014-02-10Implement List's any() functionBruno de Oliveira Abinader-0/+29
2014-02-09auto merge of #12131 : brunoabinader/rust/list-find-doc-typo, r=alexcrichtonbors-1/+1
2014-02-09Fixed a typo in list's find() documentation.Bruno de Oliveira Abinader-1/+1
2014-02-09std: Add move_val_init to mem. Replace direct intrinsic usageBrian Anderson-1/+1
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+7832