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
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-7
/
+7
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+244
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-2
/
+2
2012-01-11
Implement std::map as an iface/impl instead of an obj
Marijn Haverbeke
-84
/
+49
2012-01-06
libcore: add [u8] helper functions to vec.
Erick Tryzelaar
-0
/
+9
2012-01-06
libstd: switch map to use libcore's hash functions.
Erick Tryzelaar
-2
/
+2
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-20
/
+21
2011-12-22
Merge all 3 log syntaxes, tidy up residual misuses.
Graydon Hoare
-9
/
+8
2011-12-22
Whitespace cleanup.
Erick Tryzelaar
-0
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-14
/
+14
2011-12-07
use util::rational to work around bug w/ floats on win
Niko Matsakis
-4
/
+4
2011-12-07
Purge old map impl: more collisions, not clear it is safe on 64bit
Niko Matsakis
-205
/
+0
2011-12-07
improve comments
Niko Matsakis
-3
/
+21
2011-12-07
fix old map impl, add logging
Niko Matsakis
-15
/
+25
2011-12-07
add some debugging logs
Niko Matsakis
-1
/
+13
2011-12-07
dec size in remove
Niko Matsakis
-2
/
+2
2011-12-07
make rehashing more efficient by not re-allocating entries
Niko Matsakis
-18
/
+17
2011-12-07
implement a chained hashmap
Niko Matsakis
-2
/
+243
2011-12-06
hack for now: map uint hashes into a u32, which helps x86_64 perf.
Niko Matsakis
-8
/
+12
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+336