about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Collapse)AuthorLines
2014-02-21auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichtonbors-0/+296
Part of #8784 Also removed the one glob import.
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
Renames the `n*` and `n*_ref` tuple getters to `val*` and `ref*` respectively, and adds `mut*` getters.
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-4/+3
This notably contains the `extern mod` => `extern crate` change. Closes #9880
2014-02-15std: clean up ptr a bitCorey Richardson-1/+1
2014-02-14extern mod => extern crateAlex Crichton-4/+3
This was previously implemented, and it just needed a snapshot to go through
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
Added new tests for bsearch methods and changed "add" to "insert" Fixed failure on div_floor.
2014-02-10auto merge of #11956 : edwardw/rust/issue-7556, r=cmrbors-8/+7
Closes #7556. Also move ``std::util::Void`` to ``std::any::Void``. It makes more sense to me.
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