| Age | Commit message (Expand) | Author | Lines |
| 2016-02-15 | clarify how insert() doesn't update keys | Jack O'Connor | -3/+4 |
| 2016-02-11 | Auto merge of #31357 - rthomas:hashers, r=alexcrichton | bors | -0/+7 |
| 2016-02-11 | Add a public hasher function for HashSet and HashMap | Ryan Thomas | -0/+7 |
| 2016-02-04 | Rollup merge of #31415 - tshepang:2-space-indent, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-02-04 | doc: Rust indents are 4-space wide by convention | Tshepang Lekhonkhobe | -3/+3 |
| 2016-02-02 | Ensure capacity returned of HashMap is max(capacity, length). | Ryan Thomas | -1/+29 |
| 2016-01-26 | Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturon | bors | -58/+66 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -58/+66 |
| 2016-01-19 | Add examples of the Entry API to the HashMap documentation. | Nathan Kleyn | -0/+29 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -2/+6 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+0 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -12/+11 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -8/+2 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+4 |
| 2015-11-14 | docs: Clarify insertion behavior for maps | Vadim Petrochenkov | -2/+3 |
| 2015-11-04 | Add note about HashMap::capacity's bounds | Steve Klabnik | -0/+3 |
| 2015-10-22 | Document replacement behavior in some collections | Steve Klabnik | -2/+8 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -2/+2 |
| 2015-08-31 | Implement RFC 839 for `{HashMap, HashSet}` | Andrew Paseltiner | -0/+24 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -4/+33 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -7/+14 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -14/+2 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -3/+6 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -3/+3 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -13/+12 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -1/+1 |
| 2015-05-16 | Small typo in the docs | Emilio Cobos Álvarez | -1/+1 |
| 2015-05-10 | Rollup merge of #25240 - bluss:doc-hashmap-entry, r=steveklabnik | Steve Klabnik | -0/+18 |
| 2015-05-09 | std: Add example for HashMap::entry() | Ulrik Sverdrup | -0/+18 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 |
| 2015-05-05 | Rollup merge of #25074 - killercup:patch-10, r=alexcrichton | Manish Goregaokar | -10/+11 |
| 2015-05-03 | Fix Derive Notice for HashMap | Pascal Hertleif | -2/+3 |
| 2015-05-03 | Clean up HashMap examples | Pascal Hertleif | -8/+8 |
| 2015-05-03 | Restore HashMap performance by allowing some functions to be inlined | Björn Steinbrink | -0/+1 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -2/+1 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -2/+2 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -28/+23 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -2/+2 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-18 | Utilize if..let for get_mut doc-comment examples | Corey Farwell | -3/+2 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -28/+23 |
| 2015-04-16 | Fixed typo in hash_map::Entry documentation | Aram Visser | -1/+0 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -3/+3 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -2/+2 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -3/+3 |
| 2015-04-10 | Fix some typos | Tibor Benke | -1/+1 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -4/+2 |
| 2015-03-29 | Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichton | Manish Goregaokar | -1/+8 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -8/+1 |