| Age | Commit message (Expand) | Author | Lines |
| 2016-12-07 | Rollup merge of #38186 - frewsxcv:default, r=GuillaumeGomez | Guillaume Gomez | -0/+4 |
| 2016-12-06 | Add doc comment for `Default` `impl` on `DefaultHasher`. | Corey Farwell | -0/+4 |
| 2016-12-06 | Auto merge of #38017 - arthurprs:hm-extend, r=bluss | bors | -11/+16 |
| 2016-12-06 | Smarter HashMap/HashSet extend | arthurprs | -11/+16 |
| 2016-11-27 | Use displacement instead of initial bucket in HashMap code | arthurprs | -18/+21 |
| 2016-11-05 | Auto merge of #37470 - arthurprs:sip-smaller, r=alexcrichton | bors | -14/+12 |
| 2016-11-02 | Rollup merge of #37498 - sanxiyn:unused-type-alias, r=eddyb | Jonathan Turner | -4/+0 |
| 2016-10-31 | Auto merge of #36595 - bluss:hashmap-usize-for-hash, r=alexcrichton | bors | -25/+44 |
| 2016-10-31 | Don't reuse RandomState seeds | arthurprs | -14/+12 |
| 2016-10-31 | Remove unused type aliases | Seo Sanghyeon | -4/+0 |
| 2016-10-20 | Add missing urls in collections module | Guillaume Gomez | -55/+65 |
| 2016-10-17 | std::collections: Reexport libcollections's range module | Ulrik Sverdrup | -0/+3 |
| 2016-10-17 | hashmap: Store hashes as usize internally | Ulrik Sverdrup | -25/+44 |
| 2016-10-12 | Cache conscious hashmap table | arthurprs | -88/+68 |
| 2016-10-06 | Auto merge of #36753 - srinivasreddy:hash, r=nrc | bors | -279/+438 |
| 2016-10-04 | Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -2/+26 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+26 |
| 2016-10-03 | Auto merge of #36766 - nnethercote:hash-span-capacity, r=bluss | bors | -90/+122 |
| 2016-10-03 | Avoid overflow check in `HashMap::reserve`'s fast path. | Nicholas Nethercote | -2/+3 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -3/+3 |
| 2016-09-29 | Auto merge of #36557 - sfackler:fix-hashdos-docs, r=alexcrichton | bors | -8/+22 |
| 2016-09-29 | Mention FNV | Steven Fackler | -1/+1 |
| 2016-09-29 | Clarify HashMap's capacity handling. | Nicholas Nethercote | -90/+121 |
| 2016-09-28 | Rollup merge of #36811 - brson:bootstrap, r=alexcrichton | Jonathan Turner | -1/+0 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -1/+0 |
| 2016-09-28 | Rollup merge of #36740 - frehberg:apidoc, r=steveklabnik | Jonathan Turner | -0/+30 |
| 2016-09-27 | Update set.rs | Frank Rehberger | -0/+2 |
| 2016-09-27 | Update map.rs | Frank Rehberger | -4/+6 |
| 2016-09-27 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -279/+438 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -4/+2 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -5/+2 |
| 2016-09-26 | Document init of HashSet/HashMap from vector | Frank Rehberger | -0/+31 |
| 2016-09-26 | Don't allocate during default HashSet creation. | Nicholas Nethercote | -8/+34 |
| 2016-09-17 | Clean up hasher discussion on HashMap | Steven Fackler | -8/+22 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -2/+2 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+3 |
| 2016-09-06 | Add missing urls | ggomez | -18/+42 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -4/+0 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -4/+0 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -2/+2 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -2/+43 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -8/+11 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -2/+43 |
| 2016-08-16 | Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichton | bors | -6/+13 |
| 2016-08-05 | Update HashMap docs regarding DoS protection | Michael Gattozzi | -7/+6 |
| 2016-08-04 | Made vec_deque::Drain, hash_map::Drain, and hash_set::Drain covariant | Thomas Garcia | -6/+13 |
| 2016-07-26 | Rollup merge of #35001 - rdwilliamson:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |