| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -8/+7 | |
| Also move Void to std::any, move drop to std::mem and reexport in prelude. | ||||
| 2014-02-10 | Implement List's any() function | Bruno 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-09 | auto merge of #12131 : brunoabinader/rust/list-find-doc-typo, r=alexcrichton | bors | -1/+1 | |
| Replace ```v``` with ```ls```. | ||||
| 2014-02-09 | Fixed a typo in list's find() documentation. | Bruno de Oliveira Abinader | -1/+1 | |
| 2014-02-09 | std: Add move_val_init to mem. Replace direct intrinsic usage | Brian Anderson | -1/+1 | |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -0/+7832 | |
