| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -10/+10 |
| 2014-03-30 | Updated references to extra in libcollections docs | Scott Jenkins | -3/+3 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -239/+0 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -11/+11 |
| 2014-03-28 | collections: remove List | Erick Tryzelaar | -239/+0 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -7/+7 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -28/+27 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -44/+13 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -44/+13 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -35/+34 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -4/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -3/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -27/+27 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+2 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |
| 2014-03-14 | auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestinger | bors | -31/+37 |
| 2014-03-14 | auto merge of #12864 : huonw/rust/hash-docs, r=alexcrichton | bors | -53/+53 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | collections: Don't recurse in hashmap robin_hood | Alex Crichton | -31/+37 |
| 2014-03-13 | collections: move hashmap's example to the struct. | Huon Wilson | -53/+53 |
| 2014-03-12 | auto merge of #12081 : cgaebel/rust/robinhood-hashing, r=alexcrichton | bors | -589/+1407 |
| 2014-03-12 | Performance-oriented hashtable. | Clark Gaebel | -589/+1407 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -4/+4 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -10/+13 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -1/+72 |
| 2014-03-06 | collections: Correct with_capacity_and_hasher | Alex Crichton | -10/+11 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -19/+20 |
| 2014-02-28 | auto merge of #12544 : erickt/rust/hash, r=acrichto | bors | -82/+106 |
| 2014-02-27 | collections: allow `HashMap` to work with generic hashers | Erick Tryzelaar | -82/+106 |
| 2014-02-27 | Replaced list::push() with unshift() based on List<T> | Bruno de Oliveira Abinader | -7/+13 |
| 2014-02-27 | Refactored list::append() to be based on List<T> | Bruno de Oliveira Abinader | -13/+13 |
| 2014-02-27 | Refactored list::tail() to be based on List<T> | Bruno de Oliveira Abinader | -12/+12 |
| 2014-02-27 | Refactored list::head() to be based on List<T> | Bruno de Oliveira Abinader | -16/+14 |
| 2014-02-27 | Replaced list::has() with list::contains() | Bruno de Oliveira Abinader | -14/+13 |
| 2014-02-27 | Removed deprecated list::{iter,each}() functions | Bruno de Oliveira Abinader | -28/+0 |
| 2014-02-27 | Implemented list::is_empty() based on Container trait | Bruno de Oliveira Abinader | -15/+10 |
| 2014-02-27 | Implemented list::len() based on Container trait | Bruno de Oliveira Abinader | -11/+12 |
| 2014-02-27 | Removed list::any() in favor of iter().any() | Bruno de Oliveira Abinader | -25/+7 |
| 2014-02-27 | Removed list::find() in favor of iter().find() | Bruno de Oliveira Abinader | -30/+11 |
| 2014-02-27 | Removed list::foldl() in favor of iter().fold() | Bruno de Oliveira Abinader | -33/+10 |
| 2014-02-27 | Implemented Items<'a, T> for List<T> | Bruno de Oliveira Abinader | -0/+46 |
| 2014-02-27 | Modified list::from_vec() to return List<T> | Bruno de Oliveira Abinader | -21/+26 |
| 2014-02-27 | Renamed variables | Bruno de Oliveira Abinader | -67/+65 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -1/+1 |
| 2014-02-24 | Remove std::default::Default from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+1 |