| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-21 | auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichton | bors | -0/+296 | |
| Part of #8784 Also removed the one glob import. | ||||
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -9/+13 | |
| 2014-02-20 | move enum_set to libcollections. #8784 | HeroesGrave | -0/+296 | |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -4/+4 | |
| Renames the `n*` and `n*_ref` tuple getters to `val*` and `ref*` respectively, and adds `mut*` getters. | ||||
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -4/+3 | |
| This notably contains the `extern mod` => `extern crate` change. Closes #9880 | ||||
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -1/+1 | |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -4/+3 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2014-02-14 | return value/use extra::test::black_box in benchmarks | lpy | -1/+10 | |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -5/+4 | |
| 2014-02-11 | Includes 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-10 | auto merge of #11956 : edwardw/rust/issue-7556, r=cmr | bors | -8/+7 | |
| Closes #7556. Also move ``std::util::Void`` to ``std::any::Void``. It makes more sense to me. | ||||
| 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 | |
