summary refs log tree commit diff
path: root/library/std/src/collections/hash/set.rs
AgeCommit message (Expand)AuthorLines
2021-07-24Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-seYuki Okushi-0/+1
2021-07-01Document iteration order of `retain` functionsJanik Rabe-0/+1
2021-06-30Remove "length" doc aliasesAmanieu d'Antras-1/+0
2021-06-30Remove "delete" doc aliasesAmanieu d'Antras-1/+0
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-1/+1
2021-02-23Add more links between hash and btree collectionsJoshua Nelson-1/+2
2021-01-31Add doc aliases for "delete"Konrad Borowski-0/+1
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-3/+1
2021-01-16Clarify what the effects of a 'logic error' areChris Jefferson-1/+3
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+1
2020-12-26Use the hashbrown::{HashMap,HashSet} `clone_from` impls.David Adler-1/+17
2020-10-26Improve formatting of hash collections docsCamelid-2/+2
2020-09-18Add missing examples on HashSet iter typesGuillaume Gomez-0/+86
2020-09-08Add HashMap::drain_filter and HashSet::drain_filterMatt Brubeck-0/+84
2020-09-08Implement HashSet in terms of hashbrown::HashSetMatt Brubeck-57/+52
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-419/+3
2020-07-27mv std libs to library/mark-0/+2000