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
about
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
2014-12-16
Small cleanups in HashMap based off of new rust features.
Clark Gaebel
-1
/
+1
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-15
Use wrapper structs for `HashSet`'s iterators.
Chase Southwood
-20
/
+59
2014-12-15
Use wrapper structs for `HashMap`'s iterators.
Chase Southwood
-3
/
+2
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-13
libstd: fix fallout
Jorge Aparicio
-14
/
+22
2014-12-13
libstd: fix fallout
Jorge Aparicio
-4
/
+5
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-3
/
+3
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-2
/
+2
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+2
2014-11-30
std: Remove implicit shrinking from hash_map.
Piotr Czarnecki
-4
/
+46
2014-11-25
Fallout from stabilization
Aaron Turon
-3
/
+3
2014-11-17
libstd: Deprecate _equiv methods
Aaron Turon
-43
/
+22
2014-11-08
Renamed Extendable to Extend
gamazeps
-2
/
+2
2014-11-06
rollup merge of #18605 : Gankro/collect-fruit
Alex Crichton
-8
/
+22
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-8
/
+22
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-11-05
Add impls of the comparison operators for fixed-length arrays of lengths 0......
Niko Matsakis
-1
/
+1
2014-11-03
std: Fix fallout of changing `#[deriving(Clone)]`
Jorge Aparicio
-1
/
+0
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-0
/
+834
[prev]