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
/
hashmap.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-30
Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.
Huon Wilson
-5
/
+5
2013-06-29
Removing a lot of usage of '&const'
Alex Crichton
-4
/
+4
2013-06-29
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...
Ben Blum
-2
/
+3
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-11
/
+0
2013-06-25
container: remove internal iterators from Map
Daniel Micay
-28
/
+28
2013-06-23
hashmap: add FIXME number
Daniel Micay
-1
/
+1
2013-06-23
std::hashmap: Remove BaseIter impl for HashSet
blake2-ppc
-7
/
+6
2013-06-23
std::hashmap: Use .iter() instead of .each and similar
blake2-ppc
-8
/
+7
2013-06-23
std::hashmap: Add test_iterate for HashSet
blake2-ppc
-0
/
+14
2013-06-23
std::hashmap: Implement external iterator for HashMap and HashSet
blake2-ppc
-12
/
+79
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-2
/
+3
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-11
/
+11
2013-06-13
auto merge of #7105 : sstewartgallus/rust/removed_unused_imports, r=sanxiyn
bors
-1
/
+1
2013-06-13
Remove unused imports
Steven Stewart-Gallus
-1
/
+1
2013-06-13
hashmap: remove leftover debug!() logging
Daniel Micay
-7
/
+1
2013-06-12
std: add a test for HashMap::find_equiv.
Huon Wilson
-0
/
+17
2013-06-11
option: remove redundant old_iter impls
Daniel Micay
-1
/
+2
2013-06-02
Add a get_mut method to accompany the get method.
gareth
-0
/
+9
2013-06-01
Add new function hashmap.insert_or_update_with()
Kevin Ballard
-0
/
+15
2013-06-01
Refactor some hashmap code into a new private function mangle()
Kevin Ballard
-37
/
+21
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-20
/
+30
2013-05-30
Fix a bug with HashMap::consume
Alex Crichton
-3
/
+19
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+12
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+989