summary refs log tree commit diff
path: root/src/libstd/collections/hash/map.rs
AgeCommit message (Expand)AuthorLines
2016-02-03std: Stabilize custom hasher support in HashMapAlex Crichton-58/+66
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-2/+6
2015-12-17Remove unused importsJeffrey Seyfried-1/+0
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-12/+11
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-8/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+4
2015-11-14docs: Clarify insertion behavior for mapsVadim Petrochenkov-2/+3
2015-11-04Add note about HashMap::capacity's boundsSteve Klabnik-0/+3
2015-10-22Document replacement behavior in some collectionsSteve Klabnik-2/+8
2015-10-13Correct spelling in docsAndrew Paseltiner-2/+2
2015-08-31Implement RFC 839 for `{HashMap, HashSet}`Andrew Paseltiner-0/+24
2015-08-28implement RFC 1194Andrew Paseltiner-4/+33
2015-08-15std: Add issues to all unstable featuresAlex Crichton-7/+14
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-14/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-3/+6
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-3/+3
2015-06-17std: Split the `std_misc` featureAlex Crichton-13/+12
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-1/+1
2015-05-16Small typo in the docsEmilio Cobos Álvarez-1/+1
2015-05-10Rollup merge of #25240 - bluss:doc-hashmap-entry, r=steveklabnikSteve Klabnik-0/+18
2015-05-09std: Add example for HashMap::entry()Ulrik Sverdrup-0/+18
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-05-05Rollup merge of #25074 - killercup:patch-10, r=alexcrichtonManish Goregaokar-10/+11
2015-05-03Fix Derive Notice for HashMapPascal Hertleif-2/+3
2015-05-03Clean up HashMap examplesPascal Hertleif-8/+8
2015-05-03Restore HashMap performance by allowing some functions to be inlinedBjörn Steinbrink-0/+1
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-2/+1
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-2/+2
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-28/+23
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+2
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-18Utilize if..let for get_mut doc-comment examplesCorey Farwell-3/+2
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-28/+23
2015-04-16Fixed typo in hash_map::Entry documentationAram Visser-1/+0
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-3/+3
2015-04-14test: Fixup many library unit testsAlex Crichton-2/+2
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-3/+3
2015-04-10Fix some typosTibor Benke-1/+1
2015-03-31Stabilize a few remaining stragglersAaron Turon-4/+2
2015-03-29Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichtonManish Goregaokar-1/+8
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-8/+1
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-28Document properties for Eq + HashSteve Klabnik-1/+8
2015-03-28Fold collections debug implsSteven Fackler-5/+1
2015-03-28Update debug helpers and add list builderSteven Fackler-7/+4
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-12/+12
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-16/+0
2015-03-27default => or_insert per RFCAlexis Beingessner-3/+4
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-1/+25