about summary refs log tree commit diff
path: root/src/test/run-pass/lib-map.rs
AgeCommit message (Expand)AuthorLines
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+1
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-1/+1
2010-09-07Add hashmap tests exercising strings as keys and values. No longer leaks on ...Roy Frostig-37/+95
2010-08-27Comment out hashmap tests exercising maps with str as key or value type, as t...Roy Frostig-0/+2
2010-08-27Add simple hashmap tests exercising maps with str as key type, value type, an...Roy Frostig-15/+85
2010-08-26Pinching myself for certainty. ;pRoy Frostig-0/+4
2010-08-26Test the hashmap more, exercising hash collision, element removal, and a forc...Roy Frostig-7/+129
2010-08-26When copying function values, null out the destination's binding iff the sour...Roy Frostig-14/+10
2010-08-26Test the hashmap for growth and rehashing.Roy Frostig-2/+69
2010-08-25Fix ghastly typestate bug breaking nested functions.Graydon Hoare-0/+1
2010-08-24First successful hashmap lookups. Yay.Graydon Hoare-0/+4
2010-08-24Fix mod-bug in std.map, work around bug in closure typaram capture, enable in...Graydon Hoare-2/+9
2010-08-04Add to std._io some formatter/type-specific-writer mechanism. Make a few typ...Roy Frostig-1/+5
2010-08-03More stdlib hashmap work. Add a simple test and XFAIL it due to a valgrind-s...Roy Frostig-0/+16