summary refs log tree commit diff
path: root/src/libstd/collections/hash/set.rs
AgeCommit message (Expand)AuthorLines
2016-04-22Make HashSet::Insert documentation more consistentBrayden Winterton-2/+2
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-5/+4
2016-03-30Test that HashMap, HashSet, and their iterators are properly covariantJonathan S-0/+15
2016-03-30Fix the variances of HashMap and HashSet iteratorsJonathan S-9/+7
2016-03-30Remove no longer necessary coercions to fn pointer types.Corey Farwell-4/+0
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-4/+4
2016-03-12std: Clean out deprecated APIsAlex Crichton-20/+0
2016-02-11Add a public hasher function for HashSet and HashMapRyan Thomas-0/+7
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-41/+54
2015-12-17Remove unused importsJeffrey Seyfried-1/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+1
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/+5
2015-11-16Fix docs for HashSet::insertSebastian Hahn-4/+1
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-22Document replacement behavior in some collectionsSteve Klabnik-2/+8
2015-08-31Implement RFC 839 for `{HashMap, HashSet}`Andrew Paseltiner-0/+38
2015-08-28implement RFC 1194Andrew Paseltiner-0/+64
2015-08-15std: Add issues to all unstable featuresAlex Crichton-3/+6
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-06-17std: Split the `std_misc` featureAlex Crichton-6/+8
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-5/+5
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-1/+1
2015-05-03Fix Derive Notice for HashSetPascal Hertleif-2/+2
2015-05-03Clean up HashSet ExamplesPascal Hertleif-5/+5
2015-05-03HashSet Docs: Split First ParagraphPascal Hertleif-4/+6
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-29/+24
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-29/+24
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-5/+5
2015-04-07std: Deny most warnings in doctestsAlex Crichton-8/+0
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+1
2015-03-29Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichtonManish Goregaokar-1/+10
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-8/+1
2015-03-28Remove IteratorExtSteven Fackler-3/+1
2015-03-28Document properties for Eq + HashSteve Klabnik-1/+10
2015-03-28Fold collections debug implsSteven Fackler-5/+1
2015-03-28Update debug helpers and add list builderSteven Fackler-7/+4
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+10
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+10
2015-03-23implement `Clone` for various iteratorsAndrew Paseltiner-0/+25
2015-03-16document undefined collection behavior with interior mutabilityAndrew Paseltiner-0/+6
2015-03-11Example -> ExamplesSteve Klabnik-23/+23
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-3/+3
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-3/+3
2015-02-18Stabilize std::borrowAaron Turon-3/+3
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-2/+3
2015-02-18make FromIterator use IntoIteratorAlexis-1/+2
2015-02-18make Extend use IntoIteratorAlexis-1/+1