| Age | Commit message (Expand) | Author | Lines |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -1/+2 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-04-04 | extra: Add with_capacity to PriorityQueue and SmallIntMap | Erick Tryzelaar | -0/+10 |
| 2014-04-04 | std: TrieSet should implement container::{,Mutable}Set | Erick Tryzelaar | -13/+27 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+2 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -9/+9 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -2/+2 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -2/+2 |
| 2014-03-31 | collections: Switch field privacy as necessary | Alex Crichton | -110/+112 |
| 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 |