rust/src/test
Patrick Walton c9375fed8d stdlib: Stop incurring vtable dispatch costs when hashmaps are used
This required changing almost all users of hashmaps to import the hashmap interface first.

The `size` member in the hashmap structure was renamed to `count` to work around a name conflict.
2012-03-07 17:35:13 -08:00
..
auxiliary retool inline encoding to handle methods, fix tests 2012-03-02 06:47:25 -08:00
bench stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
compile-fail stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
pretty Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
run-fail stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
run-pass stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00