index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
collections
/
hash
/
set.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-22
Make HashSet::Insert documentation more consistent
Brayden Winterton
-2
/
+2
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-5
/
+4
2016-03-30
Test that HashMap, HashSet, and their iterators are properly covariant
Jonathan S
-0
/
+15
2016-03-30
Fix the variances of HashMap and HashSet iterators
Jonathan S
-9
/
+7
2016-03-30
Remove no longer necessary coercions to fn pointer types.
Corey Farwell
-4
/
+0
2016-03-28
style: Use `iter` for IntoIterator parameter names
Kamal Marhubi
-4
/
+4
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-20
/
+0
2016-02-11
Add a public hasher function for HashSet and HashMap
Ryan Thomas
-0
/
+7
2016-01-26
std: Stabilize custom hasher support in HashMap
Alex Crichton
-41
/
+54
2015-12-17
Remove unused imports
Jeffrey Seyfried
-1
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-3
/
+1
2015-11-20
Rename result variable in HashSet's intersection and union examples
Florian Hahn
-4
/
+4
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+5
2015-11-16
Fix docs for HashSet::insert
Sebastian Hahn
-4
/
+1
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-10-22
Document replacement behavior in some collections
Steve Klabnik
-2
/
+8
2015-08-31
Implement RFC 839 for `{HashMap, HashSet}`
Andrew Paseltiner
-0
/
+38
2015-08-28
implement RFC 1194
Andrew Paseltiner
-0
/
+64
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-3
/
+6
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-2
/
+4
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-6
/
+8
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-5
/
+5
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-1
/
+1
2015-05-03
Fix Derive Notice for HashSet
Pascal Hertleif
-2
/
+2
2015-05-03
Clean up HashSet Examples
Pascal Hertleif
-5
/
+5
2015-05-03
HashSet Docs: Split First Paragraph
Pascal Hertleif
-4
/
+6
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-29
/
+24
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-29
/
+24
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-5
/
+5
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-8
/
+0
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-1
/
+1
2015-03-29
Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichton
Manish Goregaokar
-1
/
+10
2015-03-29
Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton
bors
-8
/
+1
2015-03-28
Remove IteratorExt
Steven Fackler
-3
/
+1
2015-03-28
Document properties for Eq + Hash
Steve Klabnik
-1
/
+10
2015-03-28
Fold collections debug impls
Steven Fackler
-5
/
+1
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-7
/
+4
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+10
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+10
2015-03-23
implement `Clone` for various iterators
Andrew Paseltiner
-0
/
+25
2015-03-16
document undefined collection behavior with interior mutability
Andrew Paseltiner
-0
/
+6
2015-03-11
Example -> Examples
Steve Klabnik
-23
/
+23
2015-02-24
Modify collection's `Debug` output to resemble in their content only
Tobias Bucher
-3
/
+3
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-3
/
+3
2015-02-18
Stabilize std::borrow
Aaron Turon
-3
/
+3
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-2
/
+3
2015-02-18
make FromIterator use IntoIterator
Alexis
-1
/
+2
2015-02-18
make Extend use IntoIterator
Alexis
-1
/
+1
[next]