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
/
libcore
/
hashmap.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-06
remove issue #3148 workarounds (no longer needed)
Daniel Micay
-5
/
+2
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-3
/
+3
2013-01-30
Use task local random when initializing maps
Alex Crichton
-1
/
+1
2013-01-29
core tests: Add use vec; directive inside core::hashmap tests
Tim Chevalier
-0
/
+1
2013-01-29
add intersection and union to the Set trait
Daniel Micay
-1
/
+83
2013-01-29
add difference and symmetric_difference to Set
Daniel Micay
-0
/
+65
2013-01-29
add is_disjoint to the Set trait
Daniel Micay
-3
/
+30
2013-01-29
add is_subset and is_superset to the Set trait
Daniel Micay
-1
/
+46
2013-01-29
Long line
Tim Chevalier
-2
/
+2
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-3
/
+3
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-1
/
+1
2013-01-29
Fix the len() method on LinearMap during popping
Alex Crichton
-1
/
+4
2013-01-28
get rid of LinearMap's find_copy method
Daniel Micay
-20
/
+2
2013-01-24
clean up LinearMap implementation
Daniel Micay
-78
/
+59
2013-01-24
document LinearMap::new
Daniel Micay
-0
/
+1
2013-01-24
remove old LinearMap constructor
Daniel Micay
-6
/
+2
2013-01-23
switch LinearMap to current constructor convention
Daniel Micay
-11
/
+15
2013-01-23
improve hashmap/treemap documentation
Daniel Micay
-0
/
+18
2013-01-23
rm unnecessary usage of 'unsafe' from hashmap
Daniel Micay
-3
/
+1
2013-01-23
remove cautionary wording in the hashmap docstring
Daniel Micay
-5
/
+1
2013-01-23
remove the LinearMap get_copy method
Daniel Micay
-17
/
+9
2013-01-23
add find method to the core::container::Map trait
Daniel Micay
-20
/
+20
2013-01-23
rename hashmap find_ref/get_ref -> find/get
Daniel Micay
-7
/
+7
2013-01-23
rename hashmap find/get -> find_copy/get_copy
Daniel Micay
-14
/
+14
2013-01-23
rename send_map to hashmap
Daniel Micay
-0
/
+641