about summary refs log tree commit diff
path: root/src/libstd/map.rs
AgeCommit message (Expand)AuthorLines
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-7/+7
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+244
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-2/+2
2012-01-11Implement std::map as an iface/impl instead of an objMarijn Haverbeke-84/+49
2012-01-06libcore: add [u8] helper functions to vec.Erick Tryzelaar-0/+9
2012-01-06libstd: switch map to use libcore's hash functions.Erick Tryzelaar-2/+2
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-20/+21
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-9/+8
2011-12-22Whitespace cleanup.Erick Tryzelaar-0/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-14/+14
2011-12-07use util::rational to work around bug w/ floats on winNiko Matsakis-4/+4
2011-12-07Purge old map impl: more collisions, not clear it is safe on 64bitNiko Matsakis-205/+0
2011-12-07improve commentsNiko Matsakis-3/+21
2011-12-07fix old map impl, add loggingNiko Matsakis-15/+25
2011-12-07add some debugging logsNiko Matsakis-1/+13
2011-12-07dec size in removeNiko Matsakis-2/+2
2011-12-07make rehashing more efficient by not re-allocating entriesNiko Matsakis-18/+17
2011-12-07implement a chained hashmapNiko Matsakis-2/+243
2011-12-06hack for now: map uint hashes into a u32, which helps x86_64 perf.Niko Matsakis-8/+12
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+336