aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/lib-map.rs
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-68/+68
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-66/+66
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-65/+65
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-65/+65
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-65/+65
* Un-XFAIL most library tests.Graydon Hoare2011-04-291-1/+0
* Remove gc() call from end of lib-map.rs, works on stage0 otherwise (stage0 pr...Graydon Hoare2011-04-131-2/+0
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
* First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare2010-11-021-1/+1
* Add hashmap tests exercising strings as keys and values. No longer leaks on ...Roy Frostig2010-09-071-37/+95
* Comment out hashmap tests exercising maps with str as key or value type, as t...Roy Frostig2010-08-271-0/+2
* Add simple hashmap tests exercising maps with str as key type, value type, an...Roy Frostig2010-08-271-15/+85
* Pinching myself for certainty. ;pRoy Frostig2010-08-261-0/+4
* Test the hashmap more, exercising hash collision, element removal, and a forc...Roy Frostig2010-08-261-7/+129
* When copying function values, null out the destination's binding iff the sour...Roy Frostig2010-08-261-14/+10
* Test the hashmap for growth and rehashing.Roy Frostig2010-08-261-2/+69
* Fix ghastly typestate bug breaking nested functions.Graydon Hoare2010-08-251-0/+1
* First successful hashmap lookups. Yay.Graydon Hoare2010-08-241-0/+4
* Fix mod-bug in std.map, work around bug in closure typaram capture, enable in...Graydon Hoare2010-08-241-2/+9
* Add to std._io some formatter/type-specific-writer mechanism. Make a few typ...Roy Frostig2010-08-041-1/+5
* More stdlib hashmap work. Add a simple test and XFAIL it due to a valgrind-s...Roy Frostig2010-08-031-0/+16