]> git.lizzy.rs Git - rust.git/history - src/libstd/map.rs
libstd: switch map to use libcore's hash functions.
[rust.git] / src / libstd / map.rs
2012-01-06 Erick Tryzelaarlibstd: switch map to use libcore's hash functions.
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Marijn HaverbekeSwitch to new param kind bound syntax
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-23 Graydon HoareMerge all 3 log syntaxes, tidy up residual misuses.
2011-12-22 Erick TryzelaarWhitespace cleanup.
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-12-08 Niko Matsakisuse util::rational to work around bug w/ floats on win
2011-12-08 Niko MatsakisPurge old map impl: more collisions, not clear it is...
2011-12-08 Niko Matsakisimprove comments
2011-12-08 Niko Matsakisfix old map impl, add logging
2011-12-08 Niko Matsakisadd some debugging logs
2011-12-08 Niko Matsakisdec size in remove
2011-12-08 Niko Matsakismake rehashing more efficient by not re-allocating...
2011-12-08 Niko Matsakisimplement a chained hashmap
2011-12-07 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-07 Niko Matsakishack for now: map uint hashes into a u32, which helps...
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.