about summary refs log tree commit diff
path: root/src/libstd/collections/hash
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+0
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-2/+6
2015-12-18Fix the falloutVadim Petrochenkov-1/+1
2015-12-17Remove unused importsJeffrey Seyfried-2/+0
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-20/+18
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-11/+3
2015-11-20Rename result variable in HashSet's intersection and union examplesFlorian Hahn-4/+4
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+9
2015-11-16Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichtonbors-2/+3
2015-11-16Fix docs for HashSet::insertSebastian Hahn-4/+1
2015-11-14docs: Clarify insertion behavior for mapsVadim Petrochenkov-2/+3
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-1/+0
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-11-04Add note about HashMap::capacity's boundsSteve Klabnik-0/+3
2015-10-22Document replacement behavior in some collectionsSteve Klabnik-4/+16
2015-10-13Correct spelling in docsAndrew Paseltiner-2/+2
2015-10-06Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.Felix S. Klock II-0/+1
2015-09-29Remove redundant uses of Iterator::by_ref()Ulrik Sverdrup-1/+1
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-8/+5
2015-08-31Implement RFC 839 for `{HashMap, HashSet}`Andrew Paseltiner-0/+62
2015-08-28implement RFC 1194Andrew Paseltiner-4/+105
2015-08-15std: Add issues to all unstable featuresAlex Crichton-11/+22
2015-08-14Auto merge of #27822 - arielb1:inline-round-take-2, r=Gankrobors-0/+1
2015-08-13Mark round_up_to_next as inline arielb1-0/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-14/+2
2015-08-11Add HashSet and HashMap testsGuillaume Gomez-25/+15
2015-08-10Add Send/Sync traits on Iter struct in hash/tableGuillaume Gomez-1/+25
2015-07-27Show appropriate feature flags in docsSteve Klabnik-5/+10
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-3/+3
2015-07-06typo "struct has is 0-sized"Oliver Schneider-1/+1
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-11/+11
2015-06-17std: Split the `std_misc` featureAlex Crichton-21/+22
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-6/+6
2015-05-31Inline hash_table::calculate_offsets, used by iterators.Eduard Burtescu-0/+1
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-2/+2
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-19/+22
2015-05-03Fix Derive Notice for HashSetPascal Hertleif-2/+2
2015-05-03Fix Derive Notice for HashMapPascal Hertleif-2/+3
2015-05-03Clean up HashSet ExamplesPascal Hertleif-5/+5
2015-05-03HashSet Docs: Split First ParagraphPascal Hertleif-4/+6
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-28Register new snapshotsTamir Duberstein-2/+0
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-3/+3
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-57/+47