about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Collapse)AuthorLines
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-8/+7
Also move Void to std::any, move drop to std::mem and reexport in prelude.
2014-02-10Implement List's any() functionBruno de Oliveira Abinader-0/+29
This is needed for cases where we only need to know if a list item matches the given predicate (eg. in Servo, we need to know if attributes from different DOM elements are equal).
2014-02-09auto merge of #12131 : brunoabinader/rust/list-find-doc-typo, r=alexcrichtonbors-1/+1
Replace ```v``` with ```ls```.
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