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
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
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-73
/
+48
2015-02-17
Register new snapshots
Alex Crichton
-30
/
+0
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+2
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+32
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+32
2015-02-13
more int and cloned cleanup in collections
Alexis
-24
/
+24
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-2
/
+2
2015-02-07
fix outdated docs
Alexis
-11
/
+11
2015-02-05
misc collections code cleanup
Alexis
-33
/
+33
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-2
/
+2
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-02
impl IntoIterator for HashSet
Jorge Aparicio
-1
/
+27
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-2
/
+2
2015-01-31
Kill more `isize`s
Tobias Bucher
-2
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-31
/
+31
2015-01-29
fix inference fallout
Jorge Aparicio
-2
/
+2
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
[next]