| Age | Commit message (Expand) | Author | Lines |
| 2014-10-06 | library-level docs for collections | Alexis Beingessner | -3/+317 |
| 2014-09-27 | auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichton | bors | -5/+15 |
| 2014-09-27 | complete btree rewrite | Alexis Beingessner | -1/+1 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -6/+287 |
| 2014-09-24 | implement entry API for HashMap | Alexis Beingessner | -6/+287 |
| 2014-09-24 | Fix free lifetime vars in HashMap's iterators | Piotr Czarnecki | -5/+15 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -3/+4 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -17/+23 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -4/+16 |
| 2014-09-04 | std: Fix overflow of HashMap's capacity | Piotr Czarnecki | -32/+49 |
| 2014-09-04 | std: Refine and document HashMap's code | Piotr Czarnecki | -482/+704 |
| 2014-09-02 | std: Split hashmap.rs into modules | Piotr Czarnecki | -1660/+1743 |
| 2014-09-02 | std: RawTable exposes a safe interface for HashMap | Piotr Czarnecki | -528/+883 |
| 2014-09-02 | std: branchless bucket distance for hashmap | Piotr Czarnecki | -9/+1 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -18/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+20 |
| 2014-08-13 | core: Rename ImmutableEqSlice to ImmutablePartialEqSlice | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-12 | auto merge of #16195 : P1start/rust/more-index, r=aturon | bors | -6/+48 |
| 2014-08-12 | Implement Index for HashMap | P1start | -6/+48 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-30 | Library changes for RFC #43 | Cameron Zwarich | -1/+2 |
| 2014-07-28 | doc: reduce overlong sentence | Tshepang Lekhonkhobe | -1/+1 |
| 2014-07-27 | doc: Correctly onclose code blocks in HashSet | Jonas Hietala | -0/+3 |
| 2014-07-26 | auto merge of #15941 : treeman/rust/doc-lru, r=alexcrichton | bors | -0/+85 |
| 2014-07-24 | Cleanup HashMap documentation. | Jonas Hietala | -53/+68 |
| 2014-07-24 | Cleanup LruCache doc. | Jonas Hietala | -9/+8 |
| 2014-07-24 | Documentation examples for LruCache. | Jonas Hietala | -0/+86 |
| 2014-07-24 | Remove explicit rust code specifier. Unhide use HashMap. | Jonas Hietala | -56/+56 |
| 2014-07-24 | Fill in example code for HashMap. | Jonas Hietala | -19/+293 |
| 2014-07-23 | Just land already | Brian Anderson | -1/+1 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-18 | Remove examples from trait implementations. Unhide imports. | Jonas Hietala | -154/+18 |
| 2014-07-18 | Fill in documentation for HashSet. | Jonas Hietala | -37/+267 |
| 2014-07-16 | Extend HashSet documentation. | Jonas Hietala | -4/+159 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -7/+7 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -6/+3 |
| 2014-07-02 | auto merge of #15257 : erickt/rust/hashmap, r=alexcrichton | bors | -15/+18 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+2 |
| 2014-06-30 | std: micro optimize Hash{Map,Set}::{new,with_capacity} | Erick Tryzelaar | -0/+8 |
| 2014-06-30 | std: make sure HashMap from_iter uses random initialization by default | Erick Tryzelaar | -15/+10 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -3/+3 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -70/+70 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -44/+0 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+44 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -3/+2 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -7/+8 |