| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -245/+1 |
| 2014-02-24 | Remove deriving(ToStr) | Alex Crichton | -11/+11 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -52/+45 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -23/+20 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+2624 |
| 2014-02-21 | auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichton | bors | -0/+296 |
| 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 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -4/+3 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -4/+3 |
| 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 |
| 2014-02-10 | auto merge of #11956 : edwardw/rust/issue-7556, r=cmr | bors | -8/+7 |